Browse Source

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

hella_online_20241017
高竟松 4 months 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', field: 'containerNumber',
sort: 'custom' sort: 'custom'
}, },
{ // {
label: '来源库位代码', // label: '来源库位代码',
field: 'fromLocationCode', // field: 'fromLocationCode',
sort: 'custom', // sort: 'custom',
}, // },
{ {
label: '目标库位代码', label: '目标库位代码',
field: 'toLocationCode', field: 'toLocationCode',

Loading…
Cancel
Save