Browse Source

YT-1803:库位标签

intex_online20241228
songguoqiang 3 months ago
parent
commit
d58f36bb17
  1. 10
      src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts

10
src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts

@ -46,13 +46,21 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
}
},
{
label: '关联号',
label: '库位代码',
field: 'relateNumber',
sort: 'custom',
table: {
width: 210
}
},
{
label: '库位名称',
field: 'locationName',
sort: 'custom',
table: {
width: 210
}
},
{
label: '标签条码字符串',
field: 'barcodeString',

Loading…
Cancel
Save