@kmkf-fe-packages/kmkf-utils 2.10.9-beta.17 → 2.10.9-beta.18
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.
|
@@ -22,6 +22,10 @@ export var JST_SYSTEM_ORDER_CONFIG = {
|
|
|
22
22
|
dataIndex: "orderType",
|
|
23
23
|
title: "订单类型",
|
|
24
24
|
width: 150
|
|
25
|
+
}, {
|
|
26
|
+
dataIndex: "erpOrderType",
|
|
27
|
+
title: "拆合单类型",
|
|
28
|
+
width: 150
|
|
25
29
|
}, {
|
|
26
30
|
dataIndex: "oId",
|
|
27
31
|
title: "系统订单号",
|
|
@@ -62,7 +66,7 @@ export var updateJstGoodsHandle = function updateJstGoodsHandle() {
|
|
|
62
66
|
var _next$items;
|
|
63
67
|
// 反填子商品
|
|
64
68
|
next === null || next === void 0 ? void 0 : (_next$items = next.items) === null || _next$items === void 0 ? void 0 : _next$items.forEach(function (item) {
|
|
65
|
-
if (item.skuType ===
|
|
69
|
+
if (item.skuType === "combine") {
|
|
66
70
|
item.subItems.forEach(function (subItem) {
|
|
67
71
|
var newSubItem = wrapItem(subItem, next === null || next === void 0 ? void 0 : next.oId);
|
|
68
72
|
newSubItem.batchId = item.batchId;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-utils",
|
|
3
|
-
"version": "2.10.9-beta.
|
|
3
|
+
"version": "2.10.9-beta.18",
|
|
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": "
|
|
44
|
+
"gitHead": "e896e6e478d4443e8fcb333989b1be111b49f806",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|