|
@ -390,8 +390,8 @@ export const InspectionQ3Detail = useCrudSchemas( |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
enterSearch: true, |
|
|
isInpuFocusShow: false, |
|
|
isInpuFocusShow: true, |
|
|
disabled:true, |
|
|
searchListPlaceholder: '请选择物料代码', // 输入框占位文本
|
|
|
searchListPlaceholder: '请选择物料代码', // 输入框占位文本
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchTitle: '物料基础信息', // 查询弹窗标题
|
|
|
searchTitle: '物料基础信息', // 查询弹窗标题
|
|
@ -404,6 +404,8 @@ export const InspectionQ3Detail = useCrudSchemas( |
|
|
isMainValue: false |
|
|
isMainValue: false |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
|
|
|
isShowTableFormSearch: true, //tableForm下方是否出现输入框
|
|
|
|
|
|
isRepeat: true,//tableForm下方输入框是否可以重复添加该条数据
|
|
|
verificationParams: [ |
|
|
verificationParams: [ |
|
|
{ |
|
|
{ |
|
|
key: 'code', |
|
|
key: 'code', |
|
@ -453,11 +455,9 @@ export const InspectionQ3Detail = useCrudSchemas( |
|
|
isTable: false, |
|
|
isTable: false, |
|
|
|
|
|
|
|
|
tableForm: { |
|
|
tableForm: { |
|
|
component: 'InputNumber', |
|
|
type: 'InputNumber', |
|
|
componentProps: { |
|
|
min: 0, |
|
|
min: 0, |
|
|
precision: 2 |
|
|
precision: 2 |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|