@kmkf-fe-packages/kmkf-utils 2.0.18 → 2.0.20

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.
@@ -298,7 +298,7 @@ export var jstOrderTransform = function jstOrderTransform(detail, form) {
298
298
  },
299
299
  jstLogistics: updateJstItemListHandle(detail === null || detail === void 0 ? void 0 : detail.orderList, "logistics", (detail === null || detail === void 0 ? void 0 : detail.componentList) || [], form),
300
300
  jstSendGood: updateJstItemListHandle(detail === null || detail === void 0 ? void 0 : detail.orderList, "send", (detail === null || detail === void 0 ? void 0 : detail.componentList) || [], form),
301
- jstSupply: updateJstItemListHandle(detail === null || detail === void 0 ? void 0 : detail.orderList, "logistics", (detail === null || detail === void 0 ? void 0 : detail.componentList) || [], form),
301
+ jstSupply: updateJstItemListHandle(detail === null || detail === void 0 ? void 0 : detail.orderList, "supply", (detail === null || detail === void 0 ? void 0 : detail.componentList) || [], form),
302
302
  jstItemSelectThird: updateJstItemListHandle(detail === null || detail === void 0 ? void 0 : detail.orderList, "itemList", (detail === null || detail === void 0 ? void 0 : detail.componentList) || [], form)
303
303
  };
304
304
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.0.18",
3
+ "version": "2.0.20",
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": "6b9ac6412c233e92616caf732da997ece8ae946e",
44
+ "gitHead": "7e89fa11164580ddacfbb838a6e60f310cea24c1",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }