@ -44,6 +44,15 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false,
isSearch: true,
},
{
label: '客户订单号',
field: 'customerOrderNumber',
sort: 'custom',
table: {
width: 150,
}
label: '计划类型',
field: 'planType',
@ -18,6 +18,15 @@ export const QadProductionPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 350,
label: '物料代码',
field: 'itemCode',