From 1bb3ecf8572352ac77beaa066dd07f2b8e6b8777 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期四, 14 十二月 2023 19:40:36 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before --- src/views/quality/processInspect/index.vue | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/views/quality/processInspect/index.vue b/src/views/quality/processInspect/index.vue index 952ef6c..bc7e979 100644 --- a/src/views/quality/processInspect/index.vue +++ b/src/views/quality/processInspect/index.vue @@ -73,6 +73,14 @@ }, { minWidth: '120', + prop: 'materialCode', + label: '浜у搧缂栧彿', + isTrue: true, + isSearch: true, + searchInfoType: 'text' + }, + { + minWidth: '120', prop: 'material', label: '浜у搧鍚嶇О', isTrue: true, @@ -160,10 +168,10 @@ type: 'primary', fun: this.addOrUpdateHandle }, - { - text: '瀵煎嚭', - fun: this.exportExcel - } + // { + // text: '瀵煎嚭', + // fun: this.exportExcel + // } ], operator: [{ text: '浣滃簾', @@ -185,7 +193,6 @@ exportExcel(){ let queryParam=this.$refs.processInspect.getQueryParam(); delete queryParam.criteria - console.log(queryParam); exportProcessInsProduct(queryParam).then((res)=>{ transform(res) }) -- Gitblit v1.9.3