|
|
@ -562,7 +562,7 @@ export const BalanceShow = useCrudSchemas( |
|
|
|
label: '供应商代码', |
|
|
|
field: 'supplierCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
table: { |
|
|
|
width: 150, |
|
|
|
}, |
|
|
@ -1134,7 +1134,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
label: '供应商代码', |
|
|
|
field: 'supplierCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
table: { |
|
|
|
width: 150, |
|
|
@ -1181,7 +1181,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
field: 'altBatch', |
|
|
|
sort: 'custom', |
|
|
|
isForm:false, |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|