Browse Source

去掉

master_hella_20240701
wangyufei 5 months ago
parent
commit
f90a36a800
  1. 32
      src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts

32
src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts

@ -656,22 +656,22 @@ export const ProductputawayJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '包装规格',
field: 'packUnit',
sort: 'custom',
table: {
width: 150
},
},
{
label: '包装数量',
field: 'packQty',
sort: 'custom',
table: {
width: 150
},
},
// {
// label: '包装规格',
// field: 'packUnit',
// sort: 'custom',
// table: {
// width: 150
// },
// },
// {
// label: '包装数量',
// field: 'packQty',
// sort: 'custom',
// table: {
// width: 150
// },
// },
{
label: '计量单位',
field: 'uom',

Loading…
Cancel
Save