| ÎļþÃû´Ó н¨Îļþ¼Ð/PDA/pages/stash/PdOutorderboxing.vue ÐÞ¸Ä |
| | |
| | | <uni-forms label-width="180"> |
| | | <uni-forms-item :label="label"> |
| | | </uni-forms-item> |
| | | <uni-forms-item :label="goods_no"> |
| | | </uni-forms-item> |
| | | <uni-forms-item :label="batch_num"> |
| | | </uni-forms-item> |
| | | <uni-forms-item :label="order_qty"> |
| | | <uni-forms-item :label="goods_no"> |
| | | </uni-forms-item> |
| | | <uni-forms-item :label="order_Inqty"> |
| | | </uni-forms-item> |
| | | <uni-forms-item :label="order_qty"> |
| | | </uni-forms-item> |
| | | <uni-forms-item label="åºä½ç¼å·:"> |
| | | <uni-easyinput type="text" placeholder="è¯·æ«æåºä½ç¼å·" ref='midInput' :focus="!focus" |
| | |
| | | return { |
| | | items: ['åºåº'], //, 'è§£ç''ç»ç', , 'åæ®ä¿¡æ¯' |
| | | current: 0, |
| | | taskId:"", |
| | | matTotal: [], |
| | | matInfos: [], |
| | | orderNo: "", |
| | |
| | | this.focus = false; |
| | | this.addressFocus = false; |
| | | this.orderNo = res.orderNo; |
| | | this.taskId=res.taskId; |
| | | this.Inqty=res.order_Inqty; |
| | | this.orderqty=res.order_qty; |
| | | this.batchNo=res.batchNo; |
| | | this.warehouseId = res.warehouseId; |
| | | this.label = "åæ®ç¼å·ï¼" + this.orderNo; |
| | | this.batch_num="æ¹æ¬¡å·ï¼"+res.batchNo; |
| | | this.order_qty="è´¦é¢æ°éï¼"+res.order_qty; |
| | | this.order_Inqty="å®çæ°éï¼"+this.Inqty; |
| | | this.goods_no="ç©æç¼å·ï¼"+res.goods_no; |
| | | this.getData(); |
| | | this.order_qty="è´¦é¢æ°éï¼"+res.stockQuantity; |
| | | this.order_Inqty="ç©æåç§°ï¼"+res.materielName; |
| | | this.goods_no="ç©æç¼å·ï¼"+res.materielCode; |
| | | // this.getData(); |
| | | }, |
| | | methods: { |
| | | // voiceSpeech(src) { |
| | |
| | | }) |
| | | return; |
| | | } |
| | | this.$u.post('/api/DeliveryOrder/MatPicking', { |
| | | this.$u.post('/api/DeliveryOrder/CheckFinish', { |
| | | MainData: { |
| | | "LocationCode": this.barcode, |
| | | "warehouseCode": this.warehouseId, |
| | | "orderNo": this.orderNo, |
| | | "Inqty": this.materSn, |
| | | "batchNo": this.batchNo, |
| | | "locationCode": this.barcode, |
| | | "taskId":this.taskId, |
| | | // "warehouseCode": this.warehouseId, |
| | | // "orderNo": this.orderNo, |
| | | "qty": this.materSn, |
| | | // "batchNo": this.batchNo, |
| | | }, |
| | | DelKeys: this.sns |
| | | // DelKeys: this.sns |
| | | }).then(res => { |
| | | this.Testcheck = false; |
| | | if (res.status) { |
| | |
| | | type: "success" |
| | | }) |
| | | this.Inqty=res.message; |
| | | this.order_Inqty="å®çæ°éï¼"+this.Inqty; |
| | | // this.order_Inqty="å·²åºåºæ°éï¼"+this.Inqty; |
| | | this.barcode=""; |
| | | this.materSn=""; |
| | | // this.materSn=""; |
| | | } else { |
| | | this.$refs.uToast.show({ |
| | | title: res.message, |