diff --git a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts index 45a93e713..d0891440f 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts @@ -73,6 +73,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '班组', + field: 'teamName', + sort: 'custom', + isTable:true, + table: { + width: 150 + }, + }, { label: '班次', field: 'shift', @@ -82,6 +91,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '班次', + field: 'shiftName', + sort: 'custom', + isTable:true, + table: { + width: 150 + }, + }, { label: '收货类型', field: 'type', diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts index a280d25da..2b3d1d629 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts @@ -69,6 +69,15 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ }, isTable: false }, + { + label: '班组', + field: 'teamName', + sort: 'custom', + table: { + width: 150 + }, + isTable: true + }, { label: '班次', field: 'shift', @@ -78,6 +87,15 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ }, isTable: false }, + { + label: '班次', + field: 'shiftName', + sort: 'custom', + table: { + width: 150 + }, + isTable: true + }, { label: '收货类型', field: 'type', diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts index 029ec1ca1..bc9a69400 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts @@ -73,6 +73,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '班组', + field: 'teamName', + sort: 'custom', + isTable:true, + table: { + width: 150 + }, + }, { label: '班次', field: 'shift', @@ -82,6 +91,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '班次', + field: 'shiftName', + sort: 'custom', + isTable:true, + table: { + width: 150 + }, + }, { label: '收货类型', field: 'type', diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts index e697dda38..daf572609 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts @@ -88,6 +88,16 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ }, isTable: false, + }, + { + label: '班组', + field: 'teamName', + sort: 'custom', + table: { + width: 150 + }, + isTable: true, + }, { label: '班次', @@ -98,6 +108,15 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ }, isTable: false, }, + { + label: '班次', + field: 'shiftName', + sort: 'custom', + isTable:true, + table: { + width: 150 + }, + }, { label: '收货类型', field: 'type',