diff --git a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts index 10f64b546..1deff8ee3 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts +++ b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts @@ -68,12 +68,26 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ } } }, + { + label: '物料品号', + field: 'articleNumber', + sort: 'custom', + isTable: false, + isForm: false, + isSearch: true, + }, { label: '版本号', field: 'versionNumber', sort: 'custom', isTable: true }, + { + label: '模具费总金额', + field: 'allAmount', + sort: 'custom', + isTable: true + }, { label: '创建者', field: 'creator', @@ -156,7 +170,9 @@ export const SupplierMoldCostDetail = useCrudSchemas(reactive([ label: '物料品号', field: 'articleNumber', sort: 'custom', - isForm: false, + isForm: true, + isSearch: true, + isTable: true, }, { label: '车型',