分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-07-05 ddab693f389b648157c8b48c7fcbdefc92561dd2
´úÂë¹ÜÀí/Ì«ÖØPDA/pages/unpacking/unpacking.vue
@@ -100,9 +100,25 @@
         },
         ///条码
         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: {
                  barcode: this.barcode,
                  //to_address:this.to_address,
                  //creator: uni.getStorageSync('jo_user').userName
               }
            }).then(res => {
               if (res.status) {
                  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) {