From 34f3c2b782f1206a6fbdf813c791bcd2f0a35fc6 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 16 Jun 2022 09:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=E6=A0=A1=E9=AA=8C=EF=BC=8C?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugin/KeyScaner.js | 5 +- src/views/basic/BasicEntrutsReceModify.vue | 20 ++-- src/views/thrsys/SysUdimsConfig.vue | 131 +++++++++++---------- src/views/warehouse/addHosOrder.vue | 7 ++ 4 files changed, 90 insertions(+), 73 deletions(-) diff --git a/src/plugin/KeyScaner.js b/src/plugin/KeyScaner.js index 0b8024d..fa0a6eb 100644 --- a/src/plugin/KeyScaner.js +++ b/src/plugin/KeyScaner.js @@ -87,7 +87,10 @@ const KeyScaner = /** @class */ (function () { } }; KeyScaner.prototype.completeInput = function () { - var text = this.keybufs.join(""); + var text ="";//= this.keybufs.toString() + for(let i = 0;i { }); }, - getOrderType() { - filterNoUseBusType().then((response) => { + getOrderType(code) { + let query = { + locInvCode: code + } + filterNoUseBusType(query).then((response) => { this.busTypes = response.data || []; }).catch(() => { }) }, invChange(code) { - let query = { - code: code - } - this.$set(this.inputQuery, "entrustUser",""); - this.$set(this.inputQuery, "entrustInv",""); + this.getOrderType(code); + this.$set(this.inputQuery, "entrustUser", ""); + this.$set(this.inputQuery, "entrustInv", ""); this.getEntrustStorage(); }, @@ -234,7 +235,7 @@ export default { this.$forceUpdate(); //加载用户数据 warehouseUserList(query).then((res) => { - this.entrustUserArray=[]; + this.entrustUserArray = []; this.entrustUserArray = res.data; }).catch((error) => { this.$message.error("用户数据加载失败") @@ -249,7 +250,6 @@ export default { }); - }, }, @@ -261,7 +261,7 @@ export default { created() { - this.getOrderType(); + this.getOrderType(null); this.getList(); this.getStorage(); this.getEntrustStorage(); diff --git a/src/views/thrsys/SysUdimsConfig.vue b/src/views/thrsys/SysUdimsConfig.vue index f605de4..4f83e65 100644 --- a/src/views/thrsys/SysUdimsConfig.vue +++ b/src/views/thrsys/SysUdimsConfig.vue @@ -50,16 +50,16 @@ > - - - - - - - - - - + + + + + + + + + + @@ -67,7 +67,8 @@ - 委托验收 + 委托验收 + @@ -135,16 +136,16 @@ > - - - - - - - - - - + + + + + + + + + + @@ -181,6 +182,11 @@ prop="action" show-overflow-tooltip > + + +