@kmkf-fe-packages/services-components 0.7.15-alpha.5 → 0.7.15-alpha.50

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 (60) hide show
  1. package/dist/esm/commonComponents/QueryLogisticsTrack/index.js +23 -21
  2. package/dist/esm/components/BS/BsExchange/index.d.ts +6 -8
  3. package/dist/esm/components/BS/BsExchange/index.js +207 -116
  4. package/dist/esm/components/BS/BsGoods/index.d.ts +9 -9
  5. package/dist/esm/components/BS/BsGoods/index.js +82 -60
  6. package/dist/esm/components/BS/BsLogistics/index.d.ts +7 -7
  7. package/dist/esm/components/BS/BsLogistics/index.js +14 -14
  8. package/dist/esm/components/BS/BsReissue/index.d.ts +8 -5
  9. package/dist/esm/components/BS/BsReissue/index.js +89 -50
  10. package/dist/esm/components/BS/common/{BsChildCode.d.ts → BsHeaderCode.d.ts} +5 -4
  11. package/dist/esm/components/BS/common/{BsChildCode.js → BsHeaderCode.js} +27 -11
  12. package/dist/esm/components/BS/common/{BsChildMoney.d.ts → BsHeaderMoney.d.ts} +5 -4
  13. package/dist/esm/components/BS/common/{BsChildMoney.js → BsHeaderMoney.js} +27 -11
  14. package/dist/esm/components/BS/common/{BsChildName.d.ts → BsHeaderName.d.ts} +5 -4
  15. package/dist/esm/components/BS/common/{BsChildName.js → BsHeaderName.js} +28 -11
  16. package/dist/esm/components/BS/common/{BsChildNumber.d.ts → BsHeaderNumber.d.ts} +5 -4
  17. package/dist/esm/components/BS/common/{BsChildNumber.js → BsHeaderNumber.js} +27 -11
  18. package/dist/esm/components/BS/common/{BsChildPic.d.ts → BsHeaderPic.d.ts} +5 -4
  19. package/dist/esm/components/BS/common/{BsChildPic.js → BsHeaderPic.js} +26 -10
  20. package/dist/esm/components/BS/common/{BsChildShare.d.ts → BsHeaderShare.d.ts} +5 -4
  21. package/dist/esm/components/BS/common/{BsChildShare.js → BsHeaderShare.js} +27 -11
  22. package/dist/esm/components/BS/common/{BsChildSku.d.ts → BsHeaderSku.d.ts} +5 -4
  23. package/dist/esm/components/BS/common/{BsChildSku.js → BsHeaderSku.js} +27 -11
  24. package/dist/esm/components/BS/common/{BsChildType.d.ts → BsHeaderType.d.ts} +5 -4
  25. package/dist/esm/components/BS/common/{BsChildType.js → BsHeaderType.js} +27 -11
  26. package/dist/esm/components/BS/common/BsMemo.d.ts +4 -3
  27. package/dist/esm/components/BS/common/BsMemo.js +43 -13
  28. package/dist/esm/components/BS/common/BsType.d.ts +1 -0
  29. package/dist/esm/components/BS/common/BsType.js +34 -8
  30. package/dist/esm/components/BS/common/index.d.ts +10 -10
  31. package/dist/esm/components/BS/common/index.js +8 -8
  32. package/dist/esm/components/Cascader/index.d.ts +1 -0
  33. package/dist/esm/components/Cascader/index.js +3 -1
  34. package/dist/esm/components/Common/index.d.ts +5 -0
  35. package/dist/esm/components/Common/index.js +102 -2
  36. package/dist/esm/components/File/index.d.ts +4 -4
  37. package/dist/esm/components/File/index.js +29 -9
  38. package/dist/esm/components/FlowStatusSelect/index.d.ts +0 -1
  39. package/dist/esm/components/FlowStatusSelect/index.js +30 -24
  40. package/dist/esm/components/JST/JstLogistics/index.js +25 -8
  41. package/dist/esm/components/LogisticsTrajectory/index.d.ts +8 -9
  42. package/dist/esm/components/LogisticsTrajectory/index.js +12 -10
  43. package/dist/esm/components/LogisticsTrajectory/trajectoryCode.js +6 -5
  44. package/dist/esm/components/LogisticsTrajectory/trajectoryCompany.d.ts +6 -6
  45. package/dist/esm/components/LogisticsTrajectory/trajectoryCompany.js +8 -8
  46. package/dist/esm/components/LogisticsTrajectory/trajectorySnapshot.d.ts +0 -1
  47. package/dist/esm/components/LogisticsTrajectory/trajectorySnapshot.js +4 -10
  48. package/dist/esm/components/Payment/BuyerNick.js +1 -2
  49. package/dist/esm/components/Payment/index.d.ts +1 -0
  50. package/dist/esm/components/Payment/index.js +9 -6
  51. package/dist/esm/components/PostIng/index.d.ts +6 -29
  52. package/dist/esm/components/PostIng/index.js +73 -77
  53. package/dist/esm/factory.d.ts +2 -2
  54. package/dist/esm/factory.js +2 -3
  55. package/dist/esm/type.d.ts +15 -14
  56. package/package.json +4 -4
  57. package/dist/esm/components/BS/common/BsExchangeImage.d.ts +0 -31
  58. package/dist/esm/components/BS/common/BsExchangeImage.js +0 -126
  59. package/dist/esm/components/BS/common/BsGoodImage.d.ts +0 -31
  60. package/dist/esm/components/BS/common/BsGoodImage.js +0 -88
@@ -7,7 +7,7 @@ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _ty
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
8
  import React from "react";
9
9
  import ItemView from "../../commonComponents/ItemView";
10
- import { isNull, filterFn as _filterFn } from "@kmkf-fe-packages/kmkf-utils";
10
+ import { isNull } from "@kmkf-fe-packages/kmkf-utils";
11
11
  import { SYMBOL } from "../../constant";
12
12
  var TrajectorySnapshot = /*#__PURE__*/_createClass(function TrajectorySnapshot(options) {
13
13
  var _this = this;
@@ -50,18 +50,12 @@ var TrajectorySnapshot = /*#__PURE__*/_createClass(function TrajectorySnapshot(o
50
50
  return null;
51
51
  });
52
52
  _defineProperty(this, "filterConfig", function (item) {
53
- var subKey = item.subKey;
54
53
  return {
55
54
  searchDefaultConditions: SYMBOL.like,
56
55
  type: item.type,
57
- id: subKey ? "".concat(item.id, "_").concat(subKey) : item.id,
56
+ id: item.id,
58
57
  name: "".concat(item.name, "-\u7269\u6D41\u5FEB\u7167"),
59
- filterComponentType: "Input",
60
- filterFn: function filterFn(value) {
61
- return function (i) {
62
- return _filterFn.filterSplitComma(_filterFn.filterTableListItemColumnValue(i, item.id, "".concat(subKey)), value);
63
- };
64
- }
58
+ filterComponentType: "Input"
65
59
  };
66
60
  });
67
61
  this.name = options.name;
@@ -73,7 +67,7 @@ var TrajectorySnapshot = /*#__PURE__*/_createClass(function TrajectorySnapshot(o
73
67
  this.align = "left";
74
68
  this.width = 200;
75
69
  this.isCombinationComponent = false;
76
- this.canSort = true;
70
+ this.canSort = false;
77
71
  this.dataType = "string";
78
72
  this.children = [];
79
73
  });
@@ -52,11 +52,10 @@ var BuyerNick = /*#__PURE__*/_createClass(function BuyerNick(options) {
52
52
  }, record === null || record === void 0 ? void 0 : record[_this.id]));
53
53
  });
54
54
  _defineProperty(this, "renderClient", function (record, params) {
55
- var _record$_this$id;
56
55
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
57
56
  id: _this.id,
58
57
  label: _this.name,
59
- value: (params === null || params === void 0 ? void 0 : params.platform) === 'tb' ? _this.renderTaoBaoWangWang(record, params) : record === null || record === void 0 ? void 0 : (_record$_this$id = record[_this.id]) === null || _record$_this$id === void 0 ? void 0 : _record$_this$id.buyerNick
58
+ value: (params === null || params === void 0 ? void 0 : params.platform) === 'tb' ? _this.renderTaoBaoWangWang(record, params) : record === null || record === void 0 ? void 0 : record[_this.id]
60
59
  }) : null;
61
60
  });
62
61
  _defineProperty(this, "editRender", function (p) {
@@ -26,6 +26,7 @@ declare class Logistics implements ComponentInterface {
26
26
  canSort: boolean;
27
27
  children: ComponentInterface[];
28
28
  dataType: ComponentInterface['dataType'];
29
+ effects: ComponentInterface["effects"];
29
30
  constructor(options: PickOption);
30
31
  renderClient: (record: any, params: any) => React.JSX.Element;
31
32
  renderPc: () => null;
@@ -39,6 +39,7 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
39
39
  _defineProperty(this, "canSort", void 0);
40
40
  _defineProperty(this, "children", void 0);
41
41
  _defineProperty(this, "dataType", void 0);
42
+ _defineProperty(this, "effects", void 0);
42
43
  _defineProperty(this, "renderClient", function (record, params) {
43
44
  return /*#__PURE__*/React.createElement(React.Fragment, null, _this.alipayNick.renderClient(record), _this.paymentAmount.renderClient(record), _this.alipayNo.renderClient(record), _this.buyerNick.renderClient(record, params), _this.paymentTid.renderClient(record), _this.paymentStatus.renderClient(record), _this.payTime.renderClient(record));
44
45
  });
@@ -63,7 +64,7 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
63
64
  return null;
64
65
  });
65
66
  _defineProperty(this, "editRender", function (p) {
66
- var _this$componentConfig, _this$componentConfig2;
67
+ var _this$componentConfig, _this$componentConfig2, _this$componentConfig3;
67
68
  return /*#__PURE__*/React.createElement(GetFormItem, {
68
69
  title: _this.name,
69
70
  name: _this.id,
@@ -71,6 +72,7 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
71
72
  hidden: p === null || p === void 0 ? void 0 : p.hidden,
72
73
  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,
73
74
  component: /*#__PURE__*/React.createElement(ApaasPayment, _extends({}, _this.componentConfig, {
75
+ disabled: (_this$componentConfig3 = _this.componentConfig) === null || _this$componentConfig3 === void 0 ? void 0 : _this$componentConfig3.disabled,
74
76
  onBlur: p === null || p === void 0 ? void 0 : p.onBlur
75
77
  }))
76
78
  });
@@ -93,24 +95,25 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
93
95
  this.payTime = new AlipayTime(options);
94
96
  this.isCombinationComponent = true;
95
97
  this.canSort = false;
98
+ this.effects = options === null || options === void 0 ? void 0 : options.effects;
96
99
  this.children = [this.alipayNick, this.alipayNo, this.buyerNick, this.paymentAmount, this.paymentStatus, this.paymentTid, this.payTime];
97
100
  this.rules = [{
98
101
  validator: function validator(_, value) {
99
- var _this$componentConfig3, _this$componentConfig4, _this$componentConfig5, _this$componentConfig6;
100
- if ((_this$componentConfig3 = _this.componentConfig) !== null && _this$componentConfig3 !== void 0 && _this$componentConfig3.required && !(value !== null && value !== void 0 && value.enterprisePaymentRefundFee)) {
102
+ var _this$componentConfig4, _this$componentConfig5, _this$componentConfig6, _this$componentConfig7;
103
+ if ((_this$componentConfig4 = _this.componentConfig) !== null && _this$componentConfig4 !== void 0 && _this$componentConfig4.required && !(value !== null && value !== void 0 && value.enterprisePaymentRefundFee)) {
101
104
  return Promise.reject(new Error('请输入打款金额'));
102
105
  } else if (value !== null && value !== void 0 && value.enterprisePaymentRefundFee && !/^(([1-9]{1}\d*)|(0{1}))(\.\d{1,2})?$/.test(value === null || value === void 0 ? void 0 : value.enterprisePaymentRefundFee)) {
103
106
  return Promise.reject(new Error('打款金额最多2位小数'));
104
107
  }
105
- if ((_this$componentConfig4 = _this.componentConfig) !== null && _this$componentConfig4 !== void 0 && _this$componentConfig4.required && !(value !== null && value !== void 0 && value.enterprisePaymentTid)) {
108
+ if ((_this$componentConfig5 = _this.componentConfig) !== null && _this$componentConfig5 !== void 0 && _this$componentConfig5.required && !(value !== null && value !== void 0 && value.enterprisePaymentTid)) {
106
109
  return Promise.reject(new Error('请输入订单编号'));
107
110
  } else if (value.enterprisePaymentTid && !/^[0-9a-zA-Z_-]{1,}$/.test(value.enterprisePaymentTid)) {
108
111
  return Promise.reject(new Error('请输入正确的订单编号'));
109
112
  }
110
- if ((_this$componentConfig5 = _this.componentConfig) !== null && _this$componentConfig5 !== void 0 && _this$componentConfig5.zhiFubaoRequired && !(value !== null && value !== void 0 && value.enterprisePaymentAlipayNick)) {
113
+ if ((_this$componentConfig6 = _this.componentConfig) !== null && _this$componentConfig6 !== void 0 && _this$componentConfig6.zhiFubaoRequired && !(value !== null && value !== void 0 && value.enterprisePaymentAlipayNick)) {
111
114
  return Promise.reject(new Error('请输入支付宝名称'));
112
115
  }
113
- if ((_this$componentConfig6 = _this.componentConfig) !== null && _this$componentConfig6 !== void 0 && _this$componentConfig6.zhiFubaoRequired && !(value !== null && value !== void 0 && value.enterprisePaymentAlipayNo)) {
116
+ if ((_this$componentConfig7 = _this.componentConfig) !== null && _this$componentConfig7 !== void 0 && _this$componentConfig7.zhiFubaoRequired && !(value !== null && value !== void 0 && value.enterprisePaymentAlipayNo)) {
114
117
  return Promise.reject(new Error('请输入支付宝账号'));
115
118
  } else if (value.enterprisePaymentAlipayNo && !/^(?:1[3-9]\d{9}|[a-zA-Z\d._-]*\@[a-zA-Z\d.-]{1,10}\.[a-zA-Z\d]{1,20})$/.test(value.enterprisePaymentAlipayNo)) {
116
119
  return Promise.reject(new Error('请输入正确的支付宝账号格式'));
@@ -1,18 +1,18 @@
1
- import { ComponentInterface, PickOption, ColumnConfig, Record } from "../../type";
2
- import React from "react";
3
- import { AddressData } from "@kmkf-fe-packages/kmkf-utils";
1
+ import { ComponentInterface, PickOption, ColumnConfig, Record } from '../../type';
2
+ import React from 'react';
3
+ import { AddressData } from '@kmkf-fe-packages/kmkf-utils';
4
4
  declare class BasicPosting implements ComponentInterface {
5
5
  name: string;
6
6
  id: string;
7
7
  sortField: string;
8
8
  type: string;
9
9
  rules: any[];
10
- componentConfig: ComponentInterface["componentConfig"];
10
+ componentConfig: ComponentInterface['componentConfig'];
11
11
  isCombinationComponent: boolean;
12
12
  formField: string;
13
13
  canSort: boolean;
14
14
  children: ComponentInterface[];
15
- dataType: ComponentInterface["dataType"];
15
+ dataType: ComponentInterface['dataType'];
16
16
  addressDateInstance: InstanceType<typeof AddressData>;
17
17
  constructor(options: PickOption);
18
18
  renderPc: (value: any, record: Record) => React.JSX.Element;
@@ -28,29 +28,6 @@ declare class BasicPosting implements ComponentInterface {
28
28
  renderExport: (value: any, record: Record) => string | null;
29
29
  renderClient: (record: any) => React.JSX.Element | null;
30
30
  editRender: (p: any) => React.JSX.Element;
31
- filterConfig: (item: ColumnConfig) => ({
32
- searchDefaultConditions: "eq";
33
- type: string;
34
- id: string;
35
- name: string;
36
- filterComponentType: "Cascader";
37
- props: {
38
- options: any;
39
- fieldNames: {
40
- label: string;
41
- value: string;
42
- children: string;
43
- };
44
- };
45
- formatFilterValue: (val: Array<number>) => number | undefined;
46
- } | {
47
- searchDefaultConditions: "like";
48
- type: string;
49
- id: string;
50
- name: string;
51
- filterComponentType: "Input";
52
- props?: undefined;
53
- formatFilterValue?: undefined;
54
- })[];
31
+ filterConfig: (item: ColumnConfig) => never[];
55
32
  }
56
33
  export default BasicPosting;
@@ -6,29 +6,28 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
6
6
  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; }
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
- import React from "react";
10
- import { ApaasPosting } from "@kmkf-fe-packages/basic-components";
9
+ import React from 'react';
10
+ import { ApaasPosting } from '@kmkf-fe-packages/basic-components';
11
11
  import GetFormItem from "../GetFormItem";
12
12
  import ItemView from "../../commonComponents/ItemView";
13
- import { isNull } from "@kmkf-fe-packages/kmkf-utils";
14
- import { AddressData } from "@kmkf-fe-packages/kmkf-utils";
15
- import { SYMBOL } from "../../constant";
13
+ import { isNull } from '@kmkf-fe-packages/kmkf-utils';
14
+ import { AddressData, BsAddressData } from '@kmkf-fe-packages/kmkf-utils';
16
15
  var typeMap = {
17
16
  POSTING: {
18
- province: "postingProvince",
19
- city: "postingCity",
20
- district: "postingDistrict",
21
- detail: "postingDetail",
22
- name: "postingReceiverName",
23
- mobile: "postingReceiverMobile"
17
+ province: 'postingProvince',
18
+ city: 'postingCity',
19
+ district: 'postingDistrict',
20
+ detail: 'postingDetail',
21
+ name: 'postingReceiverName',
22
+ mobile: 'postingReceiverMobile'
24
23
  },
25
24
  BS_POSTING: {
26
- province: "bsPostingProvince",
27
- city: "bsPostingCity",
28
- district: "bsPostingDistrict",
29
- detail: "bsPostingDetail",
30
- name: "bsPostingReceiverName",
31
- mobile: "bsPostingReceiverMobile"
25
+ province: 'bsPostingProvince',
26
+ city: 'bsPostingCity',
27
+ district: 'bsPostingDistrict',
28
+ detail: 'bsPostingDetail',
29
+ name: 'bsPostingReceiverName',
30
+ mobile: 'bsPostingReceiverMobile'
32
31
  }
33
32
  };
34
33
  var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
@@ -60,7 +59,7 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
60
59
  }
61
60
  var addressText = (_ref = [province, city, district]) === null || _ref === void 0 ? void 0 : _ref.map(function (suffix) {
62
61
  return _this.addressDateInstance.getNameByCode(suffix);
63
- }).join("");
62
+ }).join('');
64
63
  return /*#__PURE__*/React.createElement("span", null, "".concat(addressText).concat(detail), /*#__PURE__*/React.createElement("br", null), "".concat(name, " ").concat(mobile));
65
64
  });
66
65
  _defineProperty(this, "renderLog", function (r) {
@@ -77,7 +76,7 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
77
76
  })) return null;
78
77
  var addressText = (_ref2 = [province, city, district]) === null || _ref2 === void 0 ? void 0 : _ref2.map(function (suffix) {
79
78
  return _this.addressDateInstance.getNameByCode(suffix);
80
- }).join("");
79
+ }).join('');
81
80
  return /*#__PURE__*/React.createElement(React.Fragment, null, "".concat(addressText).concat(detail, " ").concat(name).concat(mobile));
82
81
  });
83
82
  _defineProperty(this, "getComponentValue", function (r) {
@@ -86,9 +85,9 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
86
85
  province: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type7 = typeMap[_this.type]) === null || _typeMap$_this$type7 === void 0 ? void 0 : _typeMap$_this$type7.province)],
87
86
  city: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type8 = typeMap[_this.type]) === null || _typeMap$_this$type8 === void 0 ? void 0 : _typeMap$_this$type8.city)],
88
87
  district: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type9 = typeMap[_this.type]) === null || _typeMap$_this$type9 === void 0 ? void 0 : _typeMap$_this$type9.district)],
89
- detail: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type10 = typeMap[_this.type]) === null || _typeMap$_this$type10 === void 0 ? void 0 : _typeMap$_this$type10.detail)]) || "",
90
- name: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type11 = typeMap[_this.type]) === null || _typeMap$_this$type11 === void 0 ? void 0 : _typeMap$_this$type11.name)]) || "",
91
- mobile: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type12 = typeMap[_this.type]) === null || _typeMap$_this$type12 === void 0 ? void 0 : _typeMap$_this$type12.mobile)]) || ""
88
+ detail: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type10 = typeMap[_this.type]) === null || _typeMap$_this$type10 === void 0 ? void 0 : _typeMap$_this$type10.detail)]) || '',
89
+ name: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type11 = typeMap[_this.type]) === null || _typeMap$_this$type11 === void 0 ? void 0 : _typeMap$_this$type11.name)]) || '',
90
+ mobile: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type12 = typeMap[_this.type]) === null || _typeMap$_this$type12 === void 0 ? void 0 : _typeMap$_this$type12.mobile)]) || ''
92
91
  };
93
92
  });
94
93
  _defineProperty(this, "renderExport", function (value, record) {
@@ -105,7 +104,7 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
105
104
  })) return null;
106
105
  var addressText = (_ref3 = [province, city, district]) === null || _ref3 === void 0 ? void 0 : _ref3.map(function (suffix) {
107
106
  return _this.addressDateInstance.getNameByCode(suffix);
108
- }).join("");
107
+ }).join('');
109
108
  return "".concat(addressText).concat(detail, " ").concat(name).concat(mobile);
110
109
  });
111
110
  _defineProperty(this, "renderClient", function (record) {
@@ -118,9 +117,9 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
118
117
  var mobile = record["".concat(_this.id, "_").concat((_typeMap$_this$type18 = typeMap[_this.type]) === null || _typeMap$_this$type18 === void 0 ? void 0 : _typeMap$_this$type18.mobile)];
119
118
  var addressText = (_ref4 = [province, city, district]) === null || _ref4 === void 0 ? void 0 : _ref4.map(function (suffix) {
120
119
  return _this.addressDateInstance.getNameByCode(suffix);
121
- }).join("");
120
+ }).join('');
122
121
  var hasValue = addressText || detail || name || mobile;
123
- var value = hasValue ? /*#__PURE__*/React.createElement("div", null, [addressText, detail].join("/"), /*#__PURE__*/React.createElement("br", null), [name, mobile].join("/")) : null;
122
+ var value = hasValue ? /*#__PURE__*/React.createElement("div", null, [addressText, detail].join('/'), /*#__PURE__*/React.createElement("br", null), [name, mobile].join('/')) : null;
124
123
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
125
124
  id: _this.id,
126
125
  label: _this.name,
@@ -136,58 +135,55 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
136
135
  hidden: p === null || p === void 0 ? void 0 : p.hidden,
137
136
  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,
138
137
  component: /*#__PURE__*/React.createElement(ApaasPosting, _extends({}, _this.componentConfig, {
139
- type: _this.type === "POSTING" ? "workOrder" : "bs"
138
+ type: _this.type === 'POSTING' ? 'workOrder' : 'bs'
140
139
  }))
141
140
  });
142
141
  });
143
142
  _defineProperty(this, "filterConfig", function (item) {
144
- var _typeMap$_this$type19, _typeMap$_this$type20, _typeMap$_this$type21, _typeMap$_this$type22;
145
- return [{
146
- searchDefaultConditions: SYMBOL.eq,
147
- type: item.type,
148
- id: "".concat(item.id, "_").concat((_typeMap$_this$type19 = typeMap[_this.type]) === null || _typeMap$_this$type19 === void 0 ? void 0 : _typeMap$_this$type19.district),
149
- // 过滤组件id
150
- name: "".concat(item.name, "-\u7701\u5E02\u533A"),
151
- // 过滤组件名称
152
- filterComponentType: "Cascader",
153
- props: {
154
- options: _this.addressDateInstance.addressOptions || [],
155
- fieldNames: {
156
- label: "label",
157
- value: "value",
158
- children: "children"
159
- }
160
- },
161
- formatFilterValue: function formatFilterValue(val) {
162
- if ((val === null || val === void 0 ? void 0 : val.length) > 2) {
163
- return val === null || val === void 0 ? void 0 : val[2];
164
- }
165
- }
166
- }, {
167
- searchDefaultConditions: SYMBOL.like,
168
- type: item.type,
169
- id: "".concat(item.id, "_").concat((_typeMap$_this$type20 = typeMap[_this.type]) === null || _typeMap$_this$type20 === void 0 ? void 0 : _typeMap$_this$type20.detail),
170
- // 过滤组件id
171
- name: "".concat(item.name, "-\u8BE6\u7EC6\u5730\u5740"),
172
- // 过滤组件名称
173
- filterComponentType: "Input"
174
- }, {
175
- searchDefaultConditions: SYMBOL.like,
176
- type: item.type,
177
- id: "".concat(item.id, "_").concat((_typeMap$_this$type21 = typeMap[_this.type]) === null || _typeMap$_this$type21 === void 0 ? void 0 : _typeMap$_this$type21.name),
178
- // 过滤组件id
179
- name: "".concat(item.name, "-\u59D3\u540D"),
180
- // 过滤组件名称
181
- filterComponentType: "Input"
182
- }, {
183
- searchDefaultConditions: SYMBOL.like,
184
- type: item.type,
185
- id: "".concat(item.id, "_").concat((_typeMap$_this$type22 = typeMap[_this.type]) === null || _typeMap$_this$type22 === void 0 ? void 0 : _typeMap$_this$type22.mobile),
186
- // 过滤组件id
187
- name: "".concat(item.name, "-\u7535\u8BDD"),
188
- // 过滤组件名称
189
- filterComponentType: "Input"
190
- }];
143
+ return [];
144
+ // return [
145
+ // {
146
+ // searchDefaultConditions: SYMBOL.eq as "eq",
147
+ // type: item.type,
148
+ // id: `${item.id}_${typeMap[this.type]?.district}`, // 过滤组件id
149
+ // name: `${item.name}-省市区`, // 过滤组件名称
150
+ // filterComponentType: "Cascader" as const,
151
+ // props: {
152
+ // options: (this.addressDateInstance.addressOptions as any) || [],
153
+ // fieldNames: {
154
+ // label: "label",
155
+ // value: "value",
156
+ // children: "children",
157
+ // },
158
+ // },
159
+ // formatFilterValue: (val: Array<number>) => {
160
+ // if (val?.length > 2) {
161
+ // return val?.[2];
162
+ // }
163
+ // },
164
+ // },
165
+ // {
166
+ // searchDefaultConditions: SYMBOL.like as "like",
167
+ // type: item.type,
168
+ // id: `${item.id}_${typeMap[this.type]?.detail}`, // 过滤组件id
169
+ // name: `${item.name}-详细地址`, // 过滤组件名称
170
+ // filterComponentType: "Input" as const,
171
+ // },
172
+ // {
173
+ // searchDefaultConditions: SYMBOL.like as "like",
174
+ // type: item.type,
175
+ // id: `${item.id}_${typeMap[this.type]?.name}`, // 过滤组件id
176
+ // name: `${item.name}-姓名`, // 过滤组件名称
177
+ // filterComponentType: "Input" as const,
178
+ // },
179
+ // {
180
+ // searchDefaultConditions: SYMBOL.like as "like",
181
+ // type: item.type,
182
+ // id: `${item.id}_${typeMap[this.type]?.mobile}`, // 过滤组件id
183
+ // name: `${item.name}-电话`, // 过滤组件名称
184
+ // filterComponentType: "Input" as const,
185
+ // },
186
+ // ];
191
187
  });
192
188
  this.name = options.name;
193
189
  this.id = options.id;
@@ -196,15 +192,15 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
196
192
  this.type = options.type;
197
193
  this.componentConfig = options.componentConfig;
198
194
  this.isCombinationComponent = false;
199
- this.canSort = true;
195
+ this.canSort = false;
200
196
  this.children = [];
201
- this.dataType = "string";
202
- this.addressDateInstance = AddressData.getInstance();
197
+ this.dataType = 'string';
198
+ this.addressDateInstance = options.type === 'BS_POSTING' ? BsAddressData.getInstance() : AddressData.getInstance();
203
199
  this.rules = options !== null && options !== void 0 && (_options$componentCon = options.componentConfig) !== null && _options$componentCon !== void 0 && _options$componentCon.required ? [{
204
200
  validator: function validator(_, value) {
205
201
  var _value$postingAddress;
206
202
  if (!(value !== null && value !== void 0 && (_value$postingAddress = value.postingAddress) !== null && _value$postingAddress !== void 0 && _value$postingAddress.length) || !(value !== null && value !== void 0 && value.postingDetail) || !(value !== null && value !== void 0 && value.postingReceiverName) || !(value !== null && value !== void 0 && value.postingReceiverMobile)) {
207
- return Promise.reject(new Error("请填写地址"));
203
+ return Promise.reject(new Error('请填写地址'));
208
204
  }
209
205
  return Promise.resolve();
210
206
  }
@@ -1,3 +1,3 @@
1
- import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, CommonDataTime, TradeId, ShopName, ErpTradeId, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, BsLogistics, BsGoods, BsExchange, BsReissue } from "./index";
1
+ import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, CommonDataTime, TradeId, ShopName, ErpTradeId, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, BsGoods, BsExchange, BsReissue } from "./index";
2
2
  import { PickOption } from "./type";
3
- export declare const factory: (type: string, options: PickOption) => ActualPayment | BsExchange | BsGoods | BsLogistics | BsReissue | BasicFile | BasicInput | JstItemSelect | JstLogistics | JstSendGood | JstSupply | LogisticsTrajectory | BasicPosting | BasicDataTime | TradeDateTime | BasicAddress | BasicCascader | BasicCheckbox | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | CommonDataTime | TradeId | ErpTradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | Logistics | ReturnLogistics | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | FlowStatusSelect | TemplateSelect | WorkOrderId | LogisticsInterception | PlatForm | ShopInput | Submitter | Handler | CompletedUser;
3
+ export declare const factory: (type: string, options: PickOption) => ActualPayment | BasicAddress | AliPay | BsExchange | BsGoods | BsReissue | BuyerNick | BasicCascader | BasicCheckbox | CommonDataTime | CompletedUser | BasicDataTime | ItemEnCode | ItemId | ItemSelect | ErpTradeId | BasicFile | FlowStatusSelect | BasicGrade | Handler | BasicInput | JstItemSelect | JstLogistics | JstSendGood | JstSupply | Logistics | LogisticsInterception | LogisticsTrajectory | BasicMultSelect | Ordinary | Payment | BasicPicture | PlatForm | BasicPosting | BasicRadio | BasicRate | ReceiverAddress | ReceiverMobile | ReceiverName | ERemark | ReturnLogistics | BasicSelect | ShopInput | ShopName | Submitter | SystemOrderNo | TemplateSelect | BasicTextArea | ThirdItemSelect | TradeDateTime | TradeId | WorkOrderId;
@@ -1,4 +1,4 @@
1
- import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, CommonDataTime, TradeId, ShopName, ErpTradeId, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, BsLogistics, BsGoods, BsExchange, BsReissue } from "./index";
1
+ import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, CommonDataTime, TradeId, ShopName, ErpTradeId, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, BsGoods, BsExchange, BsReissue } from "./index";
2
2
  export var factory = function factory(type, options) {
3
3
  var _options$componentCon;
4
4
  switch (type) {
@@ -62,8 +62,6 @@ export var factory = function factory(type, options) {
62
62
  return new TradeDateTime(options);
63
63
  case "EXPRESS_LOGISTICS_SELECT":
64
64
  return new Logistics(options);
65
- case "BS_LOGISTICS":
66
- return new BsLogistics(options);
67
65
  case "RETURN_LOGISTICS_SELECT":
68
66
  return new ReturnLogistics(options);
69
67
  case "ACTUAL_PAYMENT":
@@ -106,6 +104,7 @@ export var factory = function factory(type, options) {
106
104
  case "TEMPLATE_ID_INPUT":
107
105
  return new TemplateSelect(options);
108
106
  case "JST_LOGISTICS":
107
+ case "BS_LOGISTICS":
109
108
  return new JstLogistics(options);
110
109
  case "JST_ITEM_SELECT_THIRD":
111
110
  return new JstItemSelect(options);
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
- import type { FormInstance } from "antd";
3
- import { SYMBOL } from "./constant";
4
- export declare type DataType = "string" | "number" | "array" | "dateArray" | "date" | "tradeId";
5
- export declare type ALignType = "left" | "right" | "center";
2
+ import type { FormInstance } from 'antd';
3
+ import { SYMBOL } from './constant';
4
+ export declare type DataType = 'string' | 'number' | 'array' | 'dateArray' | 'date' | 'tradeId';
5
+ export declare type ALignType = 'left' | 'right' | 'center';
6
6
  export declare type QuerySymbol = keyof typeof SYMBOL;
7
7
  export declare type Record = {
8
8
  [props in string]: any;
@@ -18,7 +18,7 @@ export declare type FilterConfigType = {
18
18
  filterFn?: (p: any) => (r: Record) => unknown;
19
19
  formatFilterValue?: (p: any) => any;
20
20
  };
21
- export declare type FilterComponentType = "MultipleSelect" | "Input" | "Date" | "Cascader" | "ShopList" | "Rate";
21
+ export declare type FilterComponentType = 'MultipleSelect' | 'Input' | 'Date' | 'Cascader' | 'ShopList' | 'Rate';
22
22
  export interface ComponentInterface {
23
23
  id: string;
24
24
  sortField: string;
@@ -32,8 +32,8 @@ export interface ComponentInterface {
32
32
  rules?: any[];
33
33
  width?: number;
34
34
  align?: ALignType;
35
- dataType: "string" | "number" | "boolean" | "array" | "range" | "object";
36
- format?: "dateTime" | "date" | "time";
35
+ dataType: 'string' | 'number' | 'boolean' | 'array' | 'range' | 'object';
36
+ format?: 'dateTime' | 'date' | 'time' | 'cascader';
37
37
  options?: Array<any>;
38
38
  /**
39
39
  * @description 组件下标
@@ -56,7 +56,7 @@ export interface ComponentInterface {
56
56
  /**
57
57
  * @description 显示字段名称
58
58
  */
59
- showField?: "EXPRESS_COMPANY" | "EXPRESS_WAYBILL_CODE" | "EXPRESS_SNAPSHOT" | "all";
59
+ showField?: 'EXPRESS_COMPANY' | 'EXPRESS_WAYBILL_CODE' | 'EXPRESS_SNAPSHOT' | 'all';
60
60
  /**
61
61
  * @description 是否选择SKU
62
62
  */
@@ -76,7 +76,7 @@ export interface ComponentInterface {
76
76
  /**
77
77
  * @description 备注状态
78
78
  */
79
- associatedType?: "APPEND";
79
+ associatedType?: 'APPEND';
80
80
  isAssociated?: boolean;
81
81
  isShowFlag?: boolean;
82
82
  /**
@@ -117,7 +117,7 @@ export interface ComponentInterface {
117
117
  * @description 时间初始值
118
118
  */
119
119
  dateTime?: string;
120
- dateType?: "DATE" | "DATE_TIME" | "DATE_RANGE" | "DATE_TIME_RANGE";
120
+ dateType?: 'DATE' | 'DATE_TIME' | 'DATE_RANGE' | 'DATE_TIME_RANGE';
121
121
  maxSize?: number;
122
122
  basicGrade?: number;
123
123
  range?: number;
@@ -137,13 +137,14 @@ export interface ComponentInterface {
137
137
  * @description 针对ERP的订单组件需要特殊展示,此处增加一个特殊标识
138
138
  */
139
139
  erpFlag?: boolean;
140
+ showHeader?: string[];
140
141
  reasonList?: any[];
142
+ disabled?: boolean;
141
143
  };
142
144
  effects?: {
143
145
  queryWorkOrderDetail?: (r: Record) => void;
144
146
  handleOpenRepeatList?: (r: Record) => void;
145
147
  handleOpenRepeatDetail?: (r: Record) => void;
146
- handleChangeSingleWorkOrderStatus?: (t: string, r: Record) => void;
147
148
  templateList?: any[];
148
149
  isEditing?: boolean;
149
150
  form?: FormInstance;
@@ -205,12 +206,12 @@ export interface ComponentInterface {
205
206
  getComponentValue: (r: Record) => any;
206
207
  formDataTransform?: (r: any) => any;
207
208
  }
208
- export declare type PickOption = Pick<ComponentInterface, "name" | "id" | "type" | "componentConfig" | "effects" | "columnHeader">;
209
+ export declare type PickOption = Pick<ComponentInterface, 'name' | 'id' | 'type' | 'componentConfig' | 'effects' | 'columnHeader'>;
209
210
  export declare type ColumnConfig = {
210
211
  id: string;
211
212
  name: string;
212
213
  type: string;
213
214
  subKey?: string;
214
- mode?: "multiple";
215
- config?: ComponentInterface["componentConfig"];
215
+ mode?: 'multiple';
216
+ config?: ComponentInterface['componentConfig'];
216
217
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.7.15-alpha.5",
3
+ "version": "0.7.15-alpha.50",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -26,8 +26,8 @@
26
26
  "father": "^4.1.7"
27
27
  },
28
28
  "dependencies": {
29
- "@kmkf-fe-packages/basic-components": "^0.7.15-alpha.5",
30
- "@kmkf-fe-packages/kmkf-utils": "^0.7.15-alpha.5"
29
+ "@kmkf-fe-packages/basic-components": "^0.7.15-alpha.50",
30
+ "@kmkf-fe-packages/kmkf-utils": "^0.7.15-alpha.50"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@ant-design/icons": "^4.7.0",
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "e0a00366bed469e96b301ebf6753c2078cb8492c"
43
+ "gitHead": "e2bde9f9f75f470cdeeebb9731976a09360fbeef"
44
44
  }
@@ -1,31 +0,0 @@
1
- import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from "../../../type";
2
- import React from "react";
3
- declare class BsExchangeGoodImage implements ComponentInterface {
4
- name: string;
5
- id: string;
6
- sortField: string;
7
- type: string;
8
- componentConfig: ComponentInterface["componentConfig"];
9
- align: ALignType;
10
- width: number;
11
- isCombinationComponent: boolean;
12
- formField: string;
13
- canSort: boolean;
14
- children: ComponentInterface[];
15
- dataType: ComponentInterface["dataType"];
16
- constructor(options: PickOption);
17
- getComponentValue: () => null;
18
- renderClient: (record: any) => React.JSX.Element | null;
19
- renderPc: (value: unknown, record: Record) => React.JSX.Element;
20
- renderLog: (r: Record) => React.JSX.Element | null;
21
- renderExport: (value: string, record: Record) => null;
22
- editRender: () => null;
23
- filterConfig: (item: ColumnConfig) => {
24
- searchDefaultConditions: "like";
25
- type: string;
26
- id: string;
27
- name: string;
28
- filterComponentType: "Input";
29
- }[];
30
- }
31
- export default BsExchangeGoodImage;