From 013f8220e34601a6914f5863415168f2df5f549c Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期三, 17 一月 2024 16:34:38 +0800 Subject: [PATCH] modified: src/page/ScheduleData/index.vue new file: src/views/equipment/mould/index.vue new file: src/views/equipment/mouldrecord/index.vue --- src/views/equipment/equipment/index.vue | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/views/equipment/equipment/index.vue b/src/views/equipment/equipment/index.vue index 462fdcc..9fd2e4d 100644 --- a/src/views/equipment/equipment/index.vue +++ b/src/views/equipment/equipment/index.vue @@ -68,7 +68,7 @@ multipleSelection: [], uploadInfo: { // 鏄惁灞曠ず涓婁紶EXCEL浠ュ強瀵瑰簲鐨剈rl - isShow: true, + isShow: false, url: '/mes/equipment/upload' }, diaPrintTab: false, @@ -147,7 +147,7 @@ label: '浣嶇疆', sort: true, isTrue: true, - isSearch: false, + isSearch: true, searchInfoType: 'text' }, // 閭 @@ -167,7 +167,7 @@ label: '渚涘簲鍟�', sort: true, isTrue: true, - isSearch: false, + isSearch: true, searchInfoType: 'text' }, // 鍒堕�犲晢 @@ -177,7 +177,7 @@ label: '鍒堕�犲晢', sort: true, isTrue: true, - isSearch: false, + isSearch: true, searchInfoType: 'text' }, // 鍨嬪彿瑙勬牸 @@ -187,7 +187,7 @@ label: '鍨嬪彿瑙勬牸', sort: true, isTrue: true, - isSearch: false, + isSearch: true, searchInfoType: 'text' }, // 鍒堕�犳棩鏈� @@ -247,7 +247,6 @@ ...mapGetters(['permissions']) }, created() { - this.uploadInfo.isShow = this.permissions.equipment_equipment_upload if(this.permissions.equipment_equipment_add){ this.table.toolbar.push({ text: '鏂板', @@ -306,7 +305,7 @@ printable: 'printRaw',//椤甸潰 type: "html",//鏂囨。绫诲瀷 maxWidth:450, - targetStyles:['*'], + targetStyles:['*'], style: `@page { margin:0; padding: 0; @@ -329,7 +328,7 @@ pullEquipFun(){ this.table.toolbar.find((e) => e.text === '鍚屾').loading = true pullEquip().then(res=>{ - this.$message.success(res.data.data.msg) + this.$message.success(res.data.msg) this.table.toolbar.find((e) => e.text === '鍚屾').loading = false }).catch(error=>{ this.$message.error("鍚屾澶辫触",error) -- Gitblit v1.9.3