|
|
@ -210,7 +210,8 @@ export const ApplicationRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: true, |
|
|
|
form:{ |
|
|
|
componentProps: { |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
disabled:true, |
|
|
|
isSearchList: false, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择备件编号', // 输入框占位文本
|
|
|
|
searchField: 'number', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '备件信息', // 查询弹窗标题
|
|
|
@ -338,7 +339,8 @@ export const ApplicationRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 0, |
|
|
|
precision: 2 |
|
|
|
precision: 2, |
|
|
|
disabled: true, |
|
|
|
} |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|