Browse Source

WMS bug:HL-5828 库存移动(新)里选择库存时,创建者需要显示中文,顺序需往前移

hella_online_20240904
gaojs 2 weeks ago
parent
commit
0d3e92d87f
  1. 18
      src/views/wms/inventoryManage/balance/balance.data.ts

18
src/views/wms/inventoryManage/balance/balance.data.ts

@ -89,6 +89,15 @@ export const Balance = useCrudSchemas(
component: 'InputNumber'
}
},
{
label: '创建者',
field: 'creator',
sort: 'custom',
table: {
width: 150
},
isForm: false
},
{
label: '计量单位',
field: 'uom',
@ -417,15 +426,6 @@ export const Balance = useCrudSchemas(
}
}
},
{
label: '创建者',
field: 'creator',
sort: 'custom',
table: {
width: 150
},
isForm: false
},
{
label: '最后更新时间',
field: 'updateTime',

Loading…
Cancel
Save