@kmkf-fe-packages/services-components 0.6.3 → 0.7.1-alpha.0

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 +1 -1
  3. package/dist/esm/commonComponents/OperationLog/index.d.ts +8 -0
  4. package/dist/esm/commonComponents/OperationLog/index.js +127 -0
  5. package/dist/esm/commonComponents/PlatformAvatar/index.d.ts +7 -0
  6. package/dist/esm/commonComponents/PlatformAvatar/index.js +28 -0
  7. package/dist/esm/commonComponents/QueryLogisticsTrack/index.d.ts +9 -0
  8. package/dist/esm/commonComponents/QueryLogisticsTrack/index.js +92 -0
  9. package/dist/esm/commonComponents/ShopList/index.d.ts +13 -0
  10. package/dist/esm/commonComponents/ShopList/index.js +34 -0
  11. package/dist/esm/components/ActualPayment/index.d.ts +12 -13
  12. package/dist/esm/components/ActualPayment/index.js +28 -26
  13. package/dist/esm/components/Address/index.d.ts +9 -16
  14. package/dist/esm/components/Address/index.js +17 -26
  15. package/dist/esm/components/Alipay/index.d.ts +15 -19
  16. package/dist/esm/components/Alipay/index.js +15 -20
  17. package/dist/esm/components/AlipayAccount/index.d.ts +13 -15
  18. package/dist/esm/components/AlipayAccount/index.js +29 -28
  19. package/dist/esm/components/AlipayName/index.d.ts +13 -15
  20. package/dist/esm/components/AlipayName/index.js +29 -28
  21. package/dist/esm/components/BuyerNick/index.d.ts +14 -15
  22. package/dist/esm/components/BuyerNick/index.js +41 -28
  23. package/dist/esm/components/Cascader/index.d.ts +13 -25
  24. package/dist/esm/components/Cascader/index.js +38 -31
  25. package/dist/esm/components/Checkbox/index.d.ts +15 -11
  26. package/dist/esm/components/Checkbox/index.js +45 -26
  27. package/dist/esm/components/CommonDataTime/index.d.ts +11 -11
  28. package/dist/esm/components/CommonDataTime/index.js +27 -24
  29. package/dist/esm/components/CompletedUser/index.d.ts +30 -0
  30. package/dist/esm/components/CompletedUser/index.js +64 -0
  31. package/dist/esm/components/DataTime/index.d.ts +12 -11
  32. package/dist/esm/components/DataTime/index.js +30 -26
  33. package/dist/esm/components/EItemEnCode/index.d.ts +11 -11
  34. package/dist/esm/components/EItemEnCode/index.js +34 -27
  35. package/dist/esm/components/EItemId/index.d.ts +11 -11
  36. package/dist/esm/components/EItemId/index.js +34 -27
  37. package/dist/esm/components/EItemSelect/index.d.ts +6 -12
  38. package/dist/esm/components/EItemSelect/index.js +16 -24
  39. package/dist/esm/components/ErpTradeId/index.d.ts +12 -13
  40. package/dist/esm/components/ErpTradeId/index.js +28 -26
  41. package/dist/esm/components/Express/index.d.ts +15 -17
  42. package/dist/esm/components/Express/index.js +30 -36
  43. package/dist/esm/components/ExpressCode/index.d.ts +16 -18
  44. package/dist/esm/components/ExpressCode/index.js +34 -32
  45. package/dist/esm/components/FlowStatusSelect/index.d.ts +16 -34
  46. package/dist/esm/components/FlowStatusSelect/index.js +38 -25
  47. package/dist/esm/components/GetFormItem/index.d.ts +3 -3
  48. package/dist/esm/components/GetFormItem/index.js +3 -3
  49. package/dist/esm/components/Grade/index.d.ts +6 -12
  50. package/dist/esm/components/Grade/index.js +14 -23
  51. package/dist/esm/components/Handler/index.d.ts +32 -0
  52. package/dist/esm/components/Handler/index.js +74 -0
  53. package/dist/esm/components/Input/index.d.ts +11 -12
  54. package/dist/esm/components/Input/index.js +29 -28
  55. package/dist/esm/components/JstItemSelect/index.d.ts +13 -13
  56. package/dist/esm/components/JstItemSelect/index.js +48 -28
  57. package/dist/esm/components/JstLogistics/index.d.ts +21 -13
  58. package/dist/esm/components/JstLogistics/index.js +50 -29
  59. package/dist/esm/components/JstSendGood/index.d.ts +12 -12
  60. package/dist/esm/components/JstSendGood/index.js +54 -29
  61. package/dist/esm/components/JstSupply/index.d.ts +12 -12
  62. package/dist/esm/components/JstSupply/index.js +54 -29
  63. package/dist/esm/components/Logistics/index.d.ts +23 -27
  64. package/dist/esm/components/Logistics/index.js +19 -20
  65. package/dist/esm/components/LogisticsInterception/InterceptAddress.d.ts +33 -0
  66. package/dist/esm/components/LogisticsInterception/InterceptAddress.js +134 -0
  67. package/dist/esm/components/LogisticsInterception/InterceptStatus.d.ts +38 -0
  68. package/dist/esm/components/LogisticsInterception/InterceptStatus.js +102 -0
  69. package/dist/esm/components/LogisticsInterception/InterceptType.d.ts +36 -0
  70. package/dist/esm/components/LogisticsInterception/InterceptType.js +84 -0
  71. package/dist/esm/components/LogisticsInterception/columnHeader.d.ts +5 -0
  72. package/dist/esm/components/LogisticsInterception/columnHeader.js +55 -0
  73. package/dist/esm/components/LogisticsInterception/index.d.ts +75 -0
  74. package/dist/esm/components/LogisticsInterception/index.js +136 -0
  75. package/dist/esm/components/LogisticsInterception/interceptSenderMobile.d.ts +30 -0
  76. package/dist/esm/components/LogisticsInterception/interceptSenderMobile.js +74 -0
  77. package/dist/esm/components/MultSelect/index.d.ts +12 -12
  78. package/dist/esm/components/MultSelect/index.js +31 -24
  79. package/dist/esm/components/Ordinary/OrdinaryHeader.d.ts +11 -22
  80. package/dist/esm/components/Ordinary/OrdinaryHeader.js +26 -32
  81. package/dist/esm/components/Ordinary/OrdinaryMoney.d.ts +11 -22
  82. package/dist/esm/components/Ordinary/OrdinaryMoney.js +25 -31
  83. package/dist/esm/components/Ordinary/OrdinarySerial.d.ts +11 -17
  84. package/dist/esm/components/Ordinary/OrdinarySerial.js +26 -22
  85. package/dist/esm/components/Ordinary/index.d.ts +17 -24
  86. package/dist/esm/components/Ordinary/index.js +20 -12
  87. package/dist/esm/components/Payment/AlipayNick.d.ts +11 -22
  88. package/dist/esm/components/Payment/AlipayNick.js +29 -34
  89. package/dist/esm/components/Payment/AlipayNo.d.ts +11 -21
  90. package/dist/esm/components/Payment/AlipayNo.js +29 -34
  91. package/dist/esm/components/Payment/AlipayTime.d.ts +11 -23
  92. package/dist/esm/components/Payment/AlipayTime.js +26 -35
  93. package/dist/esm/components/Payment/BuyerNick.d.ts +11 -22
  94. package/dist/esm/components/Payment/BuyerNick.js +26 -32
  95. package/dist/esm/components/Payment/PaymentAmount.d.ts +11 -22
  96. package/dist/esm/components/Payment/PaymentAmount.js +24 -30
  97. package/dist/esm/components/Payment/PaymentStatus.d.ts +17 -29
  98. package/dist/esm/components/Payment/PaymentStatus.js +48 -41
  99. package/dist/esm/components/Payment/PaymentTid.d.ts +11 -22
  100. package/dist/esm/components/Payment/PaymentTid.js +24 -30
  101. package/dist/esm/components/Payment/index.d.ts +36 -97
  102. package/dist/esm/components/Payment/index.js +22 -20
  103. package/dist/esm/components/Picture/index.d.ts +11 -11
  104. package/dist/esm/components/Picture/index.js +14 -19
  105. package/dist/esm/components/PlatForm/index.d.ts +31 -0
  106. package/dist/esm/components/PlatForm/index.js +67 -0
  107. package/dist/esm/components/Radio/index.d.ts +15 -10
  108. package/dist/esm/components/Radio/index.js +34 -20
  109. package/dist/esm/components/Rate/index.d.ts +6 -11
  110. package/dist/esm/components/Rate/index.js +17 -30
  111. package/dist/esm/components/ReceiverAddress/index.d.ts +11 -14
  112. package/dist/esm/components/ReceiverAddress/index.js +22 -29
  113. package/dist/esm/components/ReceiverMobile/index.d.ts +11 -12
  114. package/dist/esm/components/ReceiverMobile/index.js +29 -27
  115. package/dist/esm/components/ReceiverName/index.d.ts +11 -12
  116. package/dist/esm/components/ReceiverName/index.js +29 -27
  117. package/dist/esm/components/Remark/index.d.ts +14 -11
  118. package/dist/esm/components/Remark/index.js +31 -23
  119. package/dist/esm/components/ReturnLogistics/index.d.ts +26 -25
  120. package/dist/esm/components/ReturnLogistics/index.js +19 -10
  121. package/dist/esm/components/Select/index.d.ts +12 -11
  122. package/dist/esm/components/Select/index.js +28 -23
  123. package/dist/esm/components/ShopInput/index.d.ts +28 -0
  124. package/dist/esm/components/ShopInput/index.js +76 -0
  125. package/dist/esm/components/ShopName/index.d.ts +12 -13
  126. package/dist/esm/components/ShopName/index.js +28 -25
  127. package/dist/esm/components/Submitter/index.d.ts +30 -0
  128. package/dist/esm/components/Submitter/index.js +64 -0
  129. package/dist/esm/components/SystemOrderNo/index.d.ts +13 -14
  130. package/dist/esm/components/SystemOrderNo/index.js +27 -25
  131. package/dist/esm/components/TemplateSelect/index.d.ts +13 -13
  132. package/dist/esm/components/TemplateSelect/index.js +29 -24
  133. package/dist/esm/components/TextArea/index.d.ts +11 -11
  134. package/dist/esm/components/TextArea/index.js +27 -24
  135. package/dist/esm/components/ThirdItemSelect/index.d.ts +11 -11
  136. package/dist/esm/components/ThirdItemSelect/index.js +36 -28
  137. package/dist/esm/components/TradeDateTime/index.d.ts +13 -5
  138. package/dist/esm/components/TradeDateTime/index.js +52 -17
  139. package/dist/esm/components/TradeId/index.d.ts +11 -6
  140. package/dist/esm/components/TradeId/index.js +27 -14
  141. package/dist/esm/components/WorkOrderId/index.d.ts +11 -12
  142. package/dist/esm/components/WorkOrderId/index.js +36 -29
  143. package/dist/esm/factory.d.ts +3 -0
  144. package/dist/esm/factory.js +105 -0
  145. package/dist/esm/index.d.ts +52 -40
  146. package/dist/esm/index.js +13 -1
  147. package/dist/esm/type.d.ts +53 -45
  148. package/package.json +10 -5
@@ -0,0 +1,75 @@
1
+ import { ComponentInterface, PickOption, ColumnConfig, Record } from "../../type";
2
+ import React from "react";
3
+ import { ExpressData, ExpressInterceptData, LogisticsAddressData } from "@kmkf-fe-packages/kmkf-utils";
4
+ import InterceptSenderMobile from "./interceptSenderMobile";
5
+ import InterceptAddress from "./InterceptAddress";
6
+ import InterceptType from "./InterceptType";
7
+ import InterceptStatus from "./InterceptStatus";
8
+ import Express from "../Express";
9
+ import ExpressCode from "../ExpressCode";
10
+ declare class Logistics implements ComponentInterface {
11
+ name: string;
12
+ columnHeader: string | JSX.Element;
13
+ id: string;
14
+ type: string;
15
+ rules: any[];
16
+ componentConfig: ComponentInterface["componentConfig"];
17
+ interceptAddress: InterceptAddress;
18
+ interceptType: InterceptType;
19
+ interceptLogisticsStatus: InterceptStatus;
20
+ interceptSenderMobile: InterceptSenderMobile;
21
+ isCombinationComponent: boolean;
22
+ children: ComponentInterface[];
23
+ express: Express;
24
+ expressCode: ExpressCode;
25
+ expressDateInstance: InstanceType<typeof ExpressData>;
26
+ expressInterceptData: InstanceType<typeof ExpressInterceptData>;
27
+ logisticsAddressData: InstanceType<typeof LogisticsAddressData>;
28
+ effects: ComponentInterface["effects"];
29
+ constructor(options: PickOption);
30
+ renderClient: (record: any) => React.JSX.Element;
31
+ renderLog: (record: any) => React.JSX.Element;
32
+ getComponentValue: (r: Record) => {
33
+ interceptCompany: any;
34
+ interceptCode: any;
35
+ interceptSenderMobile: any;
36
+ interceptType: any;
37
+ interceptLogisticsStatus: any;
38
+ interceptRedirectTo: {
39
+ province: any;
40
+ city: any;
41
+ district: any;
42
+ detail: any;
43
+ name: any;
44
+ mobile: any;
45
+ };
46
+ };
47
+ renderPc: () => null;
48
+ renderExport: () => null;
49
+ editRender: () => React.JSX.Element;
50
+ filterConfig: (item: ColumnConfig) => ({
51
+ type: string;
52
+ id: string;
53
+ name: string;
54
+ filterComponentType: "MultipleSelect";
55
+ options: any[];
56
+ filterFn: (value: string) => (i: Record) => boolean;
57
+ } | {
58
+ type: string;
59
+ id: string;
60
+ name: string;
61
+ filterComponentType: "Input";
62
+ filterFn: (value: string) => (i: Record) => boolean;
63
+ } | {
64
+ type: string;
65
+ id: string;
66
+ name: string;
67
+ filterComponentType: "MultipleSelect";
68
+ options: {
69
+ label: string;
70
+ value: string;
71
+ }[];
72
+ filterFn: (value: string[]) => (i: Record) => boolean;
73
+ })[];
74
+ }
75
+ export default Logistics;
@@ -0,0 +1,136 @@
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 ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
+ 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); } }
6
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
7
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
8
+ 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; }
9
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
10
+ 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); }
11
+ import React from "react";
12
+ import { LogisticsInterception } from "@kmkf-fe-packages/basic-components";
13
+ import { ExpressData, ExpressInterceptData, LogisticsAddressData, isNull } from "@kmkf-fe-packages/kmkf-utils";
14
+ import GetFormItem from "../GetFormItem";
15
+ import InterceptSenderMobile from "./interceptSenderMobile";
16
+ import InterceptAddress from "./InterceptAddress";
17
+ import InterceptType from "./InterceptType";
18
+ import InterceptStatus from "./InterceptStatus";
19
+ import Express from "../Express";
20
+ import ExpressCode from "../ExpressCode";
21
+ import ColumnHeader from "./columnHeader";
22
+ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
23
+ var _this = this;
24
+ _classCallCheck(this, Logistics);
25
+ _defineProperty(this, "name", void 0);
26
+ _defineProperty(this, "columnHeader", void 0);
27
+ _defineProperty(this, "id", void 0);
28
+ _defineProperty(this, "type", void 0);
29
+ _defineProperty(this, "rules", void 0);
30
+ _defineProperty(this, "componentConfig", void 0);
31
+ _defineProperty(this, "interceptAddress", void 0);
32
+ _defineProperty(this, "interceptType", void 0);
33
+ _defineProperty(this, "interceptLogisticsStatus", void 0);
34
+ _defineProperty(this, "interceptSenderMobile", void 0);
35
+ _defineProperty(this, "isCombinationComponent", void 0);
36
+ _defineProperty(this, "children", void 0);
37
+ _defineProperty(this, "express", void 0);
38
+ _defineProperty(this, "expressCode", void 0);
39
+ _defineProperty(this, "expressDateInstance", void 0);
40
+ _defineProperty(this, "expressInterceptData", void 0);
41
+ _defineProperty(this, "logisticsAddressData", void 0);
42
+ _defineProperty(this, "effects", void 0);
43
+ _defineProperty(this, "renderClient", function (record) {
44
+ return /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.renderClient(record), _this.expressCode.renderClient(record), _this.interceptSenderMobile.renderClient(record), _this.interceptType.renderClient(record), _this.interceptAddress.renderClient(record), _this.interceptLogisticsStatus.renderClient(record));
45
+ });
46
+ _defineProperty(this, "renderLog", function (record) {
47
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, !isNull(_this.express.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.name, ": ", _this.express.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.expressCode.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.expressCode.name, ": ", _this.expressCode.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptSenderMobile.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptSenderMobile.name, ":", " ", _this.interceptSenderMobile.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptType.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptType.name, ": ", _this.interceptType.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptAddress.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptAddress.name, ":", " ", _this.interceptAddress.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptLogisticsStatus.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptLogisticsStatus.name, ":", " ", _this.interceptLogisticsStatus.renderLog(record))));
48
+ });
49
+ _defineProperty(this, "getComponentValue", function (r) {
50
+ return {
51
+ interceptCompany: _this.express.getComponentValue(r),
52
+ interceptCode: _this.expressCode.getComponentValue(r),
53
+ interceptSenderMobile: _this.interceptSenderMobile.getComponentValue(r),
54
+ interceptType: _this.interceptType.getComponentValue(r),
55
+ interceptLogisticsStatus: _this.interceptLogisticsStatus.getComponentValue(r),
56
+ interceptRedirectTo: _this.interceptAddress.getComponentValue(r)
57
+ };
58
+ });
59
+ _defineProperty(this, "renderPc", function () {
60
+ return null;
61
+ });
62
+ _defineProperty(this, "renderExport", function () {
63
+ return null;
64
+ });
65
+ _defineProperty(this, "editRender", function () {
66
+ var _this$componentConfig, _this$componentConfig2, _this$effects;
67
+ return /*#__PURE__*/React.createElement(GetFormItem, {
68
+ title: _this.name,
69
+ name: _this.id,
70
+ rules: _this.rules,
71
+ required: (_this$componentConfig = (_this$componentConfig2 = _this.componentConfig) === null || _this$componentConfig2 === void 0 ? void 0 : _this$componentConfig2.required) !== null && _this$componentConfig !== void 0 ? _this$componentConfig : false,
72
+ component: /*#__PURE__*/React.createElement(LogisticsInterception, _extends({}, _this.componentConfig, {
73
+ logisticsOptions: _this.expressDateInstance.getExpressData(),
74
+ expressInterceptData: _this.expressInterceptData.getExpressData(),
75
+ logisticsAddressData: _this.logisticsAddressData.getAddressData(),
76
+ isEditing: (_this$effects = _this.effects) === null || _this$effects === void 0 ? void 0 : _this$effects.isEditing
77
+ }))
78
+ });
79
+ });
80
+ _defineProperty(this, "filterConfig", function (item) {
81
+ return [_this.express.filterConfig(_objectSpread(_objectSpread({}, item), {}, {
82
+ subKey: "interceptCompany"
83
+ })), _this.expressCode.filterConfig(_objectSpread(_objectSpread({}, item), {}, {
84
+ subKey: "interceptCode"
85
+ })), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptType.filterConfig(item)];
86
+ });
87
+ this.name = options.name;
88
+ this.columnHeader = /*#__PURE__*/React.createElement(ColumnHeader, {
89
+ name: options.name
90
+ });
91
+ this.id = options.id;
92
+ this.type = options.type;
93
+ this.componentConfig = options.componentConfig;
94
+ this.effects = options === null || options === void 0 ? void 0 : options.effects;
95
+ this.expressDateInstance = ExpressData.getInstance();
96
+ this.expressInterceptData = ExpressInterceptData.getInstance();
97
+ this.logisticsAddressData = LogisticsAddressData.getInstance();
98
+ this.interceptAddress = new InterceptAddress(options);
99
+ this.interceptType = new InterceptType(options);
100
+ this.interceptLogisticsStatus = new InterceptStatus(options);
101
+ this.interceptSenderMobile = new InterceptSenderMobile(options);
102
+ this.express = new Express(_objectSpread(_objectSpread({}, options), {}, {
103
+ id: "".concat(options.id, "_interceptCompany"),
104
+ name: "物流信息"
105
+ }));
106
+ this.expressCode = new ExpressCode(_objectSpread(_objectSpread({}, options), {}, {
107
+ id: "".concat(options.id, "_interceptCode"),
108
+ name: "物流单号"
109
+ }));
110
+ this.isCombinationComponent = true;
111
+ this.children = [this.express, this.expressCode, this.interceptType, this.interceptAddress, this.interceptLogisticsStatus];
112
+ this.rules = [{
113
+ validator: function validator(_, value) {
114
+ var _this$componentConfig3, _this$componentConfig4, _value$interceptAddre, _value$interceptSende;
115
+ if ((_this$componentConfig3 = _this.componentConfig) !== null && _this$componentConfig3 !== void 0 && _this$componentConfig3.required && (!(value !== null && value !== void 0 && value.interceptCompany) || !value.interceptCode)) {
116
+ return Promise.reject(new Error("请填写物流信息"));
117
+ }
118
+ if ((_this$componentConfig4 = _this.componentConfig) !== null && _this$componentConfig4 !== void 0 && _this$componentConfig4.required && !(value !== null && value !== void 0 && value.interceptType)) {
119
+ return Promise.reject(new Error("请选择拦截类型"));
120
+ }
121
+ var showAddress = _this.expressInterceptData.getShowNewAddressMap()["".concat(value === null || value === void 0 ? void 0 : value.interceptType)];
122
+ if (showAddress && (!(value !== null && value !== void 0 && (_value$interceptAddre = value.interceptAddress) !== null && _value$interceptAddre !== void 0 && _value$interceptAddre.length) || !(value !== null && value !== void 0 && value.interceptDetail) || !(value !== null && value !== void 0 && value.interceptReceiverName) || !(value !== null && value !== void 0 && value.interceptReceiverMobile))) {
123
+ return Promise.reject(new Error("请填写派送地址"));
124
+ }
125
+ var showSender = _this.expressInterceptData.getShowSenderMobileMap()["".concat(value === null || value === void 0 ? void 0 : value.interceptType)];
126
+ if (showSender && !(value !== null && value !== void 0 && value.interceptSenderMobile)) {
127
+ return Promise.reject(new Error("请填写发件人手机号"));
128
+ }
129
+ if (showSender && value !== null && value !== void 0 && value.interceptSenderMobile && !(value !== null && value !== void 0 && (_value$interceptSende = value.interceptSenderMobile) !== null && _value$interceptSende !== void 0 && _value$interceptSende.match(/^[1][0-9]{10}$/))) {
130
+ return Promise.reject(new Error("请填写正确的发件人手机号"));
131
+ }
132
+ return Promise.resolve();
133
+ }
134
+ }];
135
+ });
136
+ export default Logistics;
@@ -0,0 +1,30 @@
1
+ import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from "../../type";
2
+ import React from "react";
3
+ declare class InterceptSenderMobile implements ComponentInterface {
4
+ name: string;
5
+ id: string;
6
+ companyId: string;
7
+ type: string;
8
+ rules: any[];
9
+ componentConfig: ComponentInterface["componentConfig"];
10
+ effects: ComponentInterface["effects"];
11
+ align: ALignType;
12
+ width: number;
13
+ isCombinationComponent: boolean;
14
+ children: ComponentInterface[];
15
+ constructor(options: PickOption);
16
+ getComponentValue: (r: Record) => any;
17
+ renderClient: (record: any) => React.JSX.Element | null;
18
+ renderPc: (value: any, record: Record) => any;
19
+ renderLog: (r: Record) => any;
20
+ renderExport: (value: any, record: Record) => any;
21
+ editRender: () => null;
22
+ filterConfig: (item: ColumnConfig) => {
23
+ type: string;
24
+ id: string;
25
+ name: string;
26
+ filterComponentType: "Input";
27
+ filterFn: (value: string) => (i: Record) => boolean;
28
+ };
29
+ }
30
+ export default InterceptSenderMobile;
@@ -0,0 +1,74 @@
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
+ var InterceptSenderMobile = /*#__PURE__*/_createClass(function InterceptSenderMobile(options) {
12
+ var _this = this;
13
+ _classCallCheck(this, InterceptSenderMobile);
14
+ _defineProperty(this, "name", void 0);
15
+ _defineProperty(this, "id", void 0);
16
+ _defineProperty(this, "companyId", void 0);
17
+ _defineProperty(this, "type", void 0);
18
+ _defineProperty(this, "rules", void 0);
19
+ _defineProperty(this, "componentConfig", void 0);
20
+ _defineProperty(this, "effects", void 0);
21
+ _defineProperty(this, "align", void 0);
22
+ _defineProperty(this, "width", void 0);
23
+ _defineProperty(this, "isCombinationComponent", void 0);
24
+ _defineProperty(this, "children", void 0);
25
+ _defineProperty(this, "getComponentValue", function (r) {
26
+ return r === null || r === void 0 ? void 0 : r[_this.id];
27
+ });
28
+ _defineProperty(this, "renderClient", function (record) {
29
+ return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
30
+ id: _this.id,
31
+ label: _this.name,
32
+ value: record === null || record === void 0 ? void 0 : record[_this.id]
33
+ }) : null;
34
+ });
35
+ _defineProperty(this, "renderPc", function (value, record) {
36
+ return record === null || record === void 0 ? void 0 : record[_this.id];
37
+ });
38
+ _defineProperty(this, "renderLog", function (r) {
39
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id)])) return null;
40
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id)];
41
+ });
42
+ _defineProperty(this, "renderExport", function (value, record) {
43
+ var _record;
44
+ return (_record = record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) !== null && _record !== void 0 ? _record : "--";
45
+ });
46
+ _defineProperty(this, "editRender", function () {
47
+ return null;
48
+ });
49
+ _defineProperty(this, "filterConfig", function (item) {
50
+ return {
51
+ type: item.type,
52
+ id: "".concat(item.id, "_interceptSenderMobile"),
53
+ name: "".concat(item.name, "-\u53D1\u4EF6\u4EBA\u624B\u673A\u53F7"),
54
+ filterComponentType: "Input",
55
+ filterFn: function filterFn(value) {
56
+ return function (i) {
57
+ return "".concat(_filterFn.filterTableListItemColumnValue(i, item.id, "interceptSenderMobile")).includes(value);
58
+ };
59
+ }
60
+ };
61
+ });
62
+ this.name = "发件人手机号";
63
+ this.id = "".concat(options.id, "_interceptSenderMobile");
64
+ this.companyId = "".concat(options.id, "_interceptCompany");
65
+ this.type = options.type;
66
+ this.componentConfig = options.componentConfig;
67
+ this.rules = [];
68
+ this.align = "left";
69
+ this.width = 200;
70
+ this.isCombinationComponent = false;
71
+ this.children = [];
72
+ this.effects = options === null || options === void 0 ? void 0 : options.effects;
73
+ });
74
+ export default InterceptSenderMobile;
@@ -1,27 +1,27 @@
1
1
  /// <reference types="react" />
2
- import { ComponentInterface, PickOption, DataType, Record } from '../../type';
3
- declare type Value = string[];
2
+ import { ComponentInterface, PickOption, ColumnConfig, Record } from '../../type';
4
3
  declare class BasicMultSelect implements ComponentInterface {
5
4
  name: string;
6
5
  id: string;
7
6
  type: string;
8
7
  rules: any[];
9
- canFilter: boolean;
10
- canGroup: boolean;
11
- canHidden: boolean;
12
- dataType: DataType;
13
- showContains: boolean;
14
8
  componentConfig: ComponentInterface["componentConfig"];
9
+ isCombinationComponent: boolean;
10
+ children: ComponentInterface[];
15
11
  constructor(options: PickOption);
16
- render: (value: Value) => JSX.Element;
17
12
  renderClient: (record: any) => JSX.Element | null;
18
13
  renderPc: (value: any, record: Record) => JSX.Element;
14
+ renderLog: (r: Record) => JSX.Element | null;
15
+ getComponentValue: (r: Record) => any;
19
16
  renderExport: (value: any, record: Record) => any;
20
17
  editRender: () => JSX.Element;
21
- getColumns: () => this & {
22
- dataIndex: string;
23
- title: string;
24
- renderExport: (value: any, record: Record) => any;
18
+ filterConfig: (item: ColumnConfig) => {
19
+ type: string;
20
+ id: string;
21
+ name: string;
22
+ filterComponentType: "MultipleSelect";
23
+ options: any[];
24
+ filterFn: (value: string) => (i: Record) => boolean;
25
25
  };
26
26
  }
27
27
  export default BasicMultSelect;
@@ -1,6 +1,4 @@
1
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 ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
2
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
3
  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); } }
6
4
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
@@ -9,10 +7,11 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
9
7
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
10
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); }
11
9
  import React from 'react';
10
+ import intersection from 'lodash/intersection';
12
11
  import { ApaasMultipleSelect } from '@kmkf-fe-packages/basic-components';
13
12
  import GetFormItem from "../GetFormItem";
14
13
  import ItemView from "../../commonComponents/ItemView";
15
- import { isNull } from '@kmkf-fe-packages/kmkf-utils';
14
+ import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
16
15
  var BasicMultSelect = /*#__PURE__*/_createClass(function BasicMultSelect(options) {
17
16
  var _this = this;
18
17
  _classCallCheck(this, BasicMultSelect);
@@ -20,20 +19,15 @@ var BasicMultSelect = /*#__PURE__*/_createClass(function BasicMultSelect(options
20
19
  _defineProperty(this, "id", void 0);
21
20
  _defineProperty(this, "type", void 0);
22
21
  _defineProperty(this, "rules", void 0);
23
- _defineProperty(this, "canFilter", void 0);
24
- _defineProperty(this, "canGroup", void 0);
25
- _defineProperty(this, "canHidden", void 0);
26
- _defineProperty(this, "dataType", void 0);
27
- _defineProperty(this, "showContains", void 0);
28
22
  _defineProperty(this, "componentConfig", void 0);
29
- _defineProperty(this, "render", function (value) {
30
- return /*#__PURE__*/React.createElement("span", null, " ", value === null || value === void 0 ? void 0 : value.join(','));
31
- });
23
+ _defineProperty(this, "isCombinationComponent", void 0);
24
+ _defineProperty(this, "children", void 0);
32
25
  _defineProperty(this, "renderClient", function (record) {
26
+ var _record$_this$id;
33
27
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
34
28
  id: _this.id,
35
29
  label: _this.name,
36
- value: _this.render(record === null || record === void 0 ? void 0 : record[_this.id])
30
+ value: record === null || record === void 0 ? void 0 : (_record$_this$id = record[_this.id]) === null || _record$_this$id === void 0 ? void 0 : _record$_this$id.join(',')
37
31
  }) : null;
38
32
  });
39
33
  _defineProperty(this, "renderPc", function (value, record) {
@@ -43,6 +37,13 @@ var BasicMultSelect = /*#__PURE__*/_createClass(function BasicMultSelect(options
43
37
  }
44
38
  return /*#__PURE__*/React.createElement("span", null, record === null || record === void 0 ? void 0 : (_record = record["".concat(_this.id, "_basicMultSelect")]) === null || _record === void 0 ? void 0 : _record.join(','));
45
39
  });
40
+ _defineProperty(this, "renderLog", function (r) {
41
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_basicMultSelect")])) return null;
42
+ return _this.renderPc(undefined, r);
43
+ });
44
+ _defineProperty(this, "getComponentValue", function (r) {
45
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_basicMultSelect")];
46
+ });
46
47
  _defineProperty(this, "renderExport", function (value, record) {
47
48
  var _record2;
48
49
  if ((record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_basicMultSelect")]) === undefined) {
@@ -62,23 +63,29 @@ var BasicMultSelect = /*#__PURE__*/_createClass(function BasicMultSelect(options
62
63
  }))
63
64
  });
64
65
  });
65
- _defineProperty(this, "getColumns", function () {
66
- return _objectSpread(_objectSpread({}, _this), {}, {
67
- dataIndex: _this.id,
68
- title: _this.name,
69
- renderExport: _this.renderExport
70
- });
71
- ;
66
+ _defineProperty(this, "filterConfig", function (item) {
67
+ var _item$config;
68
+ return {
69
+ type: item.type,
70
+ id: item.id,
71
+ // 过滤组件id
72
+ name: item.name,
73
+ // 过滤组件名称
74
+ filterComponentType: 'MultipleSelect',
75
+ options: (item === null || item === void 0 ? void 0 : (_item$config = item.config) === null || _item$config === void 0 ? void 0 : _item$config.options) || [],
76
+ filterFn: function filterFn(value) {
77
+ return function (i) {
78
+ return intersection(value, _filterFn.filterTableListItemColumnValue(i, item.id, 'basicMultSelect')).length > 0;
79
+ };
80
+ }
81
+ };
72
82
  });
73
83
  this.name = options.name;
74
84
  this.id = options.id;
75
85
  this.type = options.type;
76
- this.canFilter = false;
77
- this.canGroup = false;
78
- this.canHidden = true;
79
- this.showContains = false;
80
- this.dataType = 'array';
81
86
  this.componentConfig = options.componentConfig;
82
87
  this.rules = [];
88
+ this.isCombinationComponent = false;
89
+ this.children = [];
83
90
  });
84
91
  export default BasicMultSelect;
@@ -1,40 +1,29 @@
1
1
  /// <reference types="react" />
2
- import { ComponentInterface, PickOption, DataType, ALignType } from '../../type';
2
+ import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from '../../type';
3
3
  declare class OrdinaryHeader implements ComponentInterface {
4
4
  name: string;
5
5
  id: string;
6
6
  type: string;
7
7
  rules: any[];
8
- canFilter: boolean;
9
- canGroup: boolean;
10
- canHidden: boolean;
11
- dataType: DataType;
12
- showContains: boolean;
13
8
  componentConfig: ComponentInterface["componentConfig"];
14
9
  effects: ComponentInterface["effects"];
15
10
  align: ALignType;
16
11
  width: number;
12
+ isCombinationComponent: boolean;
13
+ children: ComponentInterface[];
17
14
  constructor(options: PickOption);
18
- render: (value: string) => JSX.Element;
19
15
  renderClient: (record: any) => JSX.Element | null;
20
- renderPc: (value: any) => any;
16
+ renderPc: (value: unknown, r: Record) => any;
17
+ renderLog: (r: Record) => any;
18
+ getComponentValue: (r: Record) => any;
21
19
  renderExport: (value: any) => any;
22
20
  editRender: () => JSX.Element;
23
- getColumns: () => {
24
- title: string;
25
- align: ALignType;
26
- dataIndex: string;
27
- dataType: DataType;
28
- canHidden: boolean;
29
- canFilter: boolean;
30
- canGroup: boolean;
21
+ filterConfig: (item: ColumnConfig) => {
31
22
  type: string;
32
- render: (value: any) => any;
33
- renderPc: (value: any) => any;
34
- componentType: () => JSX.Element;
35
- showContains: boolean;
36
- renderExport: (value: any) => any;
37
- width: number;
23
+ id: string;
24
+ name: string;
25
+ filterComponentType: "Input";
26
+ filterFn: (value: string) => (i: Record) => boolean;
38
27
  };
39
28
  }
40
29
  export default OrdinaryHeader;
@@ -10,7 +10,7 @@ import React from 'react';
10
10
  import GetFormItem from "../GetFormItem";
11
11
  import Header from "../OrdinaryHeader";
12
12
  import ItemView from "../../commonComponents/ItemView";
13
- import { isNull } from '@kmkf-fe-packages/kmkf-utils';
13
+ import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
14
14
  var OrdinaryHeader = /*#__PURE__*/_createClass(function OrdinaryHeader(options) {
15
15
  var _this = this;
16
16
  _classCallCheck(this, OrdinaryHeader);
@@ -18,27 +18,29 @@ var OrdinaryHeader = /*#__PURE__*/_createClass(function OrdinaryHeader(options)
18
18
  _defineProperty(this, "id", void 0);
19
19
  _defineProperty(this, "type", void 0);
20
20
  _defineProperty(this, "rules", void 0);
21
- _defineProperty(this, "canFilter", void 0);
22
- _defineProperty(this, "canGroup", void 0);
23
- _defineProperty(this, "canHidden", void 0);
24
- _defineProperty(this, "dataType", void 0);
25
- _defineProperty(this, "showContains", void 0);
26
21
  _defineProperty(this, "componentConfig", void 0);
27
22
  _defineProperty(this, "effects", void 0);
28
23
  _defineProperty(this, "align", void 0);
29
24
  _defineProperty(this, "width", void 0);
30
- _defineProperty(this, "render", function (value) {
31
- return /*#__PURE__*/React.createElement("span", null, value);
32
- });
25
+ _defineProperty(this, "isCombinationComponent", void 0);
26
+ _defineProperty(this, "children", void 0);
33
27
  _defineProperty(this, "renderClient", function (record) {
34
28
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
35
29
  id: _this.id,
36
30
  label: _this.name,
37
- value: _this.render(record === null || record === void 0 ? void 0 : record[_this.id])
31
+ value: record === null || record === void 0 ? void 0 : record[_this.id]
38
32
  }) : null;
39
33
  });
40
- _defineProperty(this, "renderPc", function (value) {
41
- return value !== null && value !== void 0 ? value : '--';
34
+ _defineProperty(this, "renderPc", function (value, r) {
35
+ var _r;
36
+ return (_r = r === null || r === void 0 ? void 0 : r["".concat(_this.id)]) !== null && _r !== void 0 ? _r : '--';
37
+ });
38
+ _defineProperty(this, "renderLog", function (r) {
39
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id)])) return null;
40
+ return _this.renderPc(undefined, r);
41
+ });
42
+ _defineProperty(this, "getComponentValue", function (r) {
43
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id)];
42
44
  });
43
45
  _defineProperty(this, "renderExport", function (value) {
44
46
  return value !== null && value !== void 0 ? value : '--';
@@ -59,36 +61,28 @@ var OrdinaryHeader = /*#__PURE__*/_createClass(function OrdinaryHeader(options)
59
61
  }))
60
62
  });
61
63
  });
62
- _defineProperty(this, "getColumns", function () {
64
+ _defineProperty(this, "filterConfig", function (item) {
63
65
  return {
64
- title: _this.name,
65
- align: _this.align,
66
- dataIndex: _this.id,
67
- dataType: _this.dataType,
68
- canHidden: _this.canHidden,
69
- canFilter: _this.canFilter,
70
- canGroup: _this.canGroup,
71
- type: _this.type,
72
- render: _this.renderPc,
73
- renderPc: _this.renderPc,
74
- componentType: _this.editRender,
75
- showContains: _this.showContains,
76
- renderExport: _this.renderExport,
77
- width: _this.width
66
+ type: item.type,
67
+ id: "".concat(item.id, "_ordinaryMoney"),
68
+ name: "".concat(item.name, "-\u5F00\u7968\u91D1\u989D"),
69
+ filterComponentType: 'Input',
70
+ filterFn: function filterFn(value) {
71
+ return function (i) {
72
+ return "".concat(_filterFn.filterTableListItemColumnValue(i, item.id, 'ordinaryMoney')).includes(value);
73
+ };
74
+ }
78
75
  };
79
76
  });
80
77
  this.name = '发票抬头';
81
78
  this.id = "".concat(options.id, "_ordinaryTaitou");
82
79
  this.type = options.type;
83
- this.canFilter = true;
84
- this.canGroup = true;
85
- this.canHidden = false;
86
- this.showContains = false;
87
- this.dataType = 'string';
88
80
  this.componentConfig = options.componentConfig;
89
81
  this.rules = [];
90
82
  this.align = 'left';
91
83
  this.effects = options.effects;
92
84
  this.width = 200;
85
+ this.isCombinationComponent = false;
86
+ this.children = [];
93
87
  });
94
88
  export default OrdinaryHeader;