@kmkf-fe-packages/kmkf-work-order-service-component 2.3.0-rc.2 → 2.3.0-rc.4

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.
@@ -6,7 +6,7 @@ import { get } from 'lodash';
6
6
  import { onBlurSkxLogisticsCode, onBlurSkxOutboundNoticeNo, onBlurSkxReturnBillNo } from "./onBlur";
7
7
  import { findComponentUniqueKeyByType } from "../../../common/utils/tools";
8
8
  var isMatchCompanyKey = function isMatchCompanyKey(companyKey) {
9
- return ['TR3E2FYXFZCFANVG6O6AALSM', 'SZF4ZGWZSNW6PYXMCIFEWBXT'].includes(companyKey);
9
+ return ['TR3E2FYXFZCFANVG6O6AALSM', 'SZF4ZGWZSNW6PYXMCIFEWBXT', '6O47IBXFR26FJF4HUQ7WGO4H'].includes(companyKey);
10
10
  };
11
11
  var existSkxReturnLogisticsComponent = function existSkxReturnLogisticsComponent(templateDetail) {
12
12
  return get(templateDetail, 'componentDtoList', []).some(function (item) {
@@ -233,7 +233,7 @@ export var orderBack = /*#__PURE__*/function () {
233
233
  // 京东自营订单数据获取
234
234
  promise.push(
235
235
  // thirdShopSubType === 1 && shopSourceStr === 'JD' && window.invokerSDK
236
- shopSourceStr === 'JD' && window.invokerSDK ? xzSDK.getActiveUserTardeInfo(order_no) : Promise.resolve([]));
236
+ shopSourceStr === 'JD' && window.invokerSDK ? xzSDK.getActiveUserTardeInfo(order_no) : Promise.reject());
237
237
  Object.keys(hasFlagMap).forEach(function (key) {
238
238
  var _hasFlagMap$key = hasFlagMap[key],
239
239
  flag = _hasFlagMap$key.flag,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-work-order-service-component",
3
- "version": "2.3.0-rc.2",
3
+ "version": "2.3.0-rc.4",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@ant-design/icons": "^4.7.0",
35
- "@kmkf-fe-packages/basic-components": "2.3.0-rc.1",
36
- "@kmkf-fe-packages/kmkf-utils": "2.3.0-rc.1",
37
- "@kmkf-fe-packages/services-components": "2.3.0-rc.1",
35
+ "@kmkf-fe-packages/basic-components": "2.3.0-rc.4",
36
+ "@kmkf-fe-packages/kmkf-utils": "2.3.0-rc.4",
37
+ "@kmkf-fe-packages/services-components": "2.3.0-rc.4",
38
38
  "@reduxjs/toolkit": "^1.8.5",
39
39
  "ahooks": "^3.7.4",
40
40
  "copy-to-clipboard": "^3.3.3",
@@ -74,7 +74,7 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "e28b31ee2de0a8ed970aeee31844f89b07757985",
77
+ "gitHead": "b19c34ea02f32fa3df7e93486edb7c652479f025",
78
78
  "gitHooks": {
79
79
  "pre-commit": "lint-staged"
80
80
  }