From 4b3be4b96790922bf0b860d485ddc12a588a15e0 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Thu, 17 Apr 2025 13:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88Q1=20Q2=20Q3=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E5=8D=95=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scrap/scrapJobMain/scrapJobMain.data.ts | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts index f5e25169c..a445a5806 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts @@ -240,33 +240,33 @@ export const ScrapJobMain = useCrudSchemas( filterable: true } }, - { - label: 'Q1通知单号', - field: 'q1Number', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false - }, - { - label: 'Q2通知单号', - field: 'q2Number', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false - }, - { - label: 'Q3通知单号', - field: 'q3Number', - sort: 'custom', - table: { - width: 180 - }, - isSearch: false - }, + // { + // label: 'Q1通知单号', + // field: 'q1Number', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isSearch: false + // }, + // { + // label: 'Q2通知单号', + // field: 'q2Number', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isSearch: false + // }, + // { + // label: 'Q3通知单号', + // field: 'q3Number', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isSearch: false + // }, { label: '状态', field: 'status',