hutongqing
2025-01-14 c14f82f750a2fb3196628b3d1f1efb269baf6fc0
´úÂë¹ÜÀí/»´°²PDA/pages/stash/boxing.vue
@@ -64,7 +64,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>
@@ -209,7 +209,8 @@
            Testplaceholder: "",
            Testcheck: false,
            Summmary:0,
            stockInfoDetail:[]
            stockInfoDetail:[],
            addressdisabled: false
         }
      },
      onShow() {},
@@ -229,6 +230,9 @@
            this.Initiallife = 16;
         } else if (this.warehouseId == 5) { //辅料仓库区ID
            this.address = "8005";
         }else if (this.warehouseId == 3) { //辅料仓库区ID
            this.address = "1011";
            this.addressdisabled = true;
         }
         this.label = "单据编号:" + this.orderNo;
         this.getData();