From c8dc99d975832ab86382cc5daebfe3887009d390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Tue, 17 Jan 2023 17:03:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/BusTypeChange.vue | 1 - src/views/basic/UdiInfoManage.vue | 2 +- src/views/warehouse/addHosOrder.vue | 5 ++--- src/views/warehouse/addOrder.vue | 1 - 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/views/basic/BusTypeChange.vue b/src/views/basic/BusTypeChange.vue index 7f27880..5003b10 100644 --- a/src/views/basic/BusTypeChange.vue +++ b/src/views/basic/BusTypeChange.vue @@ -168,7 +168,6 @@ export default { onAddSubmit() { - debugger if (this.$isBlank(this.inputQuery.originAction)) { this.$message.error("原单据类型不能为空!"); return; diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue index 146e6b4..74c8355 100644 --- a/src/views/basic/UdiInfoManage.vue +++ b/src/views/basic/UdiInfoManage.vue @@ -1316,7 +1316,7 @@ export default { }, removeErp(row) { - debugger + this.$confirm("此操作将解除该绑定产品信息, 是否继续?", "提示", { confirmButtonText: "确定", cancelButtonText: "取消", diff --git a/src/views/warehouse/addHosOrder.vue b/src/views/warehouse/addHosOrder.vue index 5fb02af..0f59ee0 100644 --- a/src/views/warehouse/addHosOrder.vue +++ b/src/views/warehouse/addHosOrder.vue @@ -547,7 +547,7 @@ export default { this.$message.error('未选择扫码单据类型'); return } - debugger + if (this.formData.fromCorp == null || this.formData.fromCorp == '') { this.$message.error('往来信息不能为空'); return @@ -885,7 +885,7 @@ export default { this.query.orderId = this.idQuery.id; errorCodeList(this.query) //查找该单号下的所有条码 .then((response) => { - debugger + this.codeArray = response.data.list || []; this.total = response.data.total || 0; for (let i = 0; i < this.codeArray.length; i++) { @@ -1206,7 +1206,6 @@ export default { }, created() { - debugger this.formData.code = ''; this.formData.actDate = new Date(); this.codeArray = []; diff --git a/src/views/warehouse/addOrder.vue b/src/views/warehouse/addOrder.vue index b8c425b..4bf76c6 100644 --- a/src/views/warehouse/addOrder.vue +++ b/src/views/warehouse/addOrder.vue @@ -758,7 +758,6 @@ export default { getLocalJoinByUser(query) .then((response) => { this.busTypes = response.data.list || []; - debugger if (this.formData.action != null) { this.curAction = this.getActionItem(this.formData.action); if (this.curAction != null) {