diff --git a/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts index eb2d25e55..d0f7bcb28 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts @@ -169,6 +169,14 @@ export const ScrapJobMain = useCrudSchemas( width: 150 }, }, + { + label: '订单号', + field: 'orderNumber', + sort: 'custom', + table: { + width: 150 + }, + }, { label: 'Q1通知单号', field: 'q1Number', @@ -887,14 +895,14 @@ export const ScrapJobDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '项目代码', - field: 'projectCode', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '项目代码', + // field: 'projectCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '备注', field: 'remark', diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts index c16321c8e..520aa838a 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts @@ -178,6 +178,14 @@ export const ScrapRecordMain = useCrudSchemas( width: 150 }, }, + { + label: '订单号', + field: 'orderNumber', + sort: 'custom', + table: { + width: 150 + }, + }, { label: 'Q1通知单号', field: 'q1Number', @@ -698,14 +706,14 @@ export const ScrapRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '项目代码', - field: 'projectCode', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '项目代码', + // field: 'projectCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '备注', field: 'remark',