|
|
@ -108,9 +108,7 @@ export const DemandforecastingMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '计划员', |
|
|
|
field: 'planerId', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
|
|
|
|
isTable:false, |
|
|
|
isForm: false, |
|
|
|
isSearch:true, |
|
|
@ -182,9 +180,7 @@ export const DemandforecastingMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '物料代码', |
|
|
|
field: 'itemCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
|
|
|
|
isSearch:true, |
|
|
|
isTable:true, |
|
|
|
isForm: false, |
|
|
@ -217,9 +213,7 @@ export const DemandforecastingMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '版本号', |
|
|
|
field: 'version', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
|
|
|
|
isSearch:true, |
|
|
|
search: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|