From fe5d75a7dbfc37bbd1d653e6d6b06ad8bf138817 Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Tue, 2 Apr 2024 17:55:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E6=8E=A5=E6=94=B6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/claimAndRefund/return/returnIn.vue | 4 ++-- sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue b/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue index cf28a642..a315047c 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue @@ -176,9 +176,9 @@ 查看 - + 退料单 diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue index c84a2847..8c2fd276 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -340,13 +340,14 @@ handleCodeReturn(row){ this.title = '编码退料'; this.openCode = true; + this.dialogIsView = false this.handleCodeQuery() }, //数量退料 handleNumReturn(row){ this.title = '数量退料'; this.openNum = true; - + this.dialogIsView = false let obj = {} this.$set(obj,'taskId',row.taskId) this.$set(obj,'parentId',row.parentId)