|
@ -339,7 +339,8 @@ export const ProcessproductionRequestDetail = useCrudSchemas(reactive<CrudSchema |
|
|
}, |
|
|
}, |
|
|
tableForm:{ |
|
|
tableForm:{ |
|
|
multiple:true, |
|
|
multiple:true, |
|
|
isInpuFocusShow: true, |
|
|
disabled:true, |
|
|
|
|
|
// isInpuFocusShow: true,
|
|
|
searchListPlaceholder: '请选择物料代码', // 输入框占位文本
|
|
|
searchListPlaceholder: '请选择物料代码', // 输入框占位文本
|
|
|
searchField: 'productionLineCode', // 查询弹窗赋值字段
|
|
|
searchField: 'productionLineCode', // 查询弹窗赋值字段
|
|
|
searchTitle: '生产线物料关系信息', // 查询弹窗标题
|
|
|
searchTitle: '生产线物料关系信息', // 查询弹窗标题
|
|
|