| | |
| | | </uni-row> |
| | | </view> |
| | | <view> |
| | | |
| | | <uni-row> |
| | | <uni-col :span='12'> |
| | | <button @click="open(0)">取消</button> |
| | |
| | | import { onLoad } from '@dcloudio/uni-app' |
| | | import request from '../../utils/request' |
| | | import userInfo from '@/stores/userInfo' |
| | | import { debounce } from 'lodash' |
| | | const user=userInfo() |
| | | const message = ref(null) |
| | | const msgType=ref('success') |
| | |
| | | const para = { |
| | | processId:processIdVal |
| | | } |
| | | |
| | | await request.post(`/app/getSelectWarehousingList`,para).then(res => { |
| | | if(res.data.data.length===0){ |
| | | uni.showModal({ |
| | |
| | | table.value.selectionAll() |
| | | } |
| | | |
| | | const glassToStore = () => { |
| | | const glassToStore = debounce(() => { |
| | | subLoading.value = true |
| | | checkList.value.sort() |
| | | const arr = [] |
| | |
| | | url: `/pages/mainView/mainView` |
| | | }) |
| | | }) |
| | | } |
| | | },200) |
| | | |
| | | const change = (e,item) => { |
| | | const quantity = item.orderDetail.quantity*1 - item.receivedQuantity*1 |
| | |
| | | }else{ |
| | | alertDialog.value.close() |
| | | } |
| | | |
| | | } |
| | | </script> |
| | | |