From fc803522c643740f0a1907bcb74b26b1d50d5099 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期二, 12 十二月 2023 13:07:19 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before --- src/views/common/part.vue | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/common/part.vue b/src/views/common/part.vue index 71ec427..9374cce 100644 --- a/src/views/common/part.vue +++ b/src/views/common/part.vue @@ -202,24 +202,24 @@ isSearch: true, searchInfoType: 'text' }, - { - minWidth: '100', - prop: 'drawingNumber', - label: '鍥惧彿', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, - { - minWidth: '120', - prop: 'ean', - label: 'EAN缂栫爜', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - } + // { + // minWidth: '100', + // prop: 'drawingNumber', + // label: '鍥惧彿', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, + // { + // minWidth: '120', + // prop: 'ean', + // label: 'EAN缂栫爜', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // } ], materialTypeList: [], materialAttributeList: [] -- Gitblit v1.9.3