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'" > 提交