|
@ -975,8 +975,9 @@ export const ScrapRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
tableForm:{ |
|
|
tableForm:{ |
|
|
|
|
|
disabled:true, |
|
|
multiple:true, |
|
|
multiple:true, |
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
isInpuFocusShow: false, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请选择包装号', |
|
|
searchListPlaceholder: '请选择包装号', |
|
|
searchField: 'packingNumber', |
|
|
searchField: 'packingNumber', |
|
|
searchTitle: '库存余额信息', |
|
|
searchTitle: '库存余额信息', |
|
|