|
|
@ -1787,7 +1787,6 @@ export const ProductreceiptRequestLabel = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
} |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
enterSearch: true, |
|
|
|
disabled: true, |
|
|
|
isInpuFocusShow: true, |
|
|
|
searchListPlaceholder: '请选择包装', |
|
|
@ -1834,7 +1833,7 @@ export const ProductreceiptRequestLabel = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
tableForm: { |
|
|
|
enterSearch: true, |
|
|
|
disabled: true, |
|
|
|
isInpuFocusShow: true, |
|
|
|
searchListPlaceholder: '请选择生产线代码', |
|
|
|
searchField: 'code', |
|
|
|