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 > + + +