1
dengjunjie
2025-01-09 6d7c18a0190ec489a64dfdda227993ba22f03ef2
´úÂë¹ÜÀí/»´°²PDA/pages/stash/pickingMat.vue
@@ -113,7 +113,11 @@
      onLoad(res) {
         this.barcodefocus = false;
         this.warehouseId = res.warehouseId;
         if (this.warehouseId == 5) {
            this.address = "8005"
         }
         this.istrue = false;
         this.addressFocus = false;
      },
      methods: {
         onClickItem(e) {
@@ -185,9 +189,9 @@
            }
            this.$u.post('/api/OutStockLockInfo/MaterialPick?palletCode=' + this.barcode, {}).then(res => {
               if (res.status) {
                  if(this.warehouseId==5){
                     this.Finish("8005");
                  }
                  // if(this.warehouseId==5){
                  //    this.Finish("8005");
                  // }
                  
                  uni.$showMsg('拣选成功!')
                  this.barcode = "";