@kmkf-fe-packages/kmkf-work-order-service-component 2.2.5-beta.27 → 2.2.5-beta.29

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.
@@ -1399,7 +1399,7 @@ var FlowTemplateDetail = function FlowTemplateDetail(props) {
1399
1399
  handleAction: handleAction,
1400
1400
  hasPreNode: (flowRecordList === null || flowRecordList === void 0 ? void 0 : flowRecordList.length) > 0,
1401
1401
  privilege: privilege,
1402
- showShareButton: showShareButton && hasShareAuth && !!flowWorkOrderId
1402
+ showShareButton: showShareButton && hasShareAuth && !!flowWorkOrderIdState
1403
1403
  })), isShowRemark && !['created', 'edit'].includes(privilege) && /*#__PURE__*/React.createElement(OrderRemark, {
1404
1404
  shopUniqueKey: shopUniqueKey,
1405
1405
  shopSourceStr: shopSourceStr,
@@ -163,7 +163,7 @@ var handleLogisticsInterception = function handleLogisticsInterception(_ref15) {
163
163
  var addContent = _ref15.addContent,
164
164
  getNowData = _ref15.getNowData;
165
165
  return function (item) {
166
- ['interceptCompany', 'interceptCode', 'interceptSenderMobile', 'interceptType', 'interceptDetail', 'interceptReceiverName', 'interceptReceiverMobile', 'interceptLogisticsStatus', 'interceptLogisticsStatusOther', 'interceptLogisticsSnapshot', 'qySelfInterceptLogisticsStatus', 'interceptLogisticsApiStatus', 'interceptLogisticsUserKCode', 'interceptLogisticsUserSecretKey'].map(function (key) {
166
+ ['interceptCompany', 'interceptCode', 'interceptSenderMobile', 'interceptType', 'interceptDetail', 'interceptReceiverName', 'interceptReceiverMobile', 'interceptLogisticsStatus', 'interceptLogisticsStatusOther', 'interceptLogisticsSnapshot', 'qySelfInterceptLogisticsStatus', 'interceptLogisticsApiStatus', 'interceptLogisticsApiStatusReason', 'interceptLogisticsUserKCode', 'interceptLogisticsUserSecretKey'].map(function (key) {
167
167
  addContent(key, getNowData("".concat(item.uniqueKey, ".").concat(key), ''));
168
168
  });
169
169
  addContent('interceptProvince', getNowData("".concat(item.uniqueKey, ".interceptAddress[0]"), ''));
@@ -291,7 +291,7 @@ var processLogisticsInterception = function processLogisticsInterception(getValu
291
291
  address = every(address, function (item) {
292
292
  return !item;
293
293
  }) ? [] : address;
294
- var subFields = ['interceptCompany', 'interceptCode', 'interceptType', 'interceptSenderMobile', 'interceptDetail', 'interceptReceiverName', 'interceptReceiverMobile', 'interceptLogisticsStatus', 'interceptLogisticsStatusOther', 'interceptLogisticsSnapshot', 'qySelfInterceptLogisticsStatus', 'interceptLogisticsUserKCode', 'interceptLogisticsUserSecretKey'];
294
+ var subFields = ['interceptCompany', 'interceptCode', 'interceptType', 'interceptSenderMobile', 'interceptDetail', 'interceptReceiverName', 'interceptReceiverMobile', 'interceptLogisticsStatus', 'interceptLogisticsStatusOther', 'interceptLogisticsSnapshot', 'qySelfInterceptLogisticsStatus', 'interceptLogisticsApiStatusReason', 'interceptLogisticsUserKCode', 'interceptLogisticsUserSecretKey'];
295
295
  var map = subFields.reduce(function (cur, nxt) {
296
296
  return _objectSpread(_objectSpread({}, cur), {}, _defineProperty({}, nxt, getValue("".concat(nex.uniqueKey, "_").concat(nxt))));
297
297
  }, {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-work-order-service-component",
3
- "version": "2.2.5-beta.27",
3
+ "version": "2.2.5-beta.29",
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.2.5-beta.27",
36
- "@kmkf-fe-packages/kmkf-utils": "2.2.5-beta.24",
37
- "@kmkf-fe-packages/services-components": "2.2.5-beta.27",
35
+ "@kmkf-fe-packages/basic-components": "2.2.5-beta.29",
36
+ "@kmkf-fe-packages/kmkf-utils": "2.2.5-beta.28",
37
+ "@kmkf-fe-packages/services-components": "2.2.5-beta.29",
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": "dec65eaecc7a821bd085fa2a783d364272fb9fe4",
77
+ "gitHead": "6f85461b0aa71fe4b536cc116821c46e6c548964",
78
78
  "gitHooks": {
79
79
  "pre-commit": "lint-staged"
80
80
  }