分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-07-09 a8e17feaaaafd549c81ea7e18f5c968af28d9391
´úÂë¹ÜÀí/Ì«ÖØPDA/pages/unpacking/unpacking.vue
@@ -53,6 +53,7 @@
            cacheName: '',
            stationNo: '',
            stationName: '',
            barcode2:'',
            istrue: true,
            cacheshow: false,
            stationshow: false,
@@ -100,9 +101,27 @@
         },
         ///条码
         barcodeInput: function(e) {
            this.barcode = e.detail.value;
            console.log(this.barcode);
            console.log(uni.getStorageSync('jo_user'));
            //this.from_address = e.detail.value;
            this.$u.post("/api/Towms/GetStation", {
               MainData: {
                  from_address: this.barcode,
                  //to_address:this.to_address,
                  //creator: uni.getStorageSync('jo_user').userName
               }
            }).then(res => {
               console.log(res)
               if (res.status) {
                  this.barcode2=this.barcode;
                  this.barcode = res.code;
                  //this.istrue = false;
                  //this.$t.message.toast(res.code);
               } else {
                  this.istrue = true;
                  this.$t.message.toast(res.message);
               }
            }).catch(err => {
            })
         },
         //缓存架编号
         cacheConfirm(e) {
@@ -130,7 +149,7 @@
            // console.log(ip);
            this.$u.post("api/ToWms/agvTransferList", {
               MainData: {
                  sn: this.barcode,
                  sn: this.barcode2,
                  jobID: this.jobID,
                  // cacheNo: this.cacheNo,
                  // address: this.stationNo,