|
|
@ -106,20 +106,20 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
value: 'BY_INEVNEOTY' |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '限值', |
|
|
|
field: 'limitedValue', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps:{ |
|
|
|
disabled:false |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '限值',
|
|
|
|
// field: 'limitedValue',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// form: {
|
|
|
|
// component: 'InputNumber',
|
|
|
|
// componentProps:{
|
|
|
|
// disabled:false
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '物料忽略名单', |
|
|
|
field: 'ignoreListOfItem', |
|
|
|