|
|
@ -115,18 +115,18 @@ export const SettlementConfiguration = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isTable: false, |
|
|
|
isForm: false, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '来源仓库',
|
|
|
|
// field: 'fromWarehouseCode',
|
|
|
|
// sort: 'custom',
|
|
|
|
// isSearch: true,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '目标仓库',
|
|
|
|
// field: 'toWarehouseCode',
|
|
|
|
// sort: 'custom',
|
|
|
|
// isSearch: true,
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '来源仓库', |
|
|
|
field: 'fromWarehouseCode', |
|
|
|
sort: 'custom', |
|
|
|
isForm: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '目标仓库', |
|
|
|
field: 'toWarehouseCode', |
|
|
|
sort: 'custom', |
|
|
|
isForm: false |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '备注',
|
|
|
|
// field: 'remark',
|
|
|
|