@kmkf-fe-packages/kmkf-utils 2.7.7-beta.4 → 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,9 +45,11 @@ 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;
52
+ orders: any;
51
53
  };
52
54
  wlnLogistics: any;
53
55
  wlnSendGood: any;
@@ -554,11 +554,13 @@ 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
560
561
  }),
561
- allOrders: detail === null || detail === void 0 ? void 0 : detail.allOrders
562
+ allOrders: detail === null || detail === void 0 ? void 0 : detail.allOrders,
563
+ orders: detail === null || detail === void 0 ? void 0 : detail.orders
562
564
  },
563
565
  wlnLogistics: updateWlnItemListHandle(detail === null || detail === void 0 ? void 0 : detail.orders, "logistics", (detail === null || detail === void 0 ? void 0 : detail.componentList) || [], form),
564
566
  wlnSendGood: updateWlnItemListHandle(detail === null || detail === void 0 ? void 0 : detail.orders, "send", (detail === null || detail === void 0 ? void 0 : detail.componentList) || [], form)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.7.7-beta.4",
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": "ecbbbefda110b23e43e64db43301f165434c3d17",
44
+ "gitHead": "e8ab5efd79b436e9d393e3b1336116230d3ac2ed",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }