@kmkf-fe-packages/services-components 2.10.9-beta.2 → 2.10.9-beta.21

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 (62) hide show
  1. package/dist/esm/components/BS/BsExchange/index.d.ts +7 -0
  2. package/dist/esm/components/BS/BsExchange/index.js +6 -0
  3. package/dist/esm/components/BS/BsGoods/index.d.ts +7 -0
  4. package/dist/esm/components/BS/BsGoods/index.js +6 -0
  5. package/dist/esm/components/BS/BsReissue/index.d.ts +7 -0
  6. package/dist/esm/components/BS/BsReissue/index.js +6 -0
  7. package/dist/esm/components/BS/BsReturn/index.d.ts +7 -0
  8. package/dist/esm/components/BS/BsReturn/index.js +6 -0
  9. package/dist/esm/components/BsE3/BsGoods/index.d.ts +7 -0
  10. package/dist/esm/components/BsE3/BsGoods/index.js +6 -0
  11. package/dist/esm/components/BsE3/BsReissueE3/index.d.ts +7 -0
  12. package/dist/esm/components/BsE3/BsReissueE3/index.js +6 -0
  13. package/dist/esm/components/Common/constants/columnsBaseInfoMap.d.ts +6 -0
  14. package/dist/esm/components/Common/constants/columnsBaseInfoMap.js +14 -0
  15. package/dist/esm/components/Common/index.js +1 -0
  16. package/dist/esm/components/CommonHeaderGood/index.js +38 -34
  17. package/dist/esm/components/CommonMultiStatus/index.d.ts +4 -1
  18. package/dist/esm/components/CommonMultiStatus/index.js +34 -6
  19. package/dist/esm/components/GY/GyGoods/index.d.ts +7 -0
  20. package/dist/esm/components/GY/GyGoods/index.js +6 -0
  21. package/dist/esm/components/GY/GyReissue/index.d.ts +7 -0
  22. package/dist/esm/components/GY/GyReissue/index.js +6 -0
  23. package/dist/esm/components/GY/GyReturn/index.d.ts +7 -0
  24. package/dist/esm/components/GY/GyReturn/index.js +6 -0
  25. package/dist/esm/components/JST/JstSendGood/index.d.ts +2 -1
  26. package/dist/esm/components/JST/JstSendGood/index.js +7 -1
  27. package/dist/esm/components/JST/JstSupply/index.d.ts +1 -1
  28. package/dist/esm/components/JST/JstSupply/index.js +3 -0
  29. package/dist/esm/components/KM/KmExchange/index.d.ts +7 -0
  30. package/dist/esm/components/KM/KmExchange/index.js +6 -0
  31. package/dist/esm/components/KmErpSendGood/index.d.ts +1 -1
  32. package/dist/esm/components/KmErpSendGood/index.js +3 -0
  33. package/dist/esm/components/LogisticsInterception/index.d.ts +3 -0
  34. package/dist/esm/components/LogisticsInterception/index.js +14 -7
  35. package/dist/esm/components/LogisticsInterception/interceptLogisticsCustomerCode.d.ts +39 -0
  36. package/dist/esm/components/LogisticsInterception/interceptLogisticsCustomerCode.js +103 -0
  37. package/dist/esm/components/LogisticsMoreInterception/index.d.ts +2 -0
  38. package/dist/esm/components/LogisticsMoreInterception/index.js +19 -5
  39. package/dist/esm/components/LogisticsMoreInterception/interceptLogisticsCustomerCode.d.ts +39 -0
  40. package/dist/esm/components/LogisticsMoreInterception/interceptLogisticsCustomerCode.js +108 -0
  41. package/dist/esm/components/Public/Exchange/index.d.ts +7 -0
  42. package/dist/esm/components/Public/Exchange/index.js +6 -0
  43. package/dist/esm/components/Public/Goods/index.js +2 -12
  44. package/dist/esm/components/Public/ReissueGoods/index.d.ts +7 -0
  45. package/dist/esm/components/Public/ReissueGoods/index.js +6 -0
  46. package/dist/esm/components/Public/ReturnWarehouse/index.d.ts +1 -1
  47. package/dist/esm/components/Public/ReturnWarehouse/index.js +3 -0
  48. package/dist/esm/components/Reissue/Logistics/index.d.ts +1 -1
  49. package/dist/esm/components/Reissue/Logistics/index.js +3 -0
  50. package/dist/esm/components/SKX/SkxGoods/index.d.ts +7 -0
  51. package/dist/esm/components/SKX/SkxGoods/index.js +6 -0
  52. package/dist/esm/components/WDT/WdtExchange/index.d.ts +7 -0
  53. package/dist/esm/components/WDT/WdtExchange/index.js +6 -0
  54. package/dist/esm/components/WDT/WdtGoods/index.d.ts +7 -0
  55. package/dist/esm/components/WDT/WdtGoods/index.js +6 -0
  56. package/dist/esm/components/WDT/WdtRessuie/index.d.ts +7 -0
  57. package/dist/esm/components/WDT/WdtRessuie/index.js +6 -0
  58. package/dist/esm/components/WDT/WdtReturn/index.d.ts +7 -0
  59. package/dist/esm/components/WDT/WdtReturn/index.js +6 -0
  60. package/dist/esm/factory.d.ts +1 -1
  61. package/dist/esm/factory.js +5 -1
  62. package/package.json +4 -4
@@ -0,0 +1,103 @@
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 { filterFn as _filterFn, isNull, LogisticsAddressData } from "@kmkf-fe-packages/kmkf-utils";
11
+ import { SYMBOL } from "../../constant";
12
+ var InterceptLogisticsCustomerCode = /*#__PURE__*/_createClass(function InterceptLogisticsCustomerCode(options) {
13
+ var _this = this;
14
+ _classCallCheck(this, InterceptLogisticsCustomerCode);
15
+ _defineProperty(this, "name", void 0);
16
+ _defineProperty(this, "id", void 0);
17
+ _defineProperty(this, "sortField", 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, "formField", void 0);
26
+ _defineProperty(this, "canSort", void 0);
27
+ _defineProperty(this, "children", void 0);
28
+ _defineProperty(this, "dataType", void 0);
29
+ _defineProperty(this, "options", void 0);
30
+ _defineProperty(this, "getComponentValue", function (record) {
31
+ return record === null || record === void 0 ? void 0 : record[_this.id];
32
+ });
33
+ _defineProperty(this, "renderClient", function (record) {
34
+ return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
35
+ id: _this.id,
36
+ label: _this.name,
37
+ value: record[_this.id]
38
+ }) : null;
39
+ });
40
+ _defineProperty(this, "renderPc", function (_value, record) {
41
+ var _record$_this$id;
42
+ return (_record$_this$id = record === null || record === void 0 ? void 0 : record[_this.id]) !== null && _record$_this$id !== void 0 ? _record$_this$id : "--";
43
+ });
44
+ _defineProperty(this, "renderLog", function (record) {
45
+ return isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? null : record[_this.id];
46
+ });
47
+ _defineProperty(this, "renderExport", function (_value, record) {
48
+ var _record$_this$id2;
49
+ return (_record$_this$id2 = record === null || record === void 0 ? void 0 : record[_this.id]) !== null && _record$_this$id2 !== void 0 ? _record$_this$id2 : "--";
50
+ });
51
+ _defineProperty(this, "editRender", function () {
52
+ return null;
53
+ });
54
+ _defineProperty(this, "filterConfig", function (item) {
55
+ return {
56
+ searchDefaultConditions: SYMBOL.in,
57
+ type: item.type,
58
+ id: "".concat(item.id, "_interceptLogisticsCustomerCode"),
59
+ name: "".concat(item.name, "-\u5BA2\u6237\u7F16\u7801"),
60
+ filterComponentType: "MultipleSelect",
61
+ props: {
62
+ options: _this.options || []
63
+ },
64
+ formatFilterValue: function formatFilterValue(value) {
65
+ var _value$map;
66
+ return value === null || value === void 0 ? void 0 : (_value$map = value.map(function (item) {
67
+ return item === null || item === void 0 ? void 0 : item.split(",");
68
+ })) === null || _value$map === void 0 ? void 0 : _value$map.flat();
69
+ },
70
+ filterFn: function filterFn(value) {
71
+ return function (record) {
72
+ var _value$map2, _value$map2$flat;
73
+ return value === null || value === void 0 ? void 0 : (_value$map2 = value.map(function (item) {
74
+ return item === null || item === void 0 ? void 0 : item.split(",");
75
+ })) === null || _value$map2 === void 0 ? void 0 : (_value$map2$flat = _value$map2.flat()) === null || _value$map2$flat === void 0 ? void 0 : _value$map2$flat.includes(_filterFn.filterTableListItemColumnValue(record, item.id, "interceptLogisticsCustomerCode"));
76
+ };
77
+ }
78
+ };
79
+ });
80
+ this.name = "客户编码";
81
+ this.id = "".concat(options.id, "_interceptLogisticsCustomerCode");
82
+ this.sortField = this.id;
83
+ this.formField = this.id;
84
+ this.type = options.type;
85
+ this.componentConfig = options.componentConfig;
86
+ this.rules = [];
87
+ this.align = "left";
88
+ this.width = 220;
89
+ this.isCombinationComponent = false;
90
+ this.canSort = true;
91
+ this.children = [];
92
+ this.effects = options === null || options === void 0 ? void 0 : options.effects;
93
+ this.dataType = "string";
94
+ this.options = (LogisticsAddressData.getInstance().getAddressData() || []).filter(function (item) {
95
+ return item.cpCode === "JD" && item.customerCode;
96
+ }).map(function (item) {
97
+ return {
98
+ label: item.remark ? "".concat(item.customerCode, "\uFF08").concat(item.remark, "\uFF09") : item.customerCode,
99
+ value: item.customerCode
100
+ };
101
+ });
102
+ });
103
+ export default InterceptLogisticsCustomerCode;
@@ -9,6 +9,7 @@ import InterceptStatus from "./InterceptStatus";
9
9
  import InterceptCode from "./interceptCode";
10
10
  import InterceptApiStatus from "./InterceptApiStatus";
11
11
  import Express from "./interceptCompany";
12
+ import InterceptLogisticsCustomerCode from "./interceptLogisticsCustomerCode";
12
13
  declare class Logistics implements ComponentInterface {
13
14
  name: string;
14
15
  columnHeader: string | JSX.Element;
@@ -23,6 +24,7 @@ declare class Logistics implements ComponentInterface {
23
24
  interceptApiStatus: InterceptApiStatus;
24
25
  interceptSenderMobile: InterceptSenderMobile;
25
26
  interceptSnapshot: InterceptSnapshot;
27
+ interceptLogisticsCustomerCode: InterceptLogisticsCustomerCode;
26
28
  isCombinationComponent: boolean;
27
29
  formField: string;
28
30
  canSort: boolean;
@@ -11,7 +11,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
11
11
  import React from "react";
12
12
  import { Space } from "antd";
13
13
  import { LogisticsMoreInterception } from "@kmkf-fe-packages/basic-components";
14
- import { ExpressData, ExpressInterceptData, LogisticsAddressData, isNull, AddressData } from "@kmkf-fe-packages/kmkf-utils";
14
+ import { ExpressData, ExpressInterceptData, LogisticsAddressData, isNull, AddressData, isJdLogisticsCompany } from "@kmkf-fe-packages/kmkf-utils";
15
15
  import ItemView from "../../commonComponents/ItemView";
16
16
  import GetFormItem from "../GetFormItem";
17
17
  import InterceptSenderMobile from "./interceptSenderMobile";
@@ -25,6 +25,7 @@ import Express from "./interceptCompany";
25
25
  import ColumnHeader from "./columnHeader";
26
26
  import QueryLogisticsTrack from "../../commonComponents/QueryLogisticsTrack";
27
27
  import CopyText from "../../commonComponents/CopyText";
28
+ import InterceptLogisticsCustomerCode from "./interceptLogisticsCustomerCode";
28
29
  // import InterceptLogisticsUserKCode from "./interceptLogisticsUserKCode";
29
30
  // import InterceptLogisticsUserSecretKey from "./interceptLogisticsUserSecretKey";
30
31
  var Logistics = /*#__PURE__*/_createClass(
@@ -49,6 +50,7 @@ function Logistics(options) {
49
50
  _defineProperty(this, "interceptApiStatus", void 0);
50
51
  _defineProperty(this, "interceptSenderMobile", void 0);
51
52
  _defineProperty(this, "interceptSnapshot", void 0);
53
+ _defineProperty(this, "interceptLogisticsCustomerCode", void 0);
52
54
  _defineProperty(this, "isCombinationComponent", void 0);
53
55
  _defineProperty(this, "formField", void 0);
54
56
  _defineProperty(this, "canSort", void 0);
@@ -75,7 +77,7 @@ function Logistics(options) {
75
77
  text: item.interceptCode
76
78
  })) : null, (_item$interceptAddres = item.interceptAddress) !== null && _item$interceptAddres !== void 0 && _item$interceptAddres.length || item.interceptDetail || item.interceptReceiverName || item.interceptReceiverMobile ? /*#__PURE__*/React.createElement("div", null, "\u6D3E\u4EF6\u4FE1\u606F\uFF1A", /*#__PURE__*/React.createElement(CopyText, {
77
79
  text: "".concat(addressText, "\n ").concat(item.interceptDetail, " ").concat(item.interceptReceiverName, "\n ").concat(item.interceptReceiverMobile)
78
- })) : null, item.interceptType ? /*#__PURE__*/React.createElement("div", null, "\u62E6\u622A\u7C7B\u578B\uFF1A", _this.expressInterceptInstance.getTypeNameMap()[item.interceptType]) : null, item.interceptLogisticsStatus ? /*#__PURE__*/React.createElement("div", null, "\u7269\u6D41\u72B6\u6001\uFF1A", (_this$expressIntercep = _this.expressInterceptInstance.getStatusNameMap()) === null || _this$expressIntercep === void 0 ? void 0 : _this$expressIntercep[item.interceptLogisticsStatus], /*#__PURE__*/React.createElement(QueryLogisticsTrack, {
80
+ })) : null, item.interceptType ? /*#__PURE__*/React.createElement("div", null, "\u62E6\u622A\u7C7B\u578B\uFF1A", _this.expressInterceptInstance.getTypeNameMap()[item.interceptType]) : null, item.interceptLogisticsCustomerCode ? /*#__PURE__*/React.createElement("div", null, "\u5BA2\u6237\u7F16\u7801\uFF1A", item.interceptLogisticsCustomerCode) : null, item.interceptLogisticsStatus ? /*#__PURE__*/React.createElement("div", null, "\u7269\u6D41\u72B6\u6001\uFF1A", (_this$expressIntercep = _this.expressInterceptInstance.getStatusNameMap()) === null || _this$expressIntercep === void 0 ? void 0 : _this$expressIntercep[item.interceptLogisticsStatus], /*#__PURE__*/React.createElement(QueryLogisticsTrack, {
79
81
  modelWidth: 500,
80
82
  interceptCompany: item.interceptCompany,
81
83
  interceptCode: item.interceptCode,
@@ -128,7 +130,7 @@ function Logistics(options) {
128
130
  subKey: "logisticsInterceptCompanyList"
129
131
  })), _this.expressCode.filterConfig(_objectSpread(_objectSpread({}, item), {}, {
130
132
  subKey: "logisticsInterceptCodeList"
131
- })), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptApiStatus.filterConfig(item), _this.interceptType.filterConfig(item), _this.interceptSnapshot.filterConfig(item)];
133
+ })), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptApiStatus.filterConfig(item), _this.interceptType.filterConfig(item), _this.interceptSnapshot.filterConfig(item), _this.interceptLogisticsCustomerCode.filterConfig(item)];
132
134
  });
133
135
  this.name = options.name;
134
136
  this.columnHeader = /*#__PURE__*/React.createElement(ColumnHeader, {
@@ -150,6 +152,7 @@ function Logistics(options) {
150
152
  this.interceptApiStatus = new InterceptApiStatus(options);
151
153
  this.interceptSenderMobile = new InterceptSenderMobile(options);
152
154
  this.interceptSnapshot = new InterceptSnapshot(options);
155
+ this.interceptLogisticsCustomerCode = new InterceptLogisticsCustomerCode(options);
153
156
  // this.interceptLogisticsUserKCode = new InterceptLogisticsUserKCode(options);
154
157
  // this.interceptLogisticsUserSecretKey = new InterceptLogisticsUserSecretKey(
155
158
  // options
@@ -165,7 +168,7 @@ function Logistics(options) {
165
168
  this.isCombinationComponent = true;
166
169
  this.canSort = false;
167
170
  this.dataType = "object";
168
- this.children = [this.express, this.expressCode, this.interceptType, this.interceptAddress, this.interceptLogisticsStatus, this.interceptApiStatus, this.interceptSnapshot
171
+ this.children = [this.express, this.expressCode, this.interceptType, this.interceptAddress, this.interceptLogisticsStatus, this.interceptApiStatus, this.interceptSnapshot, this.interceptLogisticsCustomerCode
169
172
  // this.interceptLogisticsUserKCode,
170
173
  // this.interceptLogisticsUserSecretKey,
171
174
  ];
@@ -179,7 +182,7 @@ function Logistics(options) {
179
182
  return Promise.reject(new Error("请填写物流信息"));
180
183
  }
181
184
  if (value.some(function (t) {
182
- return !(t !== null && t !== void 0 && t.interceptType);
185
+ return !isJdLogisticsCompany(t === null || t === void 0 ? void 0 : t.interceptCompany) && !(t !== null && t !== void 0 && t.interceptType);
183
186
  })) {
184
187
  return Promise.reject(new Error("请选择拦截类型"));
185
188
  }
@@ -220,6 +223,17 @@ function Logistics(options) {
220
223
  return Promise.resolve();
221
224
  }
222
225
  }] : [];
226
+ this.rules.unshift({
227
+ validator: function validator(_) {
228
+ var value = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
229
+ if (value.some(function (item) {
230
+ return isJdLogisticsCompany(item === null || item === void 0 ? void 0 : item.interceptCompany) && !(item !== null && item !== void 0 && item.interceptLogisticsCustomerCode);
231
+ })) {
232
+ return Promise.reject(new Error("请选择客户编码"));
233
+ }
234
+ return Promise.resolve();
235
+ }
236
+ });
223
237
  this.addressDateInstance = AddressData.getInstance();
224
238
  });
225
239
  export default Logistics;
@@ -0,0 +1,39 @@
1
+ import { ALignType, ColumnConfig, ComponentInterface, PickOption, Record } from "../../type";
2
+ declare class InterceptLogisticsCustomerCode implements ComponentInterface {
3
+ name: string;
4
+ id: string;
5
+ sortField: string;
6
+ type: string;
7
+ rules: any[];
8
+ componentConfig: ComponentInterface["componentConfig"];
9
+ effects: ComponentInterface["effects"];
10
+ align: ALignType;
11
+ width: number;
12
+ isCombinationComponent: boolean;
13
+ formField: string;
14
+ canSort: boolean;
15
+ children: ComponentInterface[];
16
+ dataType: ComponentInterface["dataType"];
17
+ options: ComponentInterface["options"];
18
+ constructor(options: PickOption);
19
+ getComponentValue: (record: Record) => any;
20
+ renderCustomerCodes: (record: Record) => any;
21
+ renderClient: () => null;
22
+ renderPc: (_value: any, record: Record) => any;
23
+ renderLog: () => null;
24
+ renderExport: (_value: any, record: Record) => any;
25
+ editRender: () => null;
26
+ filterConfig: (item: ColumnConfig) => {
27
+ searchDefaultConditions: "in";
28
+ type: string;
29
+ id: string;
30
+ name: string;
31
+ filterComponentType: "MultipleSelect";
32
+ props: {
33
+ options: any[];
34
+ };
35
+ formatFilterValue: (value: string[]) => string[];
36
+ filterFn: (value: string[]) => (record: Record) => boolean;
37
+ };
38
+ }
39
+ export default InterceptLogisticsCustomerCode;
@@ -0,0 +1,108 @@
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 { filterFn as _filterFn, LogisticsAddressData } from "@kmkf-fe-packages/kmkf-utils";
10
+ import { SYMBOL } from "../../constant";
11
+ var InterceptLogisticsCustomerCode = /*#__PURE__*/_createClass(function InterceptLogisticsCustomerCode(options) {
12
+ var _this = this;
13
+ _classCallCheck(this, InterceptLogisticsCustomerCode);
14
+ _defineProperty(this, "name", void 0);
15
+ _defineProperty(this, "id", void 0);
16
+ _defineProperty(this, "sortField", 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, "formField", void 0);
25
+ _defineProperty(this, "canSort", void 0);
26
+ _defineProperty(this, "children", void 0);
27
+ _defineProperty(this, "dataType", void 0);
28
+ _defineProperty(this, "options", void 0);
29
+ _defineProperty(this, "getComponentValue", function (record) {
30
+ return ((record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_logisticsInterceptList")]) || []).map(function (item) {
31
+ return item === null || item === void 0 ? void 0 : item.interceptLogisticsCustomerCode;
32
+ }).filter(Boolean).join(",");
33
+ });
34
+ _defineProperty(this, "renderCustomerCodes", function (record) {
35
+ var list = (record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_logisticsInterceptList")]) || [];
36
+ return list.map(function (item, index) {
37
+ return /*#__PURE__*/React.createElement("div", {
38
+ key: "".concat((item === null || item === void 0 ? void 0 : item.interceptCode) || "customer-code", "-").concat(index)
39
+ }, "\u5305\u88F9".concat(index + 1, ":"), (item === null || item === void 0 ? void 0 : item.interceptLogisticsCustomerCode) || "--");
40
+ });
41
+ });
42
+ _defineProperty(this, "renderClient", function () {
43
+ return null;
44
+ });
45
+ _defineProperty(this, "renderPc", function (_value, record) {
46
+ return _this.renderCustomerCodes(record);
47
+ });
48
+ _defineProperty(this, "renderLog", function () {
49
+ return null;
50
+ });
51
+ _defineProperty(this, "renderExport", function (_value, record) {
52
+ return _this.getComponentValue(record) || "--";
53
+ });
54
+ _defineProperty(this, "editRender", function () {
55
+ return null;
56
+ });
57
+ _defineProperty(this, "filterConfig", function (item) {
58
+ return {
59
+ searchDefaultConditions: SYMBOL.in,
60
+ type: item.type,
61
+ id: "".concat(item.id, "_logisticsInterceptCustomerCodeList"),
62
+ name: "".concat(item.name, "-\u5BA2\u6237\u7F16\u7801"),
63
+ filterComponentType: "MultipleSelect",
64
+ props: {
65
+ options: _this.options || []
66
+ },
67
+ formatFilterValue: function formatFilterValue(value) {
68
+ var _value$map;
69
+ return value === null || value === void 0 ? void 0 : (_value$map = value.map(function (option) {
70
+ return option === null || option === void 0 ? void 0 : option.split(",");
71
+ })) === null || _value$map === void 0 ? void 0 : _value$map.flat();
72
+ },
73
+ filterFn: function filterFn(value) {
74
+ return function (record) {
75
+ var _value$map2, _value$map2$flat;
76
+ return value === null || value === void 0 ? void 0 : (_value$map2 = value.map(function (option) {
77
+ return option === null || option === void 0 ? void 0 : option.split(",");
78
+ })) === null || _value$map2 === void 0 ? void 0 : (_value$map2$flat = _value$map2.flat()) === null || _value$map2$flat === void 0 ? void 0 : _value$map2$flat.some(function (customerCode) {
79
+ return "".concat(_filterFn.filterTableListItemColumnValue(record, item.id, "logisticsInterceptCustomerCodeList")).split(",").includes(customerCode);
80
+ });
81
+ };
82
+ }
83
+ };
84
+ });
85
+ this.name = "客户编码";
86
+ this.id = options.id;
87
+ this.sortField = "".concat(options.id, "_logisticsInterceptCustomerCodeList");
88
+ this.formField = this.sortField;
89
+ this.type = options.type;
90
+ this.componentConfig = options.componentConfig;
91
+ this.rules = [];
92
+ this.align = "left";
93
+ this.width = 220;
94
+ this.isCombinationComponent = false;
95
+ this.canSort = true;
96
+ this.children = [];
97
+ this.effects = options === null || options === void 0 ? void 0 : options.effects;
98
+ this.dataType = "string";
99
+ this.options = (LogisticsAddressData.getInstance().getAddressData() || []).filter(function (item) {
100
+ return item.cpCode === "JD" && item.customerCode;
101
+ }).map(function (item) {
102
+ return {
103
+ label: item.remark ? "".concat(item.customerCode, "\uFF08").concat(item.remark, "\uFF09") : item.customerCode,
104
+ value: item.customerCode
105
+ };
106
+ });
107
+ });
108
+ export default InterceptLogisticsCustomerCode;
@@ -19,10 +19,17 @@ declare class Exchange implements ComponentInterface {
19
19
  canSort: boolean;
20
20
  children: ComponentInterface[];
21
21
  dataType: ComponentInterface['dataType'];
22
+ sortChildField: NonNullable<ComponentInterface['sortChildField']>;
22
23
  returnGoods: CommonHeaderGoods;
23
24
  config: ConfigType;
24
25
  form?: FormInstance;
25
26
  constructor(options: PickOption);
27
+ getSortChildFields: () => {
28
+ name: any;
29
+ key: string;
30
+ dataType: string;
31
+ conditionOptionsSetting: any;
32
+ }[];
26
33
  renderClient: (record: any) => React.JSX.Element | null;
27
34
  renderPc: () => null;
28
35
  renderLog: (r: Record) => React.JSX.Element;
@@ -18,6 +18,7 @@ import { SYMBOL } from "../../../constant";
18
18
  import { CommonExchangeGoods } from '@kmkf-fe-packages/basic-components';
19
19
  import CommonHeaderGoods from "../../CommonHeaderGood";
20
20
  import { erpFormValidator } from "@kmkf-fe-packages/basic-components";
21
+ import { getGoodsSortChildFields } from "../../Common/constants/columnsBaseInfoMap";
21
22
  function toNum(value) {
22
23
  if (typeof value === 'string') {
23
24
  return value ? +value : void 0;
@@ -58,9 +59,13 @@ var Exchange = /*#__PURE__*/_createClass(function Exchange(options) {
58
59
  _defineProperty(this, "canSort", void 0);
59
60
  _defineProperty(this, "children", void 0);
60
61
  _defineProperty(this, "dataType", void 0);
62
+ _defineProperty(this, "sortChildField", void 0);
61
63
  _defineProperty(this, "returnGoods", void 0);
62
64
  _defineProperty(this, "config", void 0);
63
65
  _defineProperty(this, "form", void 0);
66
+ _defineProperty(this, "getSortChildFields", function () {
67
+ return getGoodsSortChildFields(_this.type, _this.id);
68
+ });
64
69
  _defineProperty(this, "renderClient", function (record) {
65
70
  var _this$componentConfig;
66
71
  var exchangeGoods = JSON.parse((record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_").concat(_this.config.goodsKey)]) || '[]');
@@ -156,5 +161,6 @@ var Exchange = /*#__PURE__*/_createClass(function Exchange(options) {
156
161
  }
157
162
  }];
158
163
  this.dataType = 'object';
164
+ this.sortChildField = this.getSortChildFields();
159
165
  });
160
166
  export default Exchange;
@@ -15,7 +15,7 @@ import CommonHeaderGoods from "../../CommonHeaderGood";
15
15
  import ItemView from "../../../commonComponents/ItemView";
16
16
  import { isNull } from "@kmkf-fe-packages/kmkf-utils";
17
17
  import { CommonGoods as Goods } from "@kmkf-fe-packages/basic-components";
18
- import { getColumnsMap } from "../../Common/constants/columnsBaseInfoMap";
18
+ import { getGoodsSortChildFields } from "../../Common/constants/columnsBaseInfoMap";
19
19
  import { SYMBOL } from "../../../constant";
20
20
  var CONFIG_MAP = {
21
21
  JST_GOODS: {
@@ -79,17 +79,7 @@ var PublicGoods = /*#__PURE__*/_createClass(function PublicGoods(options) {
79
79
  _defineProperty(this, "standardDateType", void 0);
80
80
  _defineProperty(this, "sortChildField", void 0);
81
81
  _defineProperty(this, "getSortChildFields", function () {
82
- var Columns = getColumnsMap();
83
- return Columns[_this.type].filter(function (item) {
84
- return !["picUrl"].includes(item.dataIndex);
85
- }).map(function (item) {
86
- return {
87
- name: item.title,
88
- key: "".concat(_this.id, "_").concat(item.dataIndex),
89
- dataType: "arrayObject",
90
- conditionOptionsSetting: item.conditionOptionsSetting
91
- };
92
- });
82
+ return getGoodsSortChildFields(_this.type, _this.id);
93
83
  });
94
84
  _defineProperty(this, "renderClient", function (record) {
95
85
  var _record, _CONFIG_MAP$_this$typ, _this$componentConfig;
@@ -16,11 +16,18 @@ declare class PublicReissue implements ComponentInterface {
16
16
  canSort: boolean;
17
17
  children: ComponentInterface[];
18
18
  dataType: ComponentInterface["dataType"];
19
+ sortChildField: NonNullable<ComponentInterface["sortChildField"]>;
19
20
  bsType: BsType;
20
21
  systemOrderNo: SystemOrderNo;
21
22
  systemOrderType?: SystemOrderType;
22
23
  goods: BsHeaderGood | CommonHeaderGoods;
23
24
  constructor(options: PickOption);
25
+ getSortChildFields: () => {
26
+ name: any;
27
+ key: string;
28
+ dataType: string;
29
+ conditionOptionsSetting: any;
30
+ }[];
24
31
  renderClient: (record: any) => React.JSX.Element | null;
25
32
  renderPc: () => null;
26
33
  renderLog: (r: Record) => React.JSX.Element;
@@ -18,6 +18,7 @@ import { BsGoodsTable } from "../../Common/index";
18
18
  import { BsType, SystemOrderNo } from "../../BS/common/index";
19
19
  import SystemOrderType from "../SystemOrderType";
20
20
  import CommonHeaderGoods from "../../CommonHeaderGood";
21
+ import { getGoodsSortChildFields } from "../../Common/constants/columnsBaseInfoMap";
21
22
  var typeMap = {
22
23
  JST_REISSUE_GOODS: {
23
24
  key: "jstReissueGoods",
@@ -174,10 +175,14 @@ var PublicReissue = /*#__PURE__*/_createClass(function PublicReissue(options) {
174
175
  _defineProperty(this, "canSort", void 0);
175
176
  _defineProperty(this, "children", void 0);
176
177
  _defineProperty(this, "dataType", void 0);
178
+ _defineProperty(this, "sortChildField", void 0);
177
179
  _defineProperty(this, "bsType", void 0);
178
180
  _defineProperty(this, "systemOrderNo", void 0);
179
181
  _defineProperty(this, "systemOrderType", void 0);
180
182
  _defineProperty(this, "goods", void 0);
183
+ _defineProperty(this, "getSortChildFields", function () {
184
+ return getGoodsSortChildFields(_this.type, _this.id);
185
+ });
181
186
  _defineProperty(this, "renderClient", function (record) {
182
187
  var _record, _typeMap$_this$type, _record2, _typeMap$_this$type2, _this$componentConfig;
183
188
  return !isNull(record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) ? /*#__PURE__*/React.createElement(React.Fragment, null, _this.bsType.renderClient(record), _this.systemOrderNo.renderClient(record), _this.systemOrderType && _this.systemOrderType.renderClient(record), record !== null && record !== void 0 && (_record = record["".concat(_this.id)]) !== null && _record !== void 0 && _record[(_typeMap$_this$type = typeMap[_this.type]) === null || _typeMap$_this$type === void 0 ? void 0 : _typeMap$_this$type.key].length ? /*#__PURE__*/React.createElement(ItemView, {
@@ -331,5 +336,6 @@ var PublicReissue = /*#__PURE__*/_createClass(function PublicReissue(options) {
331
336
  }
332
337
  }];
333
338
  this.dataType = "object";
339
+ this.sortChildField = this.getSortChildFields();
334
340
  });
335
341
  export default PublicReissue;
@@ -26,7 +26,7 @@ declare class ReturnWarehouse implements ComponentInterface {
26
26
  renderPc: (value: any, record: Record) => React.JSX.Element;
27
27
  renderLog: (r: Record) => React.JSX.Element | null;
28
28
  getComponentValue: (r: Record) => any;
29
- renderExport: (value: any, record: any) => any;
29
+ renderExport: (value: any, record: any) => string;
30
30
  editRender: (p: any) => React.JSX.Element;
31
31
  filterConfig: (item: ColumnConfig) => ({
32
32
  searchDefaultConditions: "in";
@@ -106,6 +106,9 @@ var ReturnWarehouse = /*#__PURE__*/_createClass(function ReturnWarehouse(_option
106
106
  _defineProperty(this, "renderExport", function (value, record) {
107
107
  var _typeMap$_this$type6;
108
108
  var list = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_").concat((_typeMap$_this$type6 = typeMap[_this.type]) === null || _typeMap$_this$type6 === void 0 ? void 0 : _typeMap$_this$type6.key)];
109
+ if (!Array.isArray(list)) {
110
+ return '';
111
+ }
109
112
  return (list || []).map(function (item) {
110
113
  return [item === null || item === void 0 ? void 0 : item.returnWarehouseId, SendDataCenter.getInstance(_this.type).getSendNameByCode(item === null || item === void 0 ? void 0 : item.returnWarehouseName)].join("/");
111
114
  }).join(",");
@@ -27,7 +27,7 @@ declare class Logistics implements ComponentInterface {
27
27
  renderPc: (value: any, record: Record) => React.JSX.Element;
28
28
  renderLog: (r: Record) => React.JSX.Element | null;
29
29
  getComponentValue: (r: Record) => any;
30
- renderExport: (value: any, record: any) => any;
30
+ renderExport: (value: any, record: any) => string;
31
31
  editRender: (p: any) => React.JSX.Element;
32
32
  filterConfig: (item: ColumnConfig) => ({
33
33
  searchDefaultConditions: "in";
@@ -110,6 +110,9 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(_options) {
110
110
  _defineProperty(this, "renderExport", function (value, record) {
111
111
  var _typeMap$_this$type4;
112
112
  var list = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_").concat((_typeMap$_this$type4 = typeMap[_this.type]) === null || _typeMap$_this$type4 === void 0 ? void 0 : _typeMap$_this$type4.key)];
113
+ if (!Array.isArray(list)) {
114
+ return '';
115
+ }
113
116
  return (list || []).map(function (item) {
114
117
  var _this$componentConfig3, _ref;
115
118
  return [["gy", "jy"].includes(((_this$componentConfig3 = _this.componentConfig) === null || _this$componentConfig3 === void 0 ? void 0 : _this$componentConfig3.logistics) || "") ? (_ref = _this.expressDateInstance.getExpressNameByCode(item === null || item === void 0 ? void 0 : item.logisticsCompany, false) || (item === null || item === void 0 ? void 0 : item.logisticsCompanyName)) !== null && _ref !== void 0 ? _ref : "" : _this.expressDateInstance.getExpressNameByCode(item === null || item === void 0 ? void 0 : item.logisticsCompany), item === null || item === void 0 ? void 0 : item.logisticsCode].join("/");
@@ -14,8 +14,15 @@ declare class SkxGoods implements ComponentInterface {
14
14
  canSort: boolean;
15
15
  children: ComponentInterface[];
16
16
  dataType: ComponentInterface["dataType"];
17
+ sortChildField: NonNullable<ComponentInterface["sortChildField"]>;
17
18
  skxGoods: CommonHeaderGoods;
18
19
  constructor(options: PickOption);
20
+ getSortChildFields: () => {
21
+ name: any;
22
+ key: string;
23
+ dataType: string;
24
+ conditionOptionsSetting: any;
25
+ }[];
19
26
  renderClient: (record: any) => React.JSX.Element | null;
20
27
  renderPc: () => null;
21
28
  renderLog: (r: Record) => React.JSX.Element | null;
@@ -16,6 +16,7 @@ import ItemView from "../../../commonComponents/ItemView";
16
16
  import { isNull } from "@kmkf-fe-packages/kmkf-utils";
17
17
  import { SkxGoods as Goods } from "@kmkf-fe-packages/basic-components";
18
18
  import { SYMBOL } from "../../../constant";
19
+ import { getGoodsSortChildFields } from "../../Common/constants/columnsBaseInfoMap";
19
20
  var typeMap = {
20
21
  SKX_GOODS: {
21
22
  name: "[SKX]商品信息(ON)",
@@ -42,7 +43,11 @@ var SkxGoods = /*#__PURE__*/_createClass(function SkxGoods(options) {
42
43
  _defineProperty(this, "canSort", void 0);
43
44
  _defineProperty(this, "children", void 0);
44
45
  _defineProperty(this, "dataType", void 0);
46
+ _defineProperty(this, "sortChildField", void 0);
45
47
  _defineProperty(this, "skxGoods", void 0);
48
+ _defineProperty(this, "getSortChildFields", function () {
49
+ return getGoodsSortChildFields(_this.type, _this.id);
50
+ });
46
51
  _defineProperty(this, "renderClient", function (record) {
47
52
  var _record, _this$componentConfig;
48
53
  return !isNull(record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ItemView, {
@@ -131,5 +136,6 @@ var SkxGoods = /*#__PURE__*/_createClass(function SkxGoods(options) {
131
136
  }
132
137
  }] : [];
133
138
  this.dataType = "object";
139
+ this.sortChildField = this.getSortChildFields();
134
140
  });
135
141
  export default SkxGoods;
@@ -14,8 +14,15 @@ declare class WDTExchange implements ComponentInterface {
14
14
  canSort: boolean;
15
15
  children: ComponentInterface[];
16
16
  dataType: ComponentInterface["dataType"];
17
+ sortChildField: NonNullable<ComponentInterface["sortChildField"]>;
17
18
  returnGoods: CommonHeaderGoods;
18
19
  constructor(options: PickOption);
20
+ getSortChildFields: () => {
21
+ name: any;
22
+ key: string;
23
+ dataType: string;
24
+ conditionOptionsSetting: any;
25
+ }[];
19
26
  renderClient: (record: any) => React.JSX.Element | null;
20
27
  renderPc: () => null;
21
28
  renderLog: (r: Record) => React.JSX.Element;
@@ -17,6 +17,7 @@ import { SYMBOL } from "../../../constant";
17
17
  // import { BsType, BsMemo } from "../../Bs/common";
18
18
  import { CommonExchangeGoods } from "@kmkf-fe-packages/basic-components";
19
19
  import CommonHeaderGoods from "../../CommonHeaderGood";
20
+ import { getGoodsSortChildFields } from "../../Common/constants/columnsBaseInfoMap";
20
21
  var WDTExchange = /*#__PURE__*/_createClass(
21
22
  // wdtType: BsType;
22
23
  // wdtMemo: BsMemo;
@@ -39,7 +40,11 @@ function WDTExchange(options) {
39
40
  _defineProperty(this, "canSort", void 0);
40
41
  _defineProperty(this, "children", void 0);
41
42
  _defineProperty(this, "dataType", void 0);
43
+ _defineProperty(this, "sortChildField", void 0);
42
44
  _defineProperty(this, "returnGoods", void 0);
45
+ _defineProperty(this, "getSortChildFields", function () {
46
+ return getGoodsSortChildFields(_this.type, _this.id);
47
+ });
43
48
  _defineProperty(this, "renderClient", function (record) {
44
49
  var _this$componentConfig;
45
50
  var wdtExchangeGoods = JSON.parse((record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_wdtExchangeGoods")]) || "[]");
@@ -180,5 +185,6 @@ function WDTExchange(options) {
180
185
  },*/];
181
186
 
182
187
  this.dataType = "object";
188
+ this.sortChildField = this.getSortChildFields();
183
189
  });
184
190
  export default WDTExchange;
@@ -14,8 +14,15 @@ declare class WdtGoods implements ComponentInterface {
14
14
  canSort: boolean;
15
15
  children: ComponentInterface[];
16
16
  dataType: ComponentInterface["dataType"];
17
+ sortChildField: NonNullable<ComponentInterface["sortChildField"]>;
17
18
  wdtGoods: CommonHeaderGoods;
18
19
  constructor(options: PickOption);
20
+ getSortChildFields: () => {
21
+ name: any;
22
+ key: string;
23
+ dataType: string;
24
+ conditionOptionsSetting: any;
25
+ }[];
19
26
  renderClient: (record: any) => React.JSX.Element | null;
20
27
  renderPc: () => null;
21
28
  renderLog: (r: Record) => React.JSX.Element | null;