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',