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, isTable: false,
isForm: false, isForm: false,
}, },
// { {
// label: '来源仓库', label: '来源仓库',
// field: 'fromWarehouseCode', field: 'fromWarehouseCode',
// sort: 'custom', sort: 'custom',
// isSearch: true, isForm: false
// }, },
// { {
// label: '目标仓库', label: '目标仓库',
// field: 'toWarehouseCode', field: 'toWarehouseCode',
// sort: 'custom', sort: 'custom',
// isSearch: true, isForm: false
// }, },
// { // {
// label: '备注', // label: '备注',
// field: 'remark', // field: 'remark',

Loading…
Cancel
Save