@kmkf-fe-packages/kmkf-utils 2.7.7-beta.5 → 2.7.7-beta.6

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.
@@ -45,6 +45,7 @@ export declare const wlnOrderTransform: (detail: any, form: any) => {
45
45
  showOrderInfo: any;
46
46
  };
47
47
  wlnGoods: {
48
+ orderNo: any;
48
49
  shopCode: any;
49
50
  wlnGoods: any;
50
51
  allOrders: any;
@@ -554,6 +554,7 @@ export var wlnOrderTransform = function wlnOrderTransform(detail, form) {
554
554
  })
555
555
  },
556
556
  wlnGoods: {
557
+ orderNo: detail === null || detail === void 0 ? void 0 : detail.tradeNo,
557
558
  shopCode: (detail === null || detail === void 0 ? void 0 : detail.shopCode) || (detail === null || detail === void 0 ? void 0 : (_detail$orders2 = detail.orders) === null || _detail$orders2 === void 0 ? void 0 : (_detail$orders2$ = _detail$orders2[0]) === null || _detail$orders2$ === void 0 ? void 0 : _detail$orders2$.shopNick),
558
559
  wlnGoods: updateWlnGoodsHandle(detail === null || detail === void 0 ? void 0 : detail.orders, {
559
560
  orderBackGoodsLevel: wlnGoodsCom === null || wlnGoodsCom === void 0 ? void 0 : (_wlnGoodsCom$componen2 = wlnGoodsCom.componentConfig) === null || _wlnGoodsCom$componen2 === void 0 ? void 0 : _wlnGoodsCom$componen2.orderBackGoodsLevel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.7.7-beta.5",
3
+ "version": "2.7.7-beta.6",
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": "b68d296af7547c620b22856aa2025aac3858b684",
44
+ "gitHead": "e8ab5efd79b436e9d393e3b1336116230d3ac2ed",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }