@kmkf-fe-packages/kmkf-utils 2.0.20 → 2.0.22
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.
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1112263331
|
|
@@ -110,9 +110,10 @@ var updateJstItemListHandle = function updateJstItemListHandle(list, type, comLi
|
|
|
110
110
|
params.logisticsCompany = next === null || next === void 0 ? void 0 : next.logisticsCompany;
|
|
111
111
|
params.logisticsCode = next === null || next === void 0 ? void 0 : next.lId;
|
|
112
112
|
} else if (type === "send") {
|
|
113
|
-
|
|
114
|
-
params.
|
|
115
|
-
params.
|
|
113
|
+
var wmsCoId = (next === null || next === void 0 ? void 0 : next.wmsCoId) === "0" ? "" : next === null || next === void 0 ? void 0 : next.wmsCoId;
|
|
114
|
+
params.sendId = wmsCoId;
|
|
115
|
+
params.sendName = wmsCoId && SendDataCenter.getInstance("jst").getSendNameByCode(wmsCoId);
|
|
116
|
+
params.sendSnapshotId = wmsCoId;
|
|
116
117
|
} else if (type === "supply") {
|
|
117
118
|
params.supplyId = next === null || next === void 0 ? void 0 : next.drpCoIdTo;
|
|
118
119
|
params.supplyName = next === null || next === void 0 ? void 0 : next.drpCoName;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-utils",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.22",
|
|
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": "1720968e22503076facc6b8f1c525b2409cf293c",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|