hutongqing
2025-01-14 c14f82f750a2fb3196628b3d1f1efb269baf6fc0
´úÂë¹ÜÀí/»´°²PDA/pages/stash/raworderboxing.vue
@@ -68,7 +68,7 @@
                        placeholder="请扫描托盘条码" ref='midInput' @input="inputChangebarcode" />
                  </uni-forms-item>
                  <uni-forms-item label="地址条码">
                     <uni-easyinput type="text" v-model="address" placeholder="请扫描地址条码" ref='midInput'
                     <uni-easyinput type="text" v-model="address" :disabled="addressdisabled" placeholder="请扫描地址条码" ref='midInput'
                        :focus="addressFocus" />
                  </uni-forms-item>
                  <uni-forms-item>
@@ -147,12 +147,12 @@
            label: "",
            orderInfo: [],
            focus: false,
            pkfocus:false,
            pkfocus: false,
            barcode: "",
            materSn: "",
            Initiallife: 1000,
            sns: [],
            pksns:[],
            pksns: [],
            addressFocus: false,
            inboundBarcode: "",
            address: "",
@@ -167,7 +167,8 @@
            Testplaceholder: "",
            Testcheck: false,
            pkmaterSn: "",
            pkmatInfos: []
            pkmatInfos: [],
            addressdisabled: false
         }
      },
      onShow() {},
@@ -189,6 +190,9 @@
            this.items.push("入平库");
            this.items[1] = "入立库";
            this.address = "8005";
         } else if (this.warehouseId == 3) { //辅料
            this.address = "1011";
            this.addressdisabled = true;
         }
         this.label = "单据编号:" + this.orderNo;
         this.getData();
@@ -478,7 +482,7 @@
            this.pkmatInfos.splice(res, 1);
            this.pksns.splice(res, 1);
         },
         pksubmit(){
         pksubmit() {
            if (this.pkmatInfos.length == 0) {
               this.$refs.uToast.show({
                  title: "请扫描内箱标签",
@@ -486,7 +490,8 @@
               })
               return;
            }
            this.$u.post('/api/InboundOrder/InPinKu?warehouseId=' + this.warehouseId+"&orderNo="+ this.orderNo, this.pksns).then(res => {
            this.$u.post('/api/InboundOrder/InPinKu?warehouseId=' + this.warehouseId + "&orderNo=" + this.orderNo, this
               .pksns).then(res => {
               if (res.status) {
                  this.$refs.uToast.show({
                     title: "入库成功",