From d670f5d03fcada2856d2afcb63937a33798eed6f Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Mon, 9 May 2022 15:08:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E7=BB=A7=E6=9C=8D=E5=8A=A1=EF=BC=8C?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E6=8E=A5=E5=8F=A3=EF=BC=8C=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E5=8F=B7=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.json | 4 +- src/api/basic/basicThirdSys.js | 21 + src/api/basic/busOriginType.js | 8 + src/views/basic/BasicThirdSys.vue | 381 +++++++----- src/views/basic/BussinessTypeThird.vue | 550 +++++++++--------- src/views/basic/UdiInfoManage.vue | 36 +- .../business/stockOrderEditDistribution.vue | 4 +- .../business/stockOrderNewDistribution.vue | 2 + src/views/inout/DialogSelectRl.vue | 38 +- src/views/inout/IOAddOrder.vue | 4 +- src/views/inout/IOCheckWaitOrder.vue | 1 + src/views/inout/IONewOrder.vue | 1 + 12 files changed, 593 insertions(+), 457 deletions(-) diff --git a/public/config.json b/public/config.json index 7ca6b5f..07fe4ff 100644 --- a/public/config.json +++ b/public/config.json @@ -1,6 +1,6 @@ { "UDI_SYNC_SERVER_IP": "http://192.168.0.109:9995/", - "BASE_URL":"http://192.168.0.109:9991/", - "SERVER_IP": "http://192.168.0.109:9991/", + "BASE_URL":"http://139.9.178.73:8080/UDI_WMS_MC/", + "SERVER_IP": "http://139.9.178.73:8080/", "WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/" } diff --git a/src/api/basic/basicThirdSys.js b/src/api/basic/basicThirdSys.js index af970b7..4a697f9 100644 --- a/src/api/basic/basicThirdSys.js +++ b/src/api/basic/basicThirdSys.js @@ -43,3 +43,24 @@ export function updateDetailBasicThirdSys(query) { } +export function filterBusTypeDetail(query) { + return axios({ + url: "/udiwms/basic/thirdsys/filterBusTypeDetail", + method: "get", + params: query + }); +} + + +export function saveBusTypeDetail(query) { + return axios({ + url: "/udiwms/basic/thirdsys/saveBusTypeDetail", + method: "post", + data: query + }); +} + + + + + diff --git a/src/api/basic/busOriginType.js b/src/api/basic/busOriginType.js index c9e80bb..2f7e707 100644 --- a/src/api/basic/busOriginType.js +++ b/src/api/basic/busOriginType.js @@ -22,3 +22,11 @@ export function insertBussinessType(query) { data: query }); } + +export function downloadBussinessType(query) { + return axios({ + url: "/udiwms/originBusType/download", + method: "post", + data: query + }); +} diff --git a/src/views/basic/BasicThirdSys.vue b/src/views/basic/BasicThirdSys.vue index b49560f..bc341cc 100644 --- a/src/views/basic/BasicThirdSys.vue +++ b/src/views/basic/BasicThirdSys.vue @@ -83,8 +83,8 @@ - - + @@ -101,9 +101,9 @@ - - - + + + @@ -148,175 +148,264 @@ > - - 重要提示:本页功能仅供技术提供方修改 - + + + + + + + + + + + + + + + + + + + + + + + 编辑 + + 保存 + + + + + + + 重要提示:本页功能仅供技术提供方修改 + + diff --git a/src/views/basic/BussinessTypeThird.vue b/src/views/basic/BussinessTypeThird.vue index 2c6694d..c3ce471 100644 --- a/src/views/basic/BussinessTypeThird.vue +++ b/src/views/basic/BussinessTypeThird.vue @@ -1,293 +1,325 @@ - - + + - - - - - - - - - - - - - - - 查询 - - - - - - - - - - - - - - + + + + + + + + + + + - - + + + + {{ item.thirdName }} + {{ item.thirdId }} + + + + + + + 查询 + 更新下载 + + + + + + + + + + + + + + - - - - - - - - - - - - 编辑 - - - - + + - + + + + + + + + + + + 编辑 + - - - 提交 - - 取消 - - - + + + - - - - 提交 - - 取消 - - - - - - + + + + 提交 + + 取消 + + + + + + + + 提交 + + 取消 + + + + + + diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue index 5d82c05..f1415ab 100644 --- a/src/views/basic/UdiInfoManage.vue +++ b/src/views/basic/UdiInfoManage.vue @@ -158,7 +158,7 @@ 关联DI @@ -697,39 +697,24 @@ - - - - - + + 以使用单元数量入库 - - - - - - - - - - - - 是否禁用 - - - - - 是否寄售 - + 是否允许无批次号扫码 + + - @@ -859,6 +844,7 @@ export default { isUseDy: false, isLock: null, isAdavence: null, + allowNoBatch:null, }, defaultSys: null, isImport: false, diff --git a/src/views/business/stockOrderEditDistribution.vue b/src/views/business/stockOrderEditDistribution.vue index b5ee7d9..ca905e7 100644 --- a/src/views/business/stockOrderEditDistribution.vue +++ b/src/views/business/stockOrderEditDistribution.vue @@ -576,7 +576,9 @@ export default { } else { for (let i = 0; i < this.codeArray.length; i++) { if (this.$isBlank(this.codeArray[i].batchNo)) { - return this.$message.error('批次号不能为空'); + if (!this.codeArray[i].allowNoBatch) { + return this.$message.error('批次号不能为空'); + } } if (this.$isBlank(this.codeArray[i].productDate) && this.$isBlank(this.codeArray[i].expireDate)) { return this.$message.error('生产日期与失效日期不能全部为空'); diff --git a/src/views/business/stockOrderNewDistribution.vue b/src/views/business/stockOrderNewDistribution.vue index bdbee6d..030f05d 100644 --- a/src/views/business/stockOrderNewDistribution.vue +++ b/src/views/business/stockOrderNewDistribution.vue @@ -644,7 +644,9 @@ export default { return this.$message.error('单据数量不能为0'); } if (this.$isBlank(this.codeArray[i].batchNo)) { + if (!this.codeArray[i].allowNoBatch) { return this.$message.error('批次号不能为空'); + } } if (this.$isBlank(this.codeArray[i].productDate) && this.$isBlank(this.codeArray[i].expireDate)) { return this.$message.error('生产日期与失效日期不能全部为空'); diff --git a/src/views/inout/DialogSelectRl.vue b/src/views/inout/DialogSelectRl.vue index e714072..79a610a 100644 --- a/src/views/inout/DialogSelectRl.vue +++ b/src/views/inout/DialogSelectRl.vue @@ -451,29 +451,21 @@ - - - - - + + 以使用单元数量入库 - - - - - 是否锁定 - - - - - - 是否禁用 - + 是否寄售 + + 是否允许无批次号扫码 + + @@ -723,18 +715,18 @@ export default { id: this.curRow.id, bindStatus: 0, bindRlFk: val.id, - mySupId:this.curRow.unitFk, + mySupId: this.curRow.unitFk, }; updateBind(query).then((response) => { - console.log(response.code+response.message) + console.log(response.code + response.message) if (response.code == 20000) { this.$message.success("绑定成功"); this.closeBindDialog(this.curRow.id); } else { - this.$message.error("-----503码??"+response.message); - if(response.code == 503){ + this.$message.error("-----503码??" + response.message); + if (response.code == 503) { this.closeBindDialog(503); } diff --git a/src/views/inout/IOAddOrder.vue b/src/views/inout/IOAddOrder.vue index 11e04f8..d86bef1 100644 --- a/src/views/inout/IOAddOrder.vue +++ b/src/views/inout/IOAddOrder.vue @@ -911,6 +911,7 @@ export default { event.stopPropagation(); }; var that = this; + let sictomText = ""; var inputer = document.getElementById("inputer"); window.sc = new A.KeyScaner(inputer);//传入要监听的DOM节点 sc.onInput = function (text) { @@ -920,7 +921,8 @@ export default { return; } if (that.sitcomScan) { - that.formData.code = that.formData.code; + sictomText = sictomText+text; + that.formData.code = sictomText; } else { that.formData.code = text; } diff --git a/src/views/inout/IOCheckWaitOrder.vue b/src/views/inout/IOCheckWaitOrder.vue index 3bca675..3d9e1e0 100644 --- a/src/views/inout/IOCheckWaitOrder.vue +++ b/src/views/inout/IOCheckWaitOrder.vue @@ -557,6 +557,7 @@ export default { }); let tquery = { orderList: orderList, + type: 1, }; this.$confirm( diff --git a/src/views/inout/IONewOrder.vue b/src/views/inout/IONewOrder.vue index fc46437..8ad1060 100644 --- a/src/views/inout/IONewOrder.vue +++ b/src/views/inout/IONewOrder.vue @@ -566,6 +566,7 @@ export default { }); let tquery = { orderList: orderList, + type: 2, }; this.$confirm(