|
|
@ -534,7 +534,7 @@ export const ProductionreturnRequestDetail = useCrudSchemas( |
|
|
|
width: 120 |
|
|
|
}, |
|
|
|
isTable:false, |
|
|
|
isTableForm:false, |
|
|
|
isTableForm:true, |
|
|
|
tableForm: { |
|
|
|
isInpuFocusShow: true, |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
@ -590,7 +590,7 @@ export const ProductionreturnRequestDetail = useCrudSchemas( |
|
|
|
width: 120 |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
isTableForm: false, |
|
|
|
isTableForm: true, |
|
|
|
tableForm: { |
|
|
|
disabled: true |
|
|
|
}, |
|
|
|