From ddab693f389b648157c8b48c7fcbdefc92561dd2 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期五, 05 七月 2024 19:55:22 +0800 Subject: [PATCH] 老PCS替换代码优化,工业大屏优化,PDA功能优化 --- 代码管理/太重PDA/pages/unpacking/unpacking.vue | 22 +++++++++++++++++++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\252\351\207\215PDA/pages/unpacking/unpacking.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\252\351\207\215PDA/pages/unpacking/unpacking.vue" index 015e165..7f6f8d5 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\252\351\207\215PDA/pages/unpacking/unpacking.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\252\351\207\215PDA/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) { -- Gitblit v1.9.3