@ -106,20 +106,20 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
value: 'BY_INEVNEOTY'
}
},
{
// {
label: '限值',
// label: '限值',
field: 'limitedValue',
// field: 'limitedValue',
sort: 'custom',
// sort: 'custom',
table: {
// table: {
width: 150
// width: 150
// },
form: {
// form: {
component: 'InputNumber',
// component: 'InputNumber',
componentProps:{
// componentProps:{
disabled:false
// disabled:false
// }
label: '物料忽略名单',
field: 'ignoreListOfItem',
@ -566,7 +566,7 @@ export const ProductrepairRequestDetaila = useCrudSchemas(reactive<CrudSchema[]>
},{
key: 'productionLineCode',
value: 'productionLineCode',
message: '请填写生产线代码!',
message: '请选择返修生产线代码!',
isMainValue: true
}]
@ -586,7 +586,7 @@ export const ProductrepairRequestDetaila = useCrudSchemas(reactive<CrudSchema[]>