|
@ -257,10 +257,11 @@ export const PreparetoissueMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
label: '生产计划单号', |
|
|
label: '生产计划单号', |
|
|
field: 'productionPlanNumber', |
|
|
field: 'productionPlanNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
isTable: true, |
|
|
|
|
|
isSearch: true, |
|
|
table: { |
|
|
table: { |
|
|
width: 180 |
|
|
width: 200 |
|
|
}, |
|
|
}, |
|
|
isTable: false, |
|
|
|
|
|
form: { |
|
|
form: { |
|
|
labelMessage: '同时影响车间 生产线 班组 班次', |
|
|
labelMessage: '同时影响车间 生产线 班组 班次', |
|
|
componentProps: { |
|
|
componentProps: { |
|
|