库存全品种统计表产品名规格可自定义

This commit is contained in:
mll
2026-04-14 21:47:05 +08:00
parent 4c650a2abb
commit 8aed9a61a0

View File

@@ -862,7 +862,8 @@ const getTableData = async (isLoading = true) => {
const liveWidthCol={
'InventoryRatio':['产品ID','货品ID','产品名称','产品规格',],
'PSI':['产品ID','货品ID','产品名称','产品规格','单位','每件数量'],
'ZHXSQK':['标准品名','客户名称']
'ZHXSQK':['标准品名','客户名称'],
'kcqmltj':['产品名称','规格','商品名','通用名']
}
Object.keys(tableOption.value.column).forEach(key=>{
const showCols=Object.values(tableOption.value.column).filter(item=>!item.hide)