Browse Source

包装列表

intex_online20241216
宋国强 3 months ago
parent
commit
91e5a96e74
  1. 6
      src/views/wms/inventoryManage/package/package.data.ts

6
src/views/wms/inventoryManage/package/package.data.ts

@ -266,11 +266,17 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
{
label: '采购数量',
field: 'purchaseQty',
table: {
width: 120
},
sort: 'custom',
},
{
label: '采购标包数量',
field: 'purchaseStdQty',
table: {
width: 120
},
sort: 'custom',
},
{

Loading…
Cancel
Save