dengjunjie
7 天以前 6d115888b0b2cf700118fbf6d6bc890827040aed
н¨Îļþ¼Ð/PDA/pages/stash/raworderboxing.vue
@@ -137,6 +137,7 @@
            matInfos: [],
            orderNo: "",
            batchNo: "",
            materielCode:"",
            orderqty: 0,
            Inqty: 0,
            goods_no: "",
@@ -178,6 +179,7 @@
         this.Inqty = res.order_Inqty;
         this.orderqty = res.order_qty;
         this.batchNo = res.batchNo;
         this.materielCode=res.goods_no;
         this.warehouseId = res.warehouseId;
         this.label = "单据编号:" + this.orderNo;
         this.batch_num = "批次号:" + res.batchNo;
@@ -460,6 +462,7 @@
                  "LocationCode": this.barcode,
                  "warehouseCode": this.warehouseId,
                  "orderNo": this.orderNo,
                  "materielCode":this.materielCode,
                  "Inqty": this.materSn,
                  "batchNo": this.batchNo,
               },
@@ -477,7 +480,7 @@
                  this.barcode = "";
                  this.materSn = "";
                  if (this.Inqty == this.orderqty) {
                     uni.setStorageSync('isLoaded', true);
                     uni.setStorageSync('isIn', true);
                     this.handleInboundComplete();
                  }
               } else {
@@ -530,7 +533,7 @@
            // });
            // æ–¹å¼1:使用uni.navigateBack返回上一页
                uni.navigateBack({
                    delta: 2
                    delta: 1
                });
            }, 600);
         }