Browse Source

仓库

hella_zhaoxuebing
王宇飞 2 months ago
parent
commit
3444182713
  1. 24
      src/views/wms/issueManage/onlinesettlement/settlementConfiguration/settlementConfiguration.data.ts

24
src/views/wms/issueManage/onlinesettlement/settlementConfiguration/settlementConfiguration.data.ts

@ -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',

Loading…
Cancel
Save