@ -44,6 +44,15 @@ export const Balance = useCrudSchemas(
},
isSearch: true
{
label: '供应商批次',
field: 'altBatch',
sort: 'custom',
table: {
width: 150
isSearch: false
label: '包装号',
field: 'packingNumber',
@ -606,6 +606,24 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
}
isForm:false,
isSearch: true,
form: {
componentProps: {
disabled: true
tableForm: {
label: '到批次',
field: 'toBatch',