@kmkf-fe-packages/kmkf-utils 2.3.19-beta.7 → 2.3.19-beta.9
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.
|
@@ -189,7 +189,9 @@ export var updateKmGoodsHandle = function updateKmGoodsHandle() {
|
|
|
189
189
|
return (list || []).map(function (item) {
|
|
190
190
|
var _item$uuid;
|
|
191
191
|
item.uuid = (_item$uuid = item.uuid) !== null && _item$uuid !== void 0 ? _item$uuid : uuid();
|
|
192
|
+
var sysItemOuterId = config.orderBackGoodsLevel !== "2" ? item.detailSysItemOuterId : item.sysItemOuterId;
|
|
192
193
|
return _objectSpread(_objectSpread({}, item), {}, {
|
|
194
|
+
sysItemOuterId: sysItemOuterId,
|
|
193
195
|
sysTitle: item.title,
|
|
194
196
|
title: item.platformTitle,
|
|
195
197
|
num: item.itemNum || item.num,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-utils",
|
|
3
|
-
"version": "2.3.19-beta.
|
|
3
|
+
"version": "2.3.19-beta.9",
|
|
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": "8d8eaff9c4c2f7bde7c34c5bf913792c2091f6b6",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|