From d470bad81b78f5bbc0acb448f3f9a7740b5afef9 Mon Sep 17 00:00:00 2001 From: shijing Date: Sun, 28 Sep 2025 16:47:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=88=90=E5=93=81=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=97=B6=E9=9C=80=E8=A6=81=E5=BA=93=E5=AD=98=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=8E=A5=E6=94=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/good_mio.vue | 3 ++- src/views/wpm_gx/inm_record.vue | 9 ++++++++- src/views/wpm_gx/inmrecord.vue | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/inm/good_mio.vue b/src/views/inm/good_mio.vue index 61c79520..904fee4f 100644 --- a/src/views/inm/good_mio.vue +++ b/src/views/inm/good_mio.vue @@ -113,7 +113,8 @@ v-auth="'mio.submit'" v-if="scope.row.state == 10" > - 提交 + 接收 + 提交 上一步 - 提交 + 确定 + 提交 @@ -522,6 +523,12 @@ export default { // that.$emit("closed"); }); }, + table_submit_in(){ + let that = this; + that.$emit('closed') + that.$message.success("保存成功"); + that.visible = false; + }, submitOut() {}, //打印 handlePrint(){ diff --git a/src/views/wpm_gx/inmrecord.vue b/src/views/wpm_gx/inmrecord.vue index 685b9820..31fde791 100644 --- a/src/views/wpm_gx/inmrecord.vue +++ b/src/views/wpm_gx/inmrecord.vue @@ -121,7 +121,7 @@ type="primary" @click="table_submit(scope.row)" v-auth="'mio.submit'" - v-if="scope.row.state == 10" + v-if="scope.row.state == 10&&scope.row.type!=='do_in'" > 提交