From 5f560a051958c07e747881caad835e8953889b79 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期二, 28 十一月 2023 15:05:06 +0800 Subject: [PATCH] modified: src/api/warehouse/pallettransports.js modified: src/views/warehouse/pallettransports/index.vue --- src/views/quality/processconfiguration/index.vue | 39 ++++++++------------------------------- 1 files changed, 8 insertions(+), 31 deletions(-) diff --git a/src/views/quality/processconfiguration/index.vue b/src/views/quality/processconfiguration/index.vue index 6bc79bd..e608a41 100644 --- a/src/views/quality/processconfiguration/index.vue +++ b/src/views/quality/processconfiguration/index.vue @@ -64,7 +64,7 @@ </div> </el-form> <span slot="footer" > - <el-button @click="dialogVisible = false">鍙� 娑�</el-button> + <el-button @click="WayCancel()">鍙� 娑�</el-button> <el-button type="primary" @click="WaySure()">纭� 瀹�</el-button> </span> </el-dialog> @@ -82,6 +82,7 @@ import TableForm from './table-form' import { mapGetters } from 'vuex' // import { remote } from '@/api/admin/dict' +import { transform } from '@/util/fileTransform' import ttable from '@/views/common/ztt-table.vue' export default { data() { @@ -262,36 +263,6 @@ // return this.processModeOptions // } // }, - //鍙戣捣浜� - // { - // minWidth: '200', - // prop: 'originator', - // label: '鍙戣捣浜�', - // sort: true, - // isTrue: true, - // isSearch: true, - // searchInfoType: 'text' - // }, - // 瀹℃牳浜� - // { - // minWidth: '140', - // prop: 'examiner', - // label: '瀹℃牳浜�', - // sort: true, - // isTrue: true, - // isSearch: true, - // searchInfoType: 'text' - // }, - // 澶勭悊浜� - // { - // minWidth: '120', - // prop: 'handler', - // label: '澶勭悊浜�', - // sort: true, - // isTrue: true, - // isSearch: true, - // searchInfoType: 'text' - // }, ], toolbar: [ @@ -378,6 +349,12 @@ this.UserId = row.id this.type = row.type this.dialogVisible = true; + + }, + WayCancel(){ + this.dialogVisible = false + this.checkList = null + this.WayIdea = null }, WaySure(){ AuditSuggestion({id:this.UserId,way:this.checkList}).then( -- Gitblit v1.9.3