Browse Source

WMS bug HL-6220:所有器具功能,库存事务没有库位组、仓库代码、到货日期、生产日期

hella_online_20241017
gaojs 1 month ago
parent
commit
6caf00dcee
  1. 10
      src/views/wms/inventoryjobManage/containermanage/containerRecordMain/containerRecordMain.data.ts

10
src/views/wms/inventoryjobManage/containermanage/containerRecordMain/containerRecordMain.data.ts

@ -233,11 +233,11 @@ export const ContainerRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
field: 'containerNumber',
sort: 'custom'
},
{
label: '来源库位代码',
field: 'fromLocationCode',
sort: 'custom',
},
// {
// label: '来源库位代码',
// field: 'fromLocationCode',
// sort: 'custom',
// },
{
label: '目标库位代码',
field: 'toLocationCode',

Loading…
Cancel
Save