@kmkf-fe-packages/kmkf-utils 1.19.4-beta.3 → 1.19.4-beta.7

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.
package/README.md CHANGED
@@ -1 +1 @@
1
- 111223
1
+ 11122344
@@ -118,6 +118,9 @@ export default (function (_ref) {
118
118
  case "ACTUAL_PAYMENT":
119
119
  prv[uniqueKey] = detail["actualPayment"];
120
120
  break;
121
+ case "ACTUAL_RECEIPT_PAYMENT":
122
+ prv[uniqueKey] = detail["actualReceiptPayment"];
123
+ break;
121
124
  case "EXPRESS_LOGISTICS_SELECT":
122
125
  prv[uniqueKey] = {
123
126
  company: config.isSingle && config.showField === "EXPRESS_COMPANY" || !config.isSingle ? ExpressData.getInstance().getExpressCodeByName(detail["expressLogisticsCompany"]) : "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "1.19.4-beta.3",
3
+ "version": "1.19.4-beta.7",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "85bcd8803d53b0b96baa15a5e4d2ff20bc5aad45",
44
+ "gitHead": "a885dd2f1f083dc88bbbdf29164b4c05e1aa707c",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }