Browse Source

物品包装信息 点击物品代码进详情

dev_web_online
安虹睿 2 years ago
parent
commit
5ca5b1d819
  1. 2
      fe/PC/public/version.json
  2. 6
      fe/PC/src/utils/tableColumns/index.js

2
fe/PC/public/version.json

@ -1,3 +1,3 @@
{ {
"version": "1.0.20" "version": "1.0.21"
} }

6
fe/PC/src/utils/tableColumns/index.js

@ -93,13 +93,13 @@ export const ItemCategory = [
] ]
// 物品包装信息 20230328 // 物品包装信息 20230328
export const ItemPack = [ export const ItemPack = [
{ label: '物品代码', prop: "itemCode" },
{ {
label: "包装代码", label: '物品代码',
prop: "packCode", prop: "itemCode",
fixed: "left", fixed: "left",
type: "name" type: "name"
}, },
{ label: "包装代码", prop: "packCode", },
{ label: "包装名称", prop: "packName" }, { label: "包装名称", prop: "packName" },
{ label: '包装类型', prop: "packType" }, { label: '包装类型', prop: "packType" },
{ label: '包装计量单位', prop: "basicUom" }, { label: '包装计量单位', prop: "basicUom" },

Loading…
Cancel
Save