|
|
@ -1319,7 +1319,8 @@ export const ProdcutscrapBomScrap = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
tableForm:{ |
|
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
|
disabled:true, |
|
|
|
// isInpuFocusShow: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择批次', |
|
|
|
searchField: 'batch', |
|
|
|
searchTitle: '库存余额信息', |
|
|
@ -1338,6 +1339,7 @@ export const ProdcutscrapBomScrap = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '数量', |
|
|
|
field: 'qty', |
|
|
|
tableForm: { |
|
|
|
disabled:true, |
|
|
|
type: 'InputNumber', |
|
|
|
min: 0, |
|
|
|
precision: 6 |
|
|
|