@kmkf-fe-packages/services-components 0.6.3-alpha.3 → 0.6.3-alpha.31

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.
Files changed (148) hide show
  1. package/README.md +2 -0
  2. package/dist/esm/commonComponents/ItemView/index.d.ts +3 -3
  3. package/dist/esm/commonComponents/OperationLog/index.d.ts +9 -0
  4. package/dist/esm/commonComponents/OperationLog/index.js +127 -0
  5. package/dist/esm/commonComponents/PlatBuyer/index.d.ts +2 -2
  6. package/dist/esm/commonComponents/PlatformAvatar/index.d.ts +2 -2
  7. package/dist/esm/commonComponents/ShopList/index.d.ts +2 -2
  8. package/dist/esm/commonComponents/Wangwang/index.d.ts +2 -2
  9. package/dist/esm/components/ActualPayment/index.d.ts +7 -5
  10. package/dist/esm/components/ActualPayment/index.js +9 -4
  11. package/dist/esm/components/Address/index.d.ts +6 -5
  12. package/dist/esm/components/Address/index.js +8 -4
  13. package/dist/esm/components/Alipay/index.d.ts +9 -4
  14. package/dist/esm/components/Alipay/index.js +9 -3
  15. package/dist/esm/components/AlipayAccount/index.d.ts +7 -5
  16. package/dist/esm/components/AlipayAccount/index.js +11 -5
  17. package/dist/esm/components/AlipayName/index.d.ts +7 -5
  18. package/dist/esm/components/AlipayName/index.js +11 -5
  19. package/dist/esm/components/BuyerNick/index.d.ts +10 -8
  20. package/dist/esm/components/BuyerNick/index.js +11 -3
  21. package/dist/esm/components/Cascader/index.d.ts +7 -5
  22. package/dist/esm/components/Cascader/index.js +9 -4
  23. package/dist/esm/components/Checkbox/index.d.ts +10 -5
  24. package/dist/esm/components/Checkbox/index.js +22 -7
  25. package/dist/esm/components/Common/index.d.ts +5 -5
  26. package/dist/esm/components/CommonDataTime/index.d.ts +6 -4
  27. package/dist/esm/components/CommonDataTime/index.js +8 -4
  28. package/dist/esm/components/CompletedUser/index.d.ts +5 -3
  29. package/dist/esm/components/CompletedUser/index.js +7 -3
  30. package/dist/esm/components/DataTime/ApaasDate.d.ts +2 -2
  31. package/dist/esm/components/DataTime/index.d.ts +8 -6
  32. package/dist/esm/components/DataTime/index.js +8 -3
  33. package/dist/esm/components/EItemEnCode/ItemEncode.d.ts +2 -2
  34. package/dist/esm/components/EItemEnCode/index.d.ts +7 -5
  35. package/dist/esm/components/EItemEnCode/index.js +12 -7
  36. package/dist/esm/components/EItemId/ItemId.d.ts +2 -2
  37. package/dist/esm/components/EItemId/index.d.ts +7 -5
  38. package/dist/esm/components/EItemId/index.js +12 -7
  39. package/dist/esm/components/EItemSelect/ItemSelect.d.ts +2 -2
  40. package/dist/esm/components/EItemSelect/index.d.ts +6 -5
  41. package/dist/esm/components/EItemSelect/index.js +10 -6
  42. package/dist/esm/components/ErpTradeId/index.d.ts +7 -5
  43. package/dist/esm/components/ErpTradeId/index.js +10 -5
  44. package/dist/esm/components/Express/index.d.ts +9 -7
  45. package/dist/esm/components/Express/index.js +12 -7
  46. package/dist/esm/components/ExpressCode/index.d.ts +8 -6
  47. package/dist/esm/components/ExpressCode/index.js +12 -5
  48. package/dist/esm/components/ExpressCompany/index.d.ts +2 -2
  49. package/dist/esm/components/FlowStatusSelect/index.d.ts +7 -5
  50. package/dist/esm/components/FlowStatusSelect/index.js +11 -3
  51. package/dist/esm/components/GetFormItem/index.d.ts +2 -2
  52. package/dist/esm/components/Grade/index.d.ts +6 -5
  53. package/dist/esm/components/Grade/index.js +8 -4
  54. package/dist/esm/components/Handler/index.d.ts +5 -5
  55. package/dist/esm/components/Handler/index.js +18 -8
  56. package/dist/esm/components/Input/index.d.ts +7 -5
  57. package/dist/esm/components/Input/index.js +9 -4
  58. package/dist/esm/components/JstItemSelect/index.d.ts +8 -6
  59. package/dist/esm/components/JstItemSelect/index.js +29 -24
  60. package/dist/esm/components/JstLogistics/index.d.ts +9 -6
  61. package/dist/esm/components/JstLogistics/index.js +19 -9
  62. package/dist/esm/components/JstSendGood/index.d.ts +7 -5
  63. package/dist/esm/components/JstSendGood/index.js +19 -9
  64. package/dist/esm/components/JstSupply/index.d.ts +7 -5
  65. package/dist/esm/components/JstSupply/index.js +19 -9
  66. package/dist/esm/components/Logistics/index.d.ts +11 -5
  67. package/dist/esm/components/Logistics/index.js +9 -3
  68. package/dist/esm/components/LogisticsInterception/InterceptAddress.d.ts +17 -9
  69. package/dist/esm/components/LogisticsInterception/InterceptAddress.js +58 -26
  70. package/dist/esm/components/LogisticsInterception/InterceptStatus.d.ts +36 -0
  71. package/dist/esm/components/LogisticsInterception/InterceptStatus.js +84 -0
  72. package/dist/esm/components/LogisticsInterception/InterceptType.d.ts +21 -9
  73. package/dist/esm/components/LogisticsInterception/InterceptType.js +40 -18
  74. package/dist/esm/components/LogisticsInterception/index.d.ts +54 -11
  75. package/dist/esm/components/LogisticsInterception/index.js +45 -17
  76. package/dist/esm/components/MultSelect/index.d.ts +7 -6
  77. package/dist/esm/components/MultSelect/index.js +10 -4
  78. package/dist/esm/components/Ordinary/OrdinaryHeader.d.ts +7 -5
  79. package/dist/esm/components/Ordinary/OrdinaryHeader.js +12 -6
  80. package/dist/esm/components/Ordinary/OrdinaryMoney.d.ts +7 -5
  81. package/dist/esm/components/Ordinary/OrdinaryMoney.js +11 -5
  82. package/dist/esm/components/Ordinary/OrdinarySerial.d.ts +7 -5
  83. package/dist/esm/components/Ordinary/OrdinarySerial.js +12 -6
  84. package/dist/esm/components/Ordinary/index.d.ts +12 -6
  85. package/dist/esm/components/Ordinary/index.js +12 -5
  86. package/dist/esm/components/OrdinaryHeader/index.d.ts +2 -2
  87. package/dist/esm/components/Payment/AlipayNick.d.ts +7 -5
  88. package/dist/esm/components/Payment/AlipayNick.js +13 -6
  89. package/dist/esm/components/Payment/AlipayNo.d.ts +7 -5
  90. package/dist/esm/components/Payment/AlipayNo.js +13 -7
  91. package/dist/esm/components/Payment/AlipayTime.d.ts +7 -5
  92. package/dist/esm/components/Payment/AlipayTime.js +11 -8
  93. package/dist/esm/components/Payment/BuyerNick.d.ts +7 -5
  94. package/dist/esm/components/Payment/BuyerNick.js +12 -6
  95. package/dist/esm/components/Payment/PaymentAmount.d.ts +7 -5
  96. package/dist/esm/components/Payment/PaymentAmount.js +10 -4
  97. package/dist/esm/components/Payment/PaymentStatus.d.ts +7 -5
  98. package/dist/esm/components/Payment/PaymentStatus.js +11 -5
  99. package/dist/esm/components/Payment/PaymentTid.d.ts +7 -5
  100. package/dist/esm/components/Payment/PaymentTid.js +10 -4
  101. package/dist/esm/components/Payment/index.d.ts +20 -8
  102. package/dist/esm/components/Payment/index.js +14 -3
  103. package/dist/esm/components/Picture/index.d.ts +7 -5
  104. package/dist/esm/components/Picture/index.js +8 -1
  105. package/dist/esm/components/PlatForm/index.d.ts +5 -3
  106. package/dist/esm/components/PlatForm/index.js +8 -3
  107. package/dist/esm/components/Popover/index.d.ts +2 -2
  108. package/dist/esm/components/Radio/index.d.ts +11 -5
  109. package/dist/esm/components/Radio/index.js +14 -7
  110. package/dist/esm/components/Rate/index.d.ts +7 -5
  111. package/dist/esm/components/Rate/index.js +9 -11
  112. package/dist/esm/components/ReceiverAddress/index.d.ts +10 -5
  113. package/dist/esm/components/ReceiverAddress/index.js +13 -3
  114. package/dist/esm/components/ReceiverMobile/index.d.ts +7 -5
  115. package/dist/esm/components/ReceiverMobile/index.js +9 -4
  116. package/dist/esm/components/ReceiverName/index.d.ts +7 -5
  117. package/dist/esm/components/ReceiverName/index.js +9 -4
  118. package/dist/esm/components/Remark/index.d.ts +11 -5
  119. package/dist/esm/components/Remark/index.js +13 -2
  120. package/dist/esm/components/ReturnLogistics/index.d.ts +14 -8
  121. package/dist/esm/components/ReturnLogistics/index.js +9 -3
  122. package/dist/esm/components/Select/index.d.ts +7 -5
  123. package/dist/esm/components/Select/index.js +8 -3
  124. package/dist/esm/components/ShopInput/index.d.ts +5 -3
  125. package/dist/esm/components/ShopInput/index.js +9 -4
  126. package/dist/esm/components/ShopName/index.d.ts +7 -5
  127. package/dist/esm/components/ShopName/index.js +10 -5
  128. package/dist/esm/components/Submitter/index.d.ts +5 -3
  129. package/dist/esm/components/Submitter/index.js +7 -3
  130. package/dist/esm/components/SystemOrderNo/index.d.ts +7 -5
  131. package/dist/esm/components/SystemOrderNo/index.js +9 -4
  132. package/dist/esm/components/TemplateSelect/index.d.ts +6 -4
  133. package/dist/esm/components/TemplateSelect/index.js +10 -5
  134. package/dist/esm/components/TextArea/index.d.ts +7 -5
  135. package/dist/esm/components/TextArea/index.js +9 -4
  136. package/dist/esm/components/ThirdItemSelect/ItemEncode.d.ts +2 -2
  137. package/dist/esm/components/ThirdItemSelect/index.d.ts +7 -5
  138. package/dist/esm/components/ThirdItemSelect/index.js +12 -8
  139. package/dist/esm/components/TradeDateTime/index.d.ts +9 -5
  140. package/dist/esm/components/TradeDateTime/index.js +18 -7
  141. package/dist/esm/components/TradeId/index.d.ts +7 -5
  142. package/dist/esm/components/TradeId/index.js +9 -4
  143. package/dist/esm/components/WorkOrderId/index.d.ts +6 -4
  144. package/dist/esm/components/WorkOrderId/index.js +17 -8
  145. package/dist/esm/index.d.ts +2 -0
  146. package/dist/esm/index.js +3 -1
  147. package/dist/esm/type.d.ts +11 -3
  148. package/package.json +10 -5
@@ -8,6 +8,7 @@ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _ty
8
8
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
9
9
  import React from 'react';
10
10
  import { ExpressData } from '@kmkf-fe-packages/kmkf-utils';
11
+ import some from 'lodash/some';
11
12
  import GetFormItem from "../GetFormItem";
12
13
  import { JstGoodImage } from "../Common";
13
14
  import { JstGoods } from '@kmkf-fe-packages/basic-components';
@@ -26,18 +27,17 @@ var JstLogistics = /*#__PURE__*/_createClass(function JstLogistics(options) {
26
27
  _defineProperty(this, "expressDateInstance", void 0);
27
28
  _defineProperty(this, "isCombinationComponent", void 0);
28
29
  _defineProperty(this, "children", void 0);
29
- _defineProperty(this, "render", function (value) {
30
- //兼容多个商品
31
- return /*#__PURE__*/React.createElement(JstGoodImage, {
32
- list: value,
33
- type: 1
34
- });
35
- });
36
30
  _defineProperty(this, "renderClient", function (record) {
37
- return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
31
+ var isShow = Array.isArray(record === null || record === void 0 ? void 0 : record[_this.id]) ? some(record === null || record === void 0 ? void 0 : record[_this.id], function (item) {
32
+ return !isNull(item);
33
+ }) : false;
34
+ return isShow ? /*#__PURE__*/React.createElement(ItemView, {
38
35
  id: _this.id,
39
36
  label: _this.name,
40
- value: _this.render(record === null || record === void 0 ? void 0 : record[_this.id])
37
+ value: /*#__PURE__*/React.createElement(JstGoodImage, {
38
+ list: record === null || record === void 0 ? void 0 : record[_this.id],
39
+ type: 1
40
+ })
41
41
  }) : null;
42
42
  });
43
43
  _defineProperty(this, "renderPc", function (value, record) {
@@ -48,6 +48,14 @@ var JstLogistics = /*#__PURE__*/_createClass(function JstLogistics(options) {
48
48
  type: 1
49
49
  });
50
50
  });
51
+ _defineProperty(this, "renderLog", function (r) {
52
+ var list = r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_jstItemList")];
53
+ if (isNull(list)) return null;
54
+ return _this.renderPc(undefined, r);
55
+ });
56
+ _defineProperty(this, "getComponentValue", function (r) {
57
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_jstItemList")];
58
+ });
51
59
  _defineProperty(this, "renderExport", function (value, record) {
52
60
  var list = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_jstItemList")];
53
61
  return (list || []).map(function (item) {
@@ -69,6 +77,7 @@ var JstLogistics = /*#__PURE__*/_createClass(function JstLogistics(options) {
69
77
  });
70
78
  _defineProperty(this, "filterConfig", function (item) {
71
79
  return [{
80
+ type: item.type,
72
81
  id: "".concat(item.id, "_logisticsCode"),
73
82
  name: "jst\u7269\u6D41\u5355\u53F7",
74
83
  filterComponentType: 'Input',
@@ -78,6 +87,7 @@ var JstLogistics = /*#__PURE__*/_createClass(function JstLogistics(options) {
78
87
  };
79
88
  }
80
89
  }, {
90
+ type: item.type,
81
91
  id: "".concat(item.id, "_logisticsCompany"),
82
92
  name: "jst\u7269\u6D41\u516C\u53F8",
83
93
  filterComponentType: 'MultipleSelect',
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
2
1
  import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from '../../type';
2
+ import React from 'react';
3
3
  declare class JstSendGood implements ComponentInterface {
4
4
  name: string;
5
5
  id: string;
@@ -10,12 +10,14 @@ declare class JstSendGood implements ComponentInterface {
10
10
  isCombinationComponent: boolean;
11
11
  children: ComponentInterface[];
12
12
  constructor(options: PickOption);
13
- render: (value: any) => JSX.Element;
14
- renderClient: (record: Record) => JSX.Element | null;
15
- renderPc: (value: any, record: Record) => JSX.Element;
13
+ renderClient: (record: Record) => React.JSX.Element | null;
14
+ renderPc: (value: any, record: Record) => React.JSX.Element;
15
+ renderLog: (r: Record) => React.JSX.Element | null;
16
+ getComponentValue: (r: Record) => any;
16
17
  renderExport: (value: any, record: any) => any;
17
- editRender: () => JSX.Element;
18
+ editRender: () => React.JSX.Element;
18
19
  filterConfig: (item: ColumnConfig) => {
20
+ type: string;
19
21
  id: string;
20
22
  name: string;
21
23
  filterComponentType: "Input";
@@ -7,6 +7,7 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
7
7
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
8
8
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
9
9
  import React from 'react';
10
+ import some from 'lodash/some';
10
11
  import GetFormItem from "../GetFormItem";
11
12
  import { JstGoodImage } from "../Common";
12
13
  import { JstGoods } from '@kmkf-fe-packages/basic-components';
@@ -24,18 +25,17 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(options) {
24
25
  _defineProperty(this, "align", void 0);
25
26
  _defineProperty(this, "isCombinationComponent", void 0);
26
27
  _defineProperty(this, "children", void 0);
27
- _defineProperty(this, "render", function (value) {
28
- //兼容多个商品
29
- return /*#__PURE__*/React.createElement(JstGoodImage, {
30
- list: value,
31
- type: 3
32
- });
33
- });
34
28
  _defineProperty(this, "renderClient", function (record) {
35
- return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
29
+ var isShow = Array.isArray(record === null || record === void 0 ? void 0 : record[_this.id]) ? some(record === null || record === void 0 ? void 0 : record[_this.id], function (item) {
30
+ return !isNull(item);
31
+ }) : false;
32
+ return isShow ? /*#__PURE__*/React.createElement(ItemView, {
36
33
  id: _this.id,
37
34
  label: _this.name,
38
- value: _this.render(record === null || record === void 0 ? void 0 : record[_this.id])
35
+ value: /*#__PURE__*/React.createElement(JstGoodImage, {
36
+ list: record === null || record === void 0 ? void 0 : record[_this.id],
37
+ type: 3
38
+ })
39
39
  }) : null;
40
40
  });
41
41
  _defineProperty(this, "renderPc", function (value, record) {
@@ -46,6 +46,14 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(options) {
46
46
  type: 3
47
47
  });
48
48
  });
49
+ _defineProperty(this, "renderLog", function (r) {
50
+ var list = r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_jstItemList")];
51
+ if (isNull(list)) return null;
52
+ return _this.renderPc(undefined, r);
53
+ });
54
+ _defineProperty(this, "getComponentValue", function (r) {
55
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_jstItemList")];
56
+ });
49
57
  _defineProperty(this, "renderExport", function (value, record) {
50
58
  var list = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_jstItemList")];
51
59
  return (list || []).map(function (item) {
@@ -65,6 +73,7 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(options) {
65
73
  });
66
74
  _defineProperty(this, "filterConfig", function (item) {
67
75
  return [{
76
+ type: item.type,
68
77
  id: "".concat(item.id, "_sendName"),
69
78
  name: "jst\u53D1\u8D27\u4ED3\u540D\u79F0",
70
79
  filterComponentType: 'Input',
@@ -79,6 +88,7 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(options) {
79
88
  };
80
89
  }
81
90
  }, {
91
+ type: item.type,
82
92
  id: "".concat(item.id, "_sendId"),
83
93
  name: "jst\u53D1\u8D27\u4ED3\u7F16\u7801",
84
94
  filterComponentType: 'Input',
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
2
1
  import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from '../../type';
2
+ import React from 'react';
3
3
  declare class JstSupply implements ComponentInterface {
4
4
  name: string;
5
5
  id: string;
@@ -10,12 +10,14 @@ declare class JstSupply implements ComponentInterface {
10
10
  isCombinationComponent: boolean;
11
11
  children: ComponentInterface[];
12
12
  constructor(options: PickOption);
13
- render: (value: any) => JSX.Element;
14
- renderClient: (record: Record) => JSX.Element | null;
15
- renderPc: (value: any, record: Record) => JSX.Element;
13
+ renderClient: (record: Record) => React.JSX.Element | null;
14
+ renderPc: (value: any, record: Record) => React.JSX.Element;
15
+ renderLog: (r: Record) => React.JSX.Element | null;
16
+ getComponentValue: (r: Record) => any;
16
17
  renderExport: (value: any, record: any) => any;
17
- editRender: () => JSX.Element;
18
+ editRender: () => React.JSX.Element;
18
19
  filterConfig: (item: ColumnConfig) => {
20
+ type: string;
19
21
  id: string;
20
22
  name: string;
21
23
  filterComponentType: "Input";
@@ -7,6 +7,7 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
7
7
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
8
8
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
9
9
  import React from 'react';
10
+ import some from 'lodash/some';
10
11
  import GetFormItem from "../GetFormItem";
11
12
  import { JstGoodImage } from "../Common";
12
13
  import { JstGoods } from '@kmkf-fe-packages/basic-components';
@@ -24,18 +25,17 @@ var JstSupply = /*#__PURE__*/_createClass(function JstSupply(options) {
24
25
  _defineProperty(this, "align", void 0);
25
26
  _defineProperty(this, "isCombinationComponent", void 0);
26
27
  _defineProperty(this, "children", void 0);
27
- _defineProperty(this, "render", function (value) {
28
- //兼容多个商品
29
- return /*#__PURE__*/React.createElement(JstGoodImage, {
30
- list: value,
31
- type: 2
32
- });
33
- });
34
28
  _defineProperty(this, "renderClient", function (record) {
35
- return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
29
+ var isShow = Array.isArray(record === null || record === void 0 ? void 0 : record[_this.id]) ? some(record === null || record === void 0 ? void 0 : record[_this.id], function (item) {
30
+ return !isNull(item);
31
+ }) : false;
32
+ return isShow ? /*#__PURE__*/React.createElement(ItemView, {
36
33
  id: _this.id,
37
34
  label: _this.name,
38
- value: _this.render(record === null || record === void 0 ? void 0 : record[_this.id])
35
+ value: /*#__PURE__*/React.createElement(JstGoodImage, {
36
+ list: record === null || record === void 0 ? void 0 : record[_this.id],
37
+ type: 2
38
+ })
39
39
  }) : null;
40
40
  });
41
41
  _defineProperty(this, "renderPc", function (value, record) {
@@ -46,6 +46,14 @@ var JstSupply = /*#__PURE__*/_createClass(function JstSupply(options) {
46
46
  type: 2
47
47
  });
48
48
  });
49
+ _defineProperty(this, "renderLog", function (r) {
50
+ var list = r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_jstItemList")];
51
+ if (isNull(list)) return null;
52
+ return _this.renderPc(undefined, r);
53
+ });
54
+ _defineProperty(this, "getComponentValue", function (r) {
55
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_jstItemList")];
56
+ });
49
57
  _defineProperty(this, "renderExport", function (value, record) {
50
58
  var list = (record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_jstItemList")]) || [];
51
59
  return list.map(function (item) {
@@ -65,6 +73,7 @@ var JstSupply = /*#__PURE__*/_createClass(function JstSupply(options) {
65
73
  });
66
74
  _defineProperty(this, "filterConfig", function (item) {
67
75
  return [{
76
+ type: item.type,
68
77
  id: "".concat(item.id, "_supplyName"),
69
78
  name: "jst\u4F9B\u9500\u5546\u540D\u79F0",
70
79
  filterComponentType: 'Input',
@@ -79,6 +88,7 @@ var JstSupply = /*#__PURE__*/_createClass(function JstSupply(options) {
79
88
  };
80
89
  }
81
90
  }, {
91
+ type: item.type,
82
92
  id: "".concat(item.id, "_supplyId"),
83
93
  name: "jst\u4F9B\u9500\u5546\u7F16\u7801",
84
94
  filterComponentType: 'Input',
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
2
1
  import { ComponentInterface, PickOption, ColumnConfig, Record } from '../../type';
2
+ import React from 'react';
3
3
  import { ExpressData } from '@kmkf-fe-packages/kmkf-utils';
4
4
  import Express from '../Express';
5
5
  import ExpressCode from '../ExpressCode';
@@ -9,24 +9,30 @@ declare class Logistics implements ComponentInterface {
9
9
  type: string;
10
10
  rules: any[];
11
11
  componentConfig: ComponentInterface["componentConfig"];
12
- expressDateInstance: ExpressData;
12
+ expressDateInstance: InstanceType<typeof ExpressData>;
13
13
  express: Express;
14
14
  expressCode: ExpressCode;
15
15
  isCombinationComponent: boolean;
16
16
  children: ComponentInterface[];
17
17
  constructor(options: PickOption);
18
- render: () => null;
19
- editRender: (value: any) => JSX.Element;
20
- renderClient: (record: Record) => JSX.Element;
18
+ editRender: (value: any) => React.JSX.Element;
19
+ renderClient: (record: Record) => React.JSX.Element;
21
20
  renderPc: () => null;
21
+ renderLog: (r: Record) => React.JSX.Element;
22
+ getComponentValue: (r: Record) => {
23
+ company: any;
24
+ order: any;
25
+ };
22
26
  renderExport: () => null;
23
27
  filterConfig: (item: ColumnConfig) => ({
28
+ type: string;
24
29
  id: string;
25
30
  name: string;
26
31
  filterComponentType: "MultipleSelect";
27
32
  options: any[];
28
33
  filterFn: (value: string) => (i: Record) => boolean;
29
34
  } | {
35
+ type: string;
30
36
  id: string;
31
37
  name: string;
32
38
  filterComponentType: "Input";
@@ -28,9 +28,6 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
28
28
  _defineProperty(this, "expressCode", void 0);
29
29
  _defineProperty(this, "isCombinationComponent", void 0);
30
30
  _defineProperty(this, "children", void 0);
31
- _defineProperty(this, "render", function () {
32
- return null;
33
- });
34
31
  _defineProperty(this, "editRender", function (value) {
35
32
  var _this$componentConfig, _this$componentConfig2;
36
33
  return /*#__PURE__*/React.createElement(GetFormItem, {
@@ -50,6 +47,15 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
50
47
  _defineProperty(this, "renderPc", function () {
51
48
  return null;
52
49
  });
50
+ _defineProperty(this, "renderLog", function (r) {
51
+ return /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.renderLog(r), _this.expressCode.renderLog(r));
52
+ });
53
+ _defineProperty(this, "getComponentValue", function (r) {
54
+ return {
55
+ company: _this.express.getComponentValue(r),
56
+ order: _this.expressCode.getComponentValue(r)
57
+ };
58
+ });
53
59
  _defineProperty(this, "renderExport", function () {
54
60
  return null;
55
61
  });
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
2
- import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from '../../type';
3
- import { AddressData } from '@kmkf-fe-packages/kmkf-utils';
1
+ import { ComponentInterface, PickOption, ALignType, Record } from "../../type";
2
+ import React from "react";
3
+ import { AddressData } from "@kmkf-fe-packages/kmkf-utils";
4
4
  declare class PaymentTid implements ComponentInterface {
5
5
  name: string;
6
6
  id: string;
@@ -15,11 +15,19 @@ declare class PaymentTid implements ComponentInterface {
15
15
  originId: string;
16
16
  addressDateInstance: AddressData;
17
17
  constructor(options: PickOption);
18
- render: (value: any, record: any) => JSX.Element | null;
19
- renderClient: (record: any) => JSX.Element | null;
20
- renderPc: (value: any, record: Record) => JSX.Element;
21
- renderExport: (value: any, record: Record) => any;
22
- editRender: () => JSX.Element;
23
- filterConfig: (item: ColumnConfig) => never[];
18
+ renderClient: (record: any) => React.JSX.Element | null;
19
+ renderPc: (value: any, record: Record) => React.JSX.Element;
20
+ renderLog: (r: Record) => React.JSX.Element | null;
21
+ getComponentValue: (r: Record) => {
22
+ province: any;
23
+ city: any;
24
+ district: any;
25
+ detail: any;
26
+ name: any;
27
+ mobile: any;
28
+ };
29
+ renderExport: (value: any, record: Record) => string | null;
30
+ editRender: () => React.JSX.Element;
31
+ filterConfig: () => never[];
24
32
  }
25
33
  export default PaymentTid;
@@ -5,12 +5,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
5
5
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
6
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
7
7
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
8
- import React from 'react';
9
- import { ApaasInput } from '@kmkf-fe-packages/basic-components';
8
+ import React from "react";
9
+ import { ApaasInput } from "@kmkf-fe-packages/basic-components";
10
10
  import GetFormItem from "../GetFormItem";
11
11
  import ItemView from "../../commonComponents/ItemView";
12
- import { isNull } from '@kmkf-fe-packages/kmkf-utils';
13
- import { AddressData } from '@kmkf-fe-packages/kmkf-utils';
12
+ import { isNull } from "@kmkf-fe-packages/kmkf-utils";
13
+ import { AddressData } from "@kmkf-fe-packages/kmkf-utils";
14
14
  var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
15
15
  var _this = this;
16
16
  _classCallCheck(this, PaymentTid);
@@ -26,39 +26,71 @@ var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
26
26
  _defineProperty(this, "children", void 0);
27
27
  _defineProperty(this, "originId", void 0);
28
28
  _defineProperty(this, "addressDateInstance", void 0);
29
- _defineProperty(this, "render", function (value, record) {
29
+ _defineProperty(this, "renderClient", function (record) {
30
30
  var _ref;
31
- var address = JSON.parse(record["".concat(_this.id, "_interceptAddress")] || '[]');
32
- var detail = record["".concat(_this.id, "_interceptDetail")];
31
+ var province = record["".concat(_this.originId, "_interceptProvince")];
32
+ var city = record["".concat(_this.originId, "_interceptCity")];
33
+ var district = record["".concat(_this.originId, "_interceptDistrict")];
34
+ var detail = record["".concat(_this.originId, "_interceptDetail")];
33
35
  var name = record["".concat(_this.originId, "_interceptReceiverName")];
34
36
  var mobile = record["".concat(_this.originId, "_interceptReceiverMobile")];
35
- var addressText = (_ref = address || []) === null || _ref === void 0 ? void 0 : _ref.map(function (suffix) {
37
+ var addressText = (_ref = [province, city, district]) === null || _ref === void 0 ? void 0 : _ref.map(function (suffix) {
36
38
  return _this.addressDateInstance.getNameByCode(suffix);
37
- }).join('');
39
+ }).join("");
38
40
  var hasValue = addressText || detail || name || mobile;
39
- return hasValue ? /*#__PURE__*/React.createElement("div", null, [addressText, detail].join('/'), /*#__PURE__*/React.createElement("br", null), [name, mobile].join('/')) : null;
40
- });
41
- _defineProperty(this, "renderClient", function (record) {
41
+ var value = hasValue ? /*#__PURE__*/React.createElement("div", null, [addressText, detail].join("/"), /*#__PURE__*/React.createElement("br", null), [name, mobile].join("/")) : null;
42
42
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
43
43
  id: _this.id,
44
44
  label: _this.name,
45
- value: record === null || record === void 0 ? void 0 : record[_this.id]
45
+ value: value
46
46
  }) : null;
47
47
  });
48
48
  _defineProperty(this, "renderPc", function (value, record) {
49
- if (value === undefined) {
49
+ var _ref2;
50
+ var province = record["".concat(_this.originId, "_interceptProvince")];
51
+ var city = record["".concat(_this.originId, "_interceptCity")];
52
+ var district = record["".concat(_this.originId, "_interceptDistrict")];
53
+ var detail = record["".concat(_this.originId, "_interceptDetail")];
54
+ var name = record["".concat(_this.originId, "_interceptReceiverName")];
55
+ var mobile = record["".concat(_this.originId, "_interceptReceiverMobile")];
56
+ if (province === undefined) {
50
57
  return /*#__PURE__*/React.createElement("span", null, "--");
51
58
  }
52
- return /*#__PURE__*/React.createElement("span", {
53
- className: "pointer",
54
- onClick: function onClick() {
55
- var _this$effects, _this$effects2;
56
- typeof (_this === null || _this === void 0 ? void 0 : (_this$effects = _this.effects) === null || _this$effects === void 0 ? void 0 : _this$effects.queryWorkOrderDetail) === 'function' && (_this === null || _this === void 0 ? void 0 : (_this$effects2 = _this.effects) === null || _this$effects2 === void 0 ? void 0 : _this$effects2.queryWorkOrderDetail(record));
57
- }
58
- }, value);
59
+ var addressText = (_ref2 = [province, city, district]) === null || _ref2 === void 0 ? void 0 : _ref2.map(function (suffix) {
60
+ return _this.addressDateInstance.getNameByCode(suffix);
61
+ }).join("");
62
+ return /*#__PURE__*/React.createElement("span", null, "".concat(addressText).concat(detail), /*#__PURE__*/React.createElement("br", null), "".concat(name, " ").concat(mobile));
63
+ });
64
+ _defineProperty(this, "renderLog", function (r) {
65
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id)]) && isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_interceptDetail")]) && isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_interceptReceiverName")]) && isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_interceptReceiverMobile")])) return null;
66
+ return _this.renderPc(undefined, r);
67
+ });
68
+ _defineProperty(this, "getComponentValue", function (r) {
69
+ return {
70
+ province: r === null || r === void 0 ? void 0 : r["".concat(_this.originId, "_interceptProvince")],
71
+ city: r === null || r === void 0 ? void 0 : r["".concat(_this.originId, "_interceptCity")],
72
+ district: r === null || r === void 0 ? void 0 : r["".concat(_this.originId, "_interceptDistrict")],
73
+ detail: r === null || r === void 0 ? void 0 : r["".concat(_this.originId, "_interceptDetail")],
74
+ name: r === null || r === void 0 ? void 0 : r["".concat(_this.originId, "_interceptReceiverName")],
75
+ mobile: r === null || r === void 0 ? void 0 : r["".concat(_this.originId, "_interceptReceiverMobile")]
76
+ };
59
77
  });
60
78
  _defineProperty(this, "renderExport", function (value, record) {
61
- return value !== null && value !== void 0 ? value : '--';
79
+ var _ref3;
80
+ var _this$getComponentVal = _this.getComponentValue(record),
81
+ province = _this$getComponentVal.province,
82
+ city = _this$getComponentVal.city,
83
+ district = _this$getComponentVal.district,
84
+ detail = _this$getComponentVal.detail,
85
+ name = _this$getComponentVal.name,
86
+ mobile = _this$getComponentVal.mobile;
87
+ if ([province, detail, name, mobile].every(function (item) {
88
+ return isNull(item);
89
+ })) return null;
90
+ var addressText = (_ref3 = [province, city, district]) === null || _ref3 === void 0 ? void 0 : _ref3.map(function (suffix) {
91
+ return _this.addressDateInstance.getNameByCode(suffix);
92
+ }).join("");
93
+ return "".concat(addressText).concat(detail, " ").concat(name).concat(mobile);
62
94
  });
63
95
  _defineProperty(this, "editRender", function () {
64
96
  var _this$componentConfig, _this$componentConfig2;
@@ -70,15 +102,15 @@ var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
70
102
  component: /*#__PURE__*/React.createElement(ApaasInput, _this.componentConfig)
71
103
  });
72
104
  });
73
- _defineProperty(this, "filterConfig", function (item) {
105
+ _defineProperty(this, "filterConfig", function () {
74
106
  return [];
75
107
  });
76
- this.name = '新派送地';
77
- this.id = "".concat(options.id, "_interceptAddress");
108
+ this.name = "新派送地";
109
+ this.id = "".concat(options.id, "_interceptProvince");
78
110
  this.type = options.type;
79
111
  this.componentConfig = options.componentConfig;
80
112
  this.rules = [];
81
- this.align = 'left';
113
+ this.align = "left";
82
114
  this.width = 200;
83
115
  this.originId = options.id;
84
116
  this.isCombinationComponent = false;
@@ -0,0 +1,36 @@
1
+ import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from "../../type";
2
+ import React from "react";
3
+ import { ExpressInterceptData } from "@kmkf-fe-packages/kmkf-utils";
4
+ declare class InterceptStatus implements ComponentInterface {
5
+ name: string;
6
+ id: string;
7
+ companyId: string;
8
+ type: string;
9
+ rules: any[];
10
+ componentConfig: ComponentInterface["componentConfig"];
11
+ effects: ComponentInterface["effects"];
12
+ align: ALignType;
13
+ width: number;
14
+ isCombinationComponent: boolean;
15
+ children: ComponentInterface[];
16
+ expressInterceptInstance: ExpressInterceptData;
17
+ constructor(options: PickOption);
18
+ getComponentValue: (r: Record) => any;
19
+ renderClient: (record: any) => React.JSX.Element | null;
20
+ renderPc: (value: any, record: Record) => any;
21
+ renderLog: (r: Record) => any;
22
+ renderExport: (value: any, record: Record) => any;
23
+ editRender: () => null;
24
+ filterConfig: (item: ColumnConfig) => {
25
+ type: string;
26
+ id: string;
27
+ name: string;
28
+ filterComponentType: "MultipleSelect";
29
+ options: {
30
+ label: string;
31
+ value: string;
32
+ }[];
33
+ filterFn: (value: string[]) => (i: Record) => boolean;
34
+ };
35
+ }
36
+ export default InterceptStatus;
@@ -0,0 +1,84 @@
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
3
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
4
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
7
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
8
+ import React from "react";
9
+ import ItemView from "../../commonComponents/ItemView";
10
+ import { isNull, filterFn as _filterFn } from "@kmkf-fe-packages/kmkf-utils";
11
+ import { ExpressInterceptData } from "@kmkf-fe-packages/kmkf-utils";
12
+ var InterceptStatus = /*#__PURE__*/_createClass(function InterceptStatus(options) {
13
+ var _this = this;
14
+ _classCallCheck(this, InterceptStatus);
15
+ _defineProperty(this, "name", void 0);
16
+ _defineProperty(this, "id", void 0);
17
+ _defineProperty(this, "companyId", void 0);
18
+ _defineProperty(this, "type", void 0);
19
+ _defineProperty(this, "rules", void 0);
20
+ _defineProperty(this, "componentConfig", void 0);
21
+ _defineProperty(this, "effects", void 0);
22
+ _defineProperty(this, "align", void 0);
23
+ _defineProperty(this, "width", void 0);
24
+ _defineProperty(this, "isCombinationComponent", void 0);
25
+ _defineProperty(this, "children", void 0);
26
+ _defineProperty(this, "expressInterceptInstance", void 0);
27
+ _defineProperty(this, "getComponentValue", function (r) {
28
+ return r === null || r === void 0 ? void 0 : r[_this.id];
29
+ });
30
+ _defineProperty(this, "renderClient", function (record) {
31
+ var _this$expressIntercep;
32
+ return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
33
+ id: _this.id,
34
+ label: _this.name,
35
+ value: (_this$expressIntercep = _this.expressInterceptInstance.getStatusNameMap()) === null || _this$expressIntercep === void 0 ? void 0 : _this$expressIntercep["".concat(record === null || record === void 0 ? void 0 : record[_this.id])]
36
+ }) : null;
37
+ });
38
+ _defineProperty(this, "renderPc", function (value, record) {
39
+ var _this$expressIntercep2, _this$expressIntercep3;
40
+ return (_this$expressIntercep2 = (_this$expressIntercep3 = _this.expressInterceptInstance.getStatusNameMap()) === null || _this$expressIntercep3 === void 0 ? void 0 : _this$expressIntercep3["".concat(record === null || record === void 0 ? void 0 : record[_this.id])]) !== null && _this$expressIntercep2 !== void 0 ? _this$expressIntercep2 : "--";
41
+ });
42
+ _defineProperty(this, "renderLog", function (r) {
43
+ var _this$expressIntercep4;
44
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id)])) return null;
45
+ return (_this$expressIntercep4 = _this.expressInterceptInstance.getStatusNameMap()) === null || _this$expressIntercep4 === void 0 ? void 0 : _this$expressIntercep4[r === null || r === void 0 ? void 0 : r["".concat(_this.id)]];
46
+ });
47
+ _defineProperty(this, "renderExport", function (value, record) {
48
+ var _this$expressIntercep5, _this$expressIntercep6;
49
+ return (_this$expressIntercep5 = (_this$expressIntercep6 = _this.expressInterceptInstance.getStatusNameMap()) === null || _this$expressIntercep6 === void 0 ? void 0 : _this$expressIntercep6["".concat(record === null || record === void 0 ? void 0 : record[_this.id])]) !== null && _this$expressIntercep5 !== void 0 ? _this$expressIntercep5 : "--";
50
+ });
51
+ _defineProperty(this, "editRender", function () {
52
+ return null;
53
+ });
54
+ _defineProperty(this, "filterConfig", function (item) {
55
+ return {
56
+ type: item.type,
57
+ id: "".concat(item.id, "_interceptStatus"),
58
+ name: "".concat(item.name, "-\u62E6\u622A\u72B6\u6001"),
59
+ filterComponentType: 'MultipleSelect',
60
+ options: _this.expressInterceptInstance.getStatusOptions() || [],
61
+ filterFn: function filterFn(value) {
62
+ return function (i) {
63
+ var _value$map, _value$map$flat;
64
+ return value === null || value === void 0 ? void 0 : (_value$map = value.map(function (v) {
65
+ return v === null || v === void 0 ? void 0 : v.split(',');
66
+ })) === null || _value$map === void 0 ? void 0 : (_value$map$flat = _value$map.flat()) === null || _value$map$flat === void 0 ? void 0 : _value$map$flat.includes(_filterFn.filterTableListItemColumnValue(i, item.id, 'interceptStatus'));
67
+ };
68
+ }
69
+ };
70
+ });
71
+ this.name = "拦截状态";
72
+ this.id = "".concat(options.id, "_interceptStatus");
73
+ this.companyId = "".concat(options.id, "_interceptCompany");
74
+ this.type = options.type;
75
+ this.componentConfig = options.componentConfig;
76
+ this.rules = [];
77
+ this.align = "left";
78
+ this.width = 200;
79
+ this.isCombinationComponent = false;
80
+ this.children = [];
81
+ this.effects = options === null || options === void 0 ? void 0 : options.effects;
82
+ this.expressInterceptInstance = ExpressInterceptData.getInstance();
83
+ });
84
+ export default InterceptStatus;