Browse Source

装配制品上架记录导出excel,没有数量,只有包装数量 HL-5822

hella_online_20240904
YEJIAXING-PC\lenovo 2 months ago
parent
commit
409ee43565
  1. 8
      src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/productputawayAssembleRecordMain.data.ts

8
src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/productputawayAssembleRecordMain.data.ts

@ -465,6 +465,14 @@ export const ProductputawayRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
},
sortTableDefault:3,
},
{
label: '数量',
field: 'qty',
sort: 'custom',
table: {
width: 150
},
},
{
label: '包装规格',
field: 'packUnit',

Loading…
Cancel
Save