From d89e3b13fa45f55f91fd7e2dd568e9dc27a7d7fa Mon Sep 17 00:00:00 2001 From: x_z Date: Tue, 29 Nov 2022 10:39:22 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E5=BA=93=E5=AD=98=E5=85=BB?= =?UTF-8?q?=E6=8A=A4=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA=E6=95=88=E6=9E=9C?= =?UTF-8?q?=202.=E5=AE=8C=E5=96=84=E5=BA=93=E5=AD=98=E5=85=BB=E6=8A=A4?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/addInvMAOrder.vue | 3 +- src/views/inventory/invMAOrderAudit.vue | 40 ++++++++++++++------- src/views/inventory/invMAOrderCompleted.vue | 24 ++++++------- src/views/inventory/invMAOrderNew.vue | 3 +- 4 files changed, 43 insertions(+), 27 deletions(-) diff --git a/src/views/inventory/addInvMAOrder.vue b/src/views/inventory/addInvMAOrder.vue index fa2567a..4f560dd 100644 --- a/src/views/inventory/addInvMAOrder.vue +++ b/src/views/inventory/addInvMAOrder.vue @@ -380,8 +380,7 @@ export default { if (res.code === 20000) { this.formData.orderId = res.data.orderId; this.formData.createTime = res.data.createTime; - this.$message.success("保存成功!"); - if (!isBlank(!code)) { + if (!isBlank(code)) { //扫码添加库存养护记录详情 let params = { orderIdFk: this.formData.orderId, diff --git a/src/views/inventory/invMAOrderAudit.vue b/src/views/inventory/invMAOrderAudit.vue index dc96a4d..7c39c63 100644 --- a/src/views/inventory/invMAOrderAudit.vue +++ b/src/views/inventory/invMAOrderAudit.vue @@ -61,9 +61,9 @@ - - - + + + @@ -101,15 +101,15 @@ - - + - + +