@kmkf-fe-packages/kmkf-utils 2.0.32 → 2.0.34
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
|
+
11
|
|
@@ -306,11 +306,7 @@ export var jstOrderTransform = function jstOrderTransform(detail, form) {
|
|
|
306
306
|
|
|
307
307
|
// TODO: 确定合并单,例如: WDT根据订单号请求返回的srcTid会有多个订单号组合在一起的数据 排除其他的,返回当前订单号
|
|
308
308
|
export var filterJstOrders = function filterJstOrders(detail, order_no) {
|
|
309
|
-
var currentTrades = (
|
|
310
|
-
return _objectSpread(_objectSpread({}, item), {}, {
|
|
311
|
-
oId: String(item.oId)
|
|
312
|
-
});
|
|
313
|
-
});
|
|
309
|
+
var currentTrades = (detail === null || detail === void 0 ? void 0 : detail.orderList) || [];
|
|
314
310
|
// .filter(
|
|
315
311
|
// (item: Record<string, any>) => item?.dealCode === order_no
|
|
316
312
|
// );
|
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.34",
|
|
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": "00e06f420455b7ea2eedc3ad876607f925af101d",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|