|
@ -325,14 +325,16 @@ export const InspectionQ3Detail = useCrudSchemas( |
|
|
isShowTableFormSearch: true, //tableForm下方是否出现输入框
|
|
|
isShowTableFormSearch: true, //tableForm下方是否出现输入框
|
|
|
isRepeat: true, //tableForm下方输入框是否可以重复添加该条数据
|
|
|
isRepeat: true, //tableForm下方输入框是否可以重复添加该条数据
|
|
|
// 失去焦点校验参数
|
|
|
// 失去焦点校验参数
|
|
|
verificationParams: [{ |
|
|
verificationParams: [ |
|
|
|
|
|
{ |
|
|
key: 'itemCode', |
|
|
key: 'itemCode', |
|
|
action: '==', |
|
|
action: '==', |
|
|
value: '', |
|
|
value: '', |
|
|
isMainValue: false, |
|
|
isMainValue: false, |
|
|
isSearch: 'true', |
|
|
isSearch: 'true', |
|
|
isFormModel: true, |
|
|
isFormModel: true |
|
|
}] |
|
|
} |
|
|
|
|
|
] |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
@ -485,7 +487,7 @@ export const InspectionQ3Detail = useCrudSchemas( |
|
|
filterable: true, |
|
|
filterable: true, |
|
|
options: [], |
|
|
options: [], |
|
|
optionsAlias: { |
|
|
optionsAlias: { |
|
|
labelField: 'name', |
|
|
labelField: 'code', |
|
|
valueField: 'code' |
|
|
valueField: 'code' |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -493,8 +495,8 @@ export const InspectionQ3Detail = useCrudSchemas( |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
type: 'Select', |
|
|
type: 'Select', |
|
|
filterable: true, |
|
|
filterable: true, |
|
|
valueField: 'name', |
|
|
labelField: 'code', |
|
|
labelField: 'code' |
|
|
valueField: 'code' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|