|
|
@ -748,9 +748,9 @@ export const PackageoverRequestDetail = useCrudSchemas( |
|
|
|
width: 120 |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
enterSearch: true, |
|
|
|
disabled: true, |
|
|
|
enterSearch: false, |
|
|
|
isInpuFocusShow: true, |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择包装规格', // 输入框占位文本
|
|
|
|
searchField: 'packUnit', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '物料包装信息', // 查询弹窗标题
|
|
|
@ -784,6 +784,9 @@ export const PackageoverRequestDetail = useCrudSchemas( |
|
|
|
form: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
|
disabled: true, |
|
|
|
enterSearch: false, |
|
|
|
isInpuFocusShow: true, |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择包装规格', // 输入框占位文本
|
|
|
|
searchField: 'packUnit', // 查询弹窗赋值字段
|
|
|
|