|
|
@ -218,6 +218,7 @@ export const OnlinesettlementInfo = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '来源库位代码', |
|
|
|
field: 'fromLocationCode', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
isSearch: false, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
@ -245,6 +246,7 @@ export const OnlinesettlementInfo = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '来源仓库', |
|
|
|
field: 'fromWarehouseCode', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|