@kmkf-fe-packages/services-components 2.2.13-beta.15 → 2.2.13-beta.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1717,7 +1717,15 @@ var GoodHeaderMap = {
1717
1717
  component: BsHeaderChild,
1718
1718
  name: "是否组合装",
1719
1719
  key: "bfit",
1720
- width: 150
1720
+ width: 150,
1721
+ transformValue: function transformValue(val) {
1722
+ if (isNull(val)) return "--";
1723
+ return val === "True" ? "是" : "否";
1724
+ },
1725
+ renderExport: function renderExport(val) {
1726
+ if (isNull(val)) return "--";
1727
+ return val === "True" ? "是" : "否";
1728
+ }
1721
1729
  },
1722
1730
  combinationName: {
1723
1731
  component: BsHeaderChild,
@@ -1739,13 +1747,13 @@ var GoodHeaderMap = {
1739
1747
  }
1740
1748
  },
1741
1749
  itemKey: {
1742
- goodsName: "货品名称",
1743
- goodsCode: "货品编号",
1744
- goodsId: "货品ID",
1745
- goodsClass: "货品分类",
1750
+ // goodsName: "货品名称",
1751
+ // goodsCode: "货品编号",
1752
+ // goodsId: "货品ID",
1753
+ goodsClass: "货品类别",
1746
1754
  code: "条码",
1747
- specName: "规格名称",
1748
- specCode: "规格编号",
1755
+ // specName: "规格名称",
1756
+ // specCode: "规格编号",
1749
1757
  specId: "规格ID",
1750
1758
  productName: "系统商品名称",
1751
1759
  productCode: "系统商品编码",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "2.2.13-beta.15",
3
+ "version": "2.2.13-beta.19",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -21,8 +21,8 @@
21
21
  ]
22
22
  },
23
23
  "dependencies": {
24
- "@kmkf-fe-packages/basic-components": "2.2.13-beta.15",
25
- "@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.15",
24
+ "@kmkf-fe-packages/basic-components": "2.2.13-beta.19",
25
+ "@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.19",
26
26
  "b64-to-blob": "^1.2.19",
27
27
  "html2canvas": "^1.4.1",
28
28
  "react-pdf-js": "^5.1.0"
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "fcef2e421285b7e3697fec10ca098813b8505083",
44
+ "gitHead": "dc483ddbd1368267417950cb790bdf84fd7246bc",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }