@kmkf-fe-packages/services-components 0.13.0-beta.10 → 0.13.0-beta.11

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 (55) hide show
  1. package/dist/esm/commonComponents/OperationLog/index.js +6 -1
  2. package/dist/esm/components/Address/index.d.ts +6 -6
  3. package/dist/esm/components/Address/index.js +32 -26
  4. package/dist/esm/components/BS/BsExchange/index.js +5 -5
  5. package/dist/esm/components/BS/BsPosting/components/City/index.d.ts +29 -0
  6. package/dist/esm/components/BS/BsPosting/components/City/index.js +76 -0
  7. package/dist/esm/components/BS/BsPosting/components/Detail/index.d.ts +27 -0
  8. package/dist/esm/components/BS/BsPosting/components/Detail/index.js +70 -0
  9. package/dist/esm/components/BS/BsPosting/components/District/index.d.ts +29 -0
  10. package/dist/esm/components/BS/BsPosting/components/District/index.js +76 -0
  11. package/dist/esm/components/BS/BsPosting/components/Province/index.d.ts +29 -0
  12. package/dist/esm/components/BS/BsPosting/components/Province/index.js +76 -0
  13. package/dist/esm/components/BS/BsPosting/components/ReceiverMobile/index.d.ts +27 -0
  14. package/dist/esm/components/BS/BsPosting/components/ReceiverMobile/index.js +70 -0
  15. package/dist/esm/components/BS/BsPosting/components/ReceiverName/index.d.ts +27 -0
  16. package/dist/esm/components/BS/BsPosting/components/ReceiverName/index.js +70 -0
  17. package/dist/esm/components/BS/BsPosting/index.d.ts +43 -0
  18. package/dist/esm/components/BS/BsPosting/index.js +106 -0
  19. package/dist/esm/components/BS/BsReissue/index.js +3 -3
  20. package/dist/esm/components/BS/BsReturn/index.js +3 -3
  21. package/dist/esm/components/BS/BsSystemOrder/index.js +6 -3
  22. package/dist/esm/components/Cascader/index.d.ts +6 -4
  23. package/dist/esm/components/Cascader/index.js +18 -14
  24. package/dist/esm/components/Checkbox/index.d.ts +1 -1
  25. package/dist/esm/components/Checkbox/index.js +2 -2
  26. package/dist/esm/components/Common/img/reject.png +0 -0
  27. package/dist/esm/components/Common/img/reminder.png +0 -0
  28. package/dist/esm/components/Common/index.js +6 -1
  29. package/dist/esm/components/CommonDataTime/index.d.ts +1 -1
  30. package/dist/esm/components/CommonDataTime/index.js +2 -2
  31. package/dist/esm/components/DataTime/index.d.ts +1 -1
  32. package/dist/esm/components/DataTime/index.js +2 -2
  33. package/dist/esm/components/FlowCreator/index.d.ts +39 -0
  34. package/dist/esm/components/FlowCreator/index.js +87 -0
  35. package/dist/esm/components/FlowTag/index.d.ts +38 -0
  36. package/dist/esm/components/FlowTag/index.js +138 -0
  37. package/dist/esm/components/GetFormItem/index.d.ts +1 -1
  38. package/dist/esm/components/GetFormItem/index.js +4 -2
  39. package/dist/esm/components/Input/index.d.ts +6 -4
  40. package/dist/esm/components/Input/index.js +66 -9
  41. package/dist/esm/components/PrevSubmitter/index.d.ts +39 -0
  42. package/dist/esm/components/PrevSubmitter/index.js +87 -0
  43. package/dist/esm/components/ReceiverAddress/index.d.ts +5 -5
  44. package/dist/esm/components/ReceiverAddress/index.js +27 -19
  45. package/dist/esm/components/Submitter/index.js +1 -1
  46. package/dist/esm/factory.d.ts +3 -3
  47. package/dist/esm/factory.js +101 -95
  48. package/dist/esm/index.d.ts +4 -0
  49. package/dist/esm/index.js +4 -0
  50. package/dist/esm/service/api.d.ts +1 -0
  51. package/dist/esm/service/api.js +9 -0
  52. package/dist/esm/service/request.d.ts +17 -0
  53. package/dist/esm/service/request.js +56 -0
  54. package/dist/esm/type.d.ts +16 -14
  55. package/package.json +4 -4
@@ -0,0 +1,87 @@
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 } from "@kmkf-fe-packages/kmkf-utils";
10
+ import { SYMBOL } from "../../constant";
11
+ var PrevSubmitter = /*#__PURE__*/_createClass(function PrevSubmitter(options) {
12
+ var _this = this,
13
+ _this$effects3;
14
+ _classCallCheck(this, PrevSubmitter);
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, "componentConfig", void 0);
20
+ _defineProperty(this, "effects", void 0);
21
+ _defineProperty(this, "isCombinationComponent", void 0);
22
+ _defineProperty(this, "formField", void 0);
23
+ _defineProperty(this, "canSort", void 0);
24
+ _defineProperty(this, "children", void 0);
25
+ _defineProperty(this, "dataType", void 0);
26
+ _defineProperty(this, "options", void 0);
27
+ _defineProperty(this, "renderPc", function (value, record) {
28
+ var _record;
29
+ return /*#__PURE__*/React.createElement("span", null, (_record = record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) !== null && _record !== void 0 ? _record : "--");
30
+ });
31
+ _defineProperty(this, "renderLog", function () {
32
+ return null;
33
+ });
34
+ _defineProperty(this, "getComponentValue", function (r) {
35
+ return r === null || r === void 0 ? void 0 : r[_this.id];
36
+ });
37
+ _defineProperty(this, "renderExport", function (value, record) {
38
+ var _record2;
39
+ return (_record2 = record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) !== null && _record2 !== void 0 ? _record2 : "--";
40
+ });
41
+ _defineProperty(this, "renderClient", function () {
42
+ return null;
43
+ });
44
+ _defineProperty(this, "editRender", function () {
45
+ return null;
46
+ });
47
+ _defineProperty(this, "filterConfig", function (item) {
48
+ var _this$effects;
49
+ return {
50
+ searchDefaultConditions: SYMBOL.in,
51
+ type: item.type,
52
+ id: item.id,
53
+ // 过滤组件id
54
+ name: item.name,
55
+ // 过滤组件名称
56
+ filterComponentType: "MultipleSelect",
57
+ props: {
58
+ options: (_this$effects = _this.effects) === null || _this$effects === void 0 ? void 0 : _this$effects.userList
59
+ },
60
+ formatFilterValue: function formatFilterValue(val) {
61
+ return val === null || val === void 0 ? void 0 : val.map(function (v) {
62
+ var _this$effects2, _this$effects2$userLi, _this$effects2$userLi2;
63
+ return (_this$effects2 = _this.effects) === null || _this$effects2 === void 0 ? void 0 : (_this$effects2$userLi = _this$effects2.userList) === null || _this$effects2$userLi === void 0 ? void 0 : (_this$effects2$userLi2 = _this$effects2$userLi.find(function (u) {
64
+ return u.value === v;
65
+ })) === null || _this$effects2$userLi2 === void 0 ? void 0 : _this$effects2$userLi2.label;
66
+ });
67
+ },
68
+ filterFn: function filterFn(value) {
69
+ return function (i) {
70
+ return value === null || value === void 0 ? void 0 : value.includes(_filterFn.filterTableListItemColumnValue(i, item.id, ""));
71
+ };
72
+ }
73
+ };
74
+ });
75
+ this.name = options.name || "流程创建人";
76
+ this.id = (options === null || options === void 0 ? void 0 : options.id) || "prevSubmitter";
77
+ this.type = "PREV_SUBMITTER_INPUT";
78
+ this.sortField = "prevSubmitter";
79
+ this.formField = "prevSubmitter";
80
+ this.effects = options === null || options === void 0 ? void 0 : options.effects;
81
+ this.isCombinationComponent = false;
82
+ this.canSort = true;
83
+ this.children = [];
84
+ this.dataType = "string";
85
+ this.options = ((_this$effects3 = this.effects) === null || _this$effects3 === void 0 ? void 0 : _this$effects3.userList) || [];
86
+ });
87
+ export default PrevSubmitter;
@@ -1,6 +1,6 @@
1
- import { ComponentInterface, PickOption, Record } from '../../type';
2
- import React from 'react';
3
- import { AddressData } from '@kmkf-fe-packages/kmkf-utils';
1
+ import { ComponentInterface, PickOption, Record } from "../../type";
2
+ import React from "react";
3
+ import { AddressData } from "@kmkf-fe-packages/kmkf-utils";
4
4
  declare type Value = {
5
5
  address?: (string | number)[];
6
6
  detail?: string;
@@ -18,12 +18,12 @@ declare class BasicInput implements ComponentInterface {
18
18
  canSort: boolean;
19
19
  children: ComponentInterface[];
20
20
  addressDateInstance: InstanceType<typeof AddressData>;
21
- dataType: ComponentInterface['dataType'];
21
+ dataType: ComponentInterface["dataType"];
22
22
  constructor(options: PickOption);
23
23
  render: (value: Value) => React.JSX.Element;
24
24
  transTextToNumber: (value?: string) => string | number | undefined;
25
25
  renderPc: (value: any, record: Record) => React.JSX.Element;
26
- renderLog: (r: Record) => React.JSX.Element | null;
26
+ renderLog: (r: Record) => string;
27
27
  getComponentValue: (r: Record) => {
28
28
  address: any[];
29
29
  detail: any;
@@ -5,13 +5,13 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
5
5
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
6
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
7
7
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
8
- import React from 'react';
9
- import { Address } from '@kmkf-fe-packages/basic-components';
10
- import { AddressData } from '@kmkf-fe-packages/kmkf-utils';
8
+ import React from "react";
9
+ import { Address } from "@kmkf-fe-packages/basic-components";
10
+ import { AddressData } from "@kmkf-fe-packages/kmkf-utils";
11
11
  import GetFormItem from "../GetFormItem";
12
12
  import ItemView from "../../commonComponents/ItemView";
13
- import { isNull } from '@kmkf-fe-packages/kmkf-utils';
14
- import every from 'lodash/every';
13
+ import { isNull } from "@kmkf-fe-packages/kmkf-utils";
14
+ import every from "lodash/every";
15
15
  var BasicInput = /*#__PURE__*/_createClass(function BasicInput(options) {
16
16
  var _this = this,
17
17
  _this$componentConfig3;
@@ -35,7 +35,7 @@ var BasicInput = /*#__PURE__*/_createClass(function BasicInput(options) {
35
35
  className: "pointer"
36
36
  }, value === null || value === void 0 ? void 0 : (_value$address = value.address) === null || _value$address === void 0 ? void 0 : _value$address.map(function (suffix) {
37
37
  return _this.addressDateInstance.getNameByCode(suffix);
38
- }).join(''), value === null || value === void 0 ? void 0 : value.detail);
38
+ }).join(""), value === null || value === void 0 ? void 0 : value.detail);
39
39
  });
40
40
  _defineProperty(this, "transTextToNumber", function (value) {
41
41
  return value ? +value : value;
@@ -54,17 +54,25 @@ var BasicInput = /*#__PURE__*/_createClass(function BasicInput(options) {
54
54
  className: "pointer",
55
55
  onClick: function onClick(e) {
56
56
  var _this$effects, _this$effects2;
57
- typeof (_this === null || _this === void 0 ? void 0 : (_this$effects = _this.effects) === null || _this$effects === void 0 ? void 0 : _this$effects.queryWorkOrderDetail) === 'function' && (_this === null || _this === void 0 ? void 0 : (_this$effects2 = _this.effects) === null || _this$effects2 === void 0 ? void 0 : _this$effects2.queryWorkOrderDetail(record));
57
+ typeof (_this === null || _this === void 0 ? void 0 : (_this$effects = _this.effects) === null || _this$effects === void 0 ? void 0 : _this$effects.queryWorkOrderDetail) === "function" && (_this === null || _this === void 0 ? void 0 : (_this$effects2 = _this.effects) === null || _this$effects2 === void 0 ? void 0 : _this$effects2.queryWorkOrderDetail(record));
58
58
  e.stopPropagation();
59
59
  }
60
60
  }, (_address = address) === null || _address === void 0 ? void 0 : _address.map(function () {
61
- var suffix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
61
+ var suffix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "";
62
62
  return _this.addressDateInstance.getNameByCode(suffix);
63
- }).join(''), detail);
63
+ }).join(""), detail);
64
64
  });
65
65
  _defineProperty(this, "renderLog", function (r) {
66
- if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_province")])) return null;
67
- return _this.renderPc(undefined, r);
66
+ var _address2;
67
+ var address = [_this.transTextToNumber(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_province")]), _this.transTextToNumber(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_city")]), _this.transTextToNumber(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_district")])];
68
+ address = every(address, function (item) {
69
+ return !item;
70
+ }) ? [] : address;
71
+ var detail = r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_address")];
72
+ return "".concat((_address2 = address) === null || _address2 === void 0 ? void 0 : _address2.map(function () {
73
+ var suffix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "";
74
+ return _this.addressDateInstance.getNameByCode(suffix);
75
+ }).join(""), " ").concat(detail || "");
68
76
  });
69
77
  _defineProperty(this, "getComponentValue", function (r) {
70
78
  return {
@@ -73,19 +81,19 @@ var BasicInput = /*#__PURE__*/_createClass(function BasicInput(options) {
73
81
  };
74
82
  });
75
83
  _defineProperty(this, "renderExport", function (value, record) {
76
- var _address2;
84
+ var _address3;
77
85
  if (record["".concat(_this.id, "_province")] === undefined) {
78
- return '--';
86
+ return "--";
79
87
  }
80
88
  var address = [_this.transTextToNumber(record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_province")]), _this.transTextToNumber(record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_city")]), _this.transTextToNumber(record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_district")])];
81
89
  address = every(address, function (item) {
82
90
  return !item;
83
91
  }) ? [] : address;
84
92
  var detail = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_address")];
85
- return "".concat((_address2 = address) === null || _address2 === void 0 ? void 0 : _address2.map(function () {
86
- var suffix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
93
+ return "".concat((_address3 = address) === null || _address3 === void 0 ? void 0 : _address3.map(function () {
94
+ var suffix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "";
87
95
  return _this.addressDateInstance.getNameByCode(suffix);
88
- }).join(''), " ").concat(detail || '');
96
+ }).join(""), " ").concat(detail || "");
89
97
  });
90
98
  _defineProperty(this, "renderClient", function (record) {
91
99
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
@@ -121,16 +129,16 @@ var BasicInput = /*#__PURE__*/_createClass(function BasicInput(options) {
121
129
  validator: function validator(_, value) {
122
130
  var _value$address2;
123
131
  if (!(value !== null && value !== void 0 && (_value$address2 = value.address) !== null && _value$address2 !== void 0 && _value$address2.length)) {
124
- return Promise.reject(new Error('请选择地址'));
132
+ return Promise.reject(new Error("请选择地址"));
125
133
  }
126
134
  if (!(value !== null && value !== void 0 && value.detail)) {
127
- return Promise.reject(new Error('请填写详细地址'));
135
+ return Promise.reject(new Error("请填写详细地址"));
128
136
  }
129
137
  return Promise.resolve();
130
138
  }
131
139
  }] : [];
132
140
  this.effects = options.effects;
133
141
  this.addressDateInstance = AddressData.getInstance();
134
- this.dataType = 'object';
142
+ this.dataType = "object";
135
143
  });
136
144
  export default BasicInput;
@@ -72,7 +72,7 @@ var Submitter = /*#__PURE__*/_createClass(function Submitter(options) {
72
72
  }
73
73
  };
74
74
  });
75
- this.name = "提交人";
75
+ this.name = options.name || "提交人";
76
76
  this.id = (options === null || options === void 0 ? void 0 : options.id) || "submitter";
77
77
  this.type = "OPERATOR_INPUT";
78
78
  this.sortField = "submitter";
@@ -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, FlowMarkSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods } from './index';
2
- import { PickOption } from './type';
3
- export declare const factory: (type: string, options: PickOption) => BsExchange | BsReissue | BsSystemOrder | CommonMultiStatus | ERemark | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicFile | BasicPosting | CommonDataTime | TradeId | ErpTradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstLogistics | JstItemSelect | JstSendGood | JstSupply | BsGoods | BsReturn | BsLogistics | FlowStatusSelect | FlowMarkSelect | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsTrajectory | PlatForm | ShopInput | Submitter | Handler | CompletedUser | FlowWorkOrderId | StatusSelect | Calculation | CommonSystemOrder | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods;
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, FlowMarkSelect, FlowTag, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, PrevSubmitter, FlowCreator, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting } from "./index";
2
+ import { PickOption } from "./type";
3
+ export declare const factory: (type: string, options: PickOption) => BasicAddress | BsExchange | BsPosting | BsReissue | BsReturn | BsSystemOrder | BasicCascader | BasicCheckbox | CommonDataTime | CommonMultiStatus | BasicDataTime | FlowCreator | FlowTag | BasicInput | PrevSubmitter | ReceiverAddress | ERemark | Submitter | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicFile | BasicPosting | TradeId | ErpTradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstLogistics | JstItemSelect | JstSendGood | JstSupply | BsGoods | BsLogistics | FlowStatusSelect | FlowMarkSelect | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsTrajectory | PlatForm | ShopInput | Handler | CompletedUser | FlowWorkOrderId | StatusSelect | Calculation | CommonSystemOrder | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods;
@@ -1,173 +1,179 @@
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, FlowMarkSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect,
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, FlowMarkSelect, FlowTag, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, PrevSubmitter, FlowCreator, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect,
2
2
  // CommonTradeId,
3
- CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods } from "./index";
3
+ CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting } from "./index";
4
4
  export var factory = function factory(type, options) {
5
5
  var _options$componentCon;
6
6
  switch (type) {
7
- case 'PLATFORM_INPUT':
7
+ case "PLATFORM_INPUT":
8
8
  return new PlatForm(options);
9
- case 'SHOP_INPUT':
9
+ case "SHOP_INPUT":
10
10
  return new ShopInput(options);
11
- case 'OPERATOR_INPUT':
11
+ case "OPERATOR_INPUT":
12
12
  return new Submitter(options);
13
- case 'HANDLER_INPUT':
13
+ case "PREV_SUBMITTER_INPUT":
14
+ return new PrevSubmitter(options);
15
+ case "FLOW_CREATOR_INPUT":
16
+ return new FlowCreator(options);
17
+ case "HANDLER_INPUT":
14
18
  return new Handler(options);
15
- case 'COMPLETED_USER_INPUT':
19
+ case "COMPLETED_USER_INPUT":
16
20
  return new CompletedUser(options);
17
- case 'INPUT':
21
+ case "INPUT":
18
22
  return new BasicInput(options);
19
- case 'RADIO':
23
+ case "RADIO":
20
24
  return new BasicRadio(options);
21
- case 'TEXTAREA':
25
+ case "TEXTAREA":
22
26
  return new BasicTextArea(options);
23
- case 'CHECKBOX':
27
+ case "CHECKBOX":
24
28
  return new BasicCheckbox(options);
25
- case 'DATETIME':
29
+ case "DATETIME":
26
30
  return new BasicDataTime(options);
27
- case 'SELECT':
28
- case 'BUYER_MESSAGE_NOTICE':
31
+ case "SELECT":
32
+ case "BUYER_MESSAGE_NOTICE":
29
33
  return new BasicSelect(options);
30
- case 'PICTURE':
34
+ case "PICTURE":
31
35
  return new BasicPicture(options);
32
- case 'BASIC_MULT_SELECT':
36
+ case "BASIC_MULT_SELECT":
33
37
  return new BasicMultSelect(options);
34
- case 'MULT_SELECT':
38
+ case "MULT_SELECT":
35
39
  return new BasicCascader(options);
36
- case 'BASIC_ADDRESS':
40
+ case "BASIC_ADDRESS":
37
41
  return new BasicAddress(options);
38
- case 'BASIC_GRADE':
42
+ case "BASIC_GRADE":
39
43
  return new BasicGrade(options);
40
- case 'RATE':
44
+ case "RATE":
41
45
  return new BasicRate(options);
42
- case 'FILE':
46
+ case "FILE":
43
47
  return new BasicFile(options);
44
- case 'POSTING':
48
+ case "POSTING":
45
49
  return new BasicPosting(options);
46
- case 'SHOP_NAME_INPUT':
50
+ case "SHOP_NAME_INPUT":
47
51
  return new ShopName(options);
48
- case 'TRADE_ID_INPUT':
52
+ case "TRADE_ID_INPUT":
49
53
  return options !== null && options !== void 0 && (_options$componentCon = options.componentConfig) !== null && _options$componentCon !== void 0 && _options$componentCon.erpFlag ? new ErpTradeId(options) : new TradeId(options);
50
- case 'BUYER_NICK_INPUT':
54
+ case "BUYER_NICK_INPUT":
51
55
  return new BuyerNick(options);
52
- case 'RECEIVER_NAME_INPUT':
56
+ case "RECEIVER_NAME_INPUT":
53
57
  return new ReceiverName(options);
54
- case 'RECEIVER_MOBILE_INPUT':
58
+ case "RECEIVER_MOBILE_INPUT":
55
59
  return new ReceiverMobile(options);
56
- case 'RECEIVER_ADDRESS_INPUT':
60
+ case "RECEIVER_ADDRESS_INPUT":
57
61
  return new ReceiverAddress(options);
58
- case 'TRADE_CREATE_DATETIME':
59
- case 'TRADE_PAYMENT_DATETIME':
60
- case 'TRADE_DELIVERY_DATETIME':
61
- case 'TRADE_CLOSING_DATETIME':
62
- case 'BS_SIGNING_TIME':
63
- case 'BS_SEND_TIME':
64
- case 'BS_TRADE_PAYMENT_TIME':
62
+ case "TRADE_CREATE_DATETIME":
63
+ case "TRADE_PAYMENT_DATETIME":
64
+ case "TRADE_DELIVERY_DATETIME":
65
+ case "TRADE_CLOSING_DATETIME":
66
+ case "BS_SIGNING_TIME":
67
+ case "BS_SEND_TIME":
68
+ case "BS_TRADE_PAYMENT_TIME":
65
69
  return new TradeDateTime(options);
66
- case 'EXPRESS_LOGISTICS_SELECT':
70
+ case "EXPRESS_LOGISTICS_SELECT":
67
71
  return new Logistics(options);
68
- case 'RETURN_LOGISTICS_SELECT':
72
+ case "RETURN_LOGISTICS_SELECT":
69
73
  return new ReturnLogistics(options);
70
- case 'ACTUAL_PAYMENT':
71
- case 'BS_NET_RECEIPTS':
72
- case 'BS_DEPOSIT':
73
- case 'BS_PACKAGE_WEIGHT':
74
+ case "ACTUAL_PAYMENT":
75
+ case "BS_NET_RECEIPTS":
76
+ case "BS_DEPOSIT":
77
+ case "BS_PACKAGE_WEIGHT":
74
78
  return new ActualPayment(options);
75
- case 'REMARK_INPUT':
79
+ case "REMARK_INPUT":
76
80
  return new ERemark(options);
77
- case 'ITEM_SELECT':
81
+ case "ITEM_SELECT":
78
82
  return new ItemSelect(options);
79
- case 'ITEM_ID':
83
+ case "ITEM_ID":
80
84
  return new ItemId(options);
81
- case 'ITEM_ENCODE':
85
+ case "ITEM_ENCODE":
82
86
  return new ItemEnCode(options);
83
- case 'ALI_PAY_INPUT':
87
+ case "ALI_PAY_INPUT":
84
88
  return new AliPay(options);
85
- case 'ORDINARY_INVOICE':
89
+ case "ORDINARY_INVOICE":
86
90
  return new Ordinary(options);
87
- case 'ITEM_SELECT_THIRD':
91
+ case "ITEM_SELECT_THIRD":
88
92
  return new ThirdItemSelect(options);
89
- case 'ENTERPRISE_PAYMENT':
93
+ case "ENTERPRISE_PAYMENT":
90
94
  return new Payment(options);
91
- case 'SYSTEM_ORDER_NO':
95
+ case "SYSTEM_ORDER_NO":
92
96
  return new SystemOrderNo(options);
93
- case 'LOGISTICS_INTERCEPTION':
97
+ case "LOGISTICS_INTERCEPTION":
94
98
  return new LogisticsInterception(options);
95
- case 'LOGISTICS_TRAJECTORY':
99
+ case "LOGISTICS_TRAJECTORY":
96
100
  return new LogisticsTrajectory(options);
97
- case 'WORK_ORDER_ID_INPUT':
101
+ case "WORK_ORDER_ID_INPUT":
98
102
  return new WorkOrderId(options);
99
- case 'FLOW_STATUS_SELECT':
103
+ case "FLOW_STATUS_SELECT":
100
104
  return new FlowStatusSelect(options);
101
- case 'FLOW_MARK_SELECT':
105
+ case "FLOW_MARK_SELECT":
102
106
  return new FlowMarkSelect(options);
103
- case 'COMPLETED_DATETIME':
107
+ case "FLOW_TAG":
108
+ return new FlowTag(options);
109
+ case "COMPLETED_DATETIME":
104
110
  return new CommonDataTime(options);
105
- case 'CREATED_DATETIME':
111
+ case "CREATED_DATETIME":
106
112
  return new CommonDataTime(options);
107
- case 'UPDATE_DATETIME':
113
+ case "UPDATE_DATETIME":
108
114
  return new CommonDataTime(options);
109
- case 'TEMPLATE_ID_INPUT':
115
+ case "TEMPLATE_ID_INPUT":
110
116
  return new TemplateSelect(options);
111
- case 'JST_LOGISTICS':
112
- case 'REISSUE_LOGISTICS':
117
+ case "JST_LOGISTICS":
118
+ case "REISSUE_LOGISTICS":
113
119
  return new JstLogistics(options);
114
- case 'JST_ITEM_SELECT_THIRD':
120
+ case "JST_ITEM_SELECT_THIRD":
115
121
  return new JstItemSelect(options);
116
- case 'JST_SUPPLY':
122
+ case "JST_SUPPLY":
117
123
  return new JstSupply(options);
118
- case 'BS_SYSTEM_ORDER':
119
- case 'WLN_SYSTEM_ORDER':
124
+ case "BS_SYSTEM_ORDER":
125
+ case "WLN_SYSTEM_ORDER":
120
126
  return new BsSystemOrder(options);
121
- case 'JST_SEND_GOOD':
122
- case 'BS_SEND_GOOD':
123
- case 'WLN_SEND_GOOD':
127
+ case "JST_SEND_GOOD":
128
+ case "BS_SEND_GOOD":
129
+ case "WLN_SEND_GOOD":
124
130
  return new JstSendGood(options);
125
- case 'BS_POSTING':
126
- return new BasicPosting(options);
127
- case 'BS_GOODS':
131
+ case "BS_POSTING":
132
+ return new BsPosting(options);
133
+ case "BS_GOODS":
128
134
  return new BsGoods(options);
129
- case 'BS_EXCHANGE_GOODS':
135
+ case "BS_EXCHANGE_GOODS":
130
136
  return new BsExchange(options);
131
- case 'BS_REISSUE_GOODS':
137
+ case "BS_REISSUE_GOODS":
132
138
  return new BsReissue(options);
133
- case 'BS_RETURN_GOODS':
139
+ case "BS_RETURN_GOODS":
134
140
  return new BsReturn(options);
135
- case 'BS_DELIVERY_NO':
136
- case 'RETURN_GOODS_TRADE_ID':
137
141
  case 'REISSUE_TRADE_ID':
138
- case 'EXCHANGE_TRADE_ID':
142
+ case "BS_DELIVERY_NO":
143
+ case "RETURN_GOODS_TRADE_ID":
144
+ case "EXCHANGE_TRADE_ID":
139
145
  return new CommonSystemOrder(options);
140
- case 'BS_LOGISTICS':
141
- case 'WLN_LOGISTICS':
146
+ case "BS_LOGISTICS":
147
+ case "WLN_LOGISTICS":
142
148
  return new BsLogistics(options);
143
- case 'FLOW_WORK_ORDER_ID_INPUT':
149
+ case "FLOW_WORK_ORDER_ID_INPUT":
144
150
  return new FlowWorkOrderId(options);
145
- case 'OUTER_WORK_ORDER_ID_INPUT':
151
+ case "OUTER_WORK_ORDER_ID_INPUT":
146
152
  return new FlowWorkOrderId(options);
147
- case 'REISSUE_STATUS':
148
- case 'ADJUST_WORK_ORDER_STATUS':
149
- case 'CREATE_STATUS':
150
- case 'INVOICE_STATUS':
153
+ case "REISSUE_STATUS":
154
+ case "ADJUST_WORK_ORDER_STATUS":
155
+ case "CREATE_STATUS":
156
+ case "INVOICE_STATUS":
151
157
  return new StatusSelect(options);
152
- case 'RETURN_GOODS_STATUS':
153
- case 'EXCHANGE_STATUS':
154
- case 'WAREHOUSING_STATUS':
158
+ case "RETURN_GOODS_STATUS":
159
+ case "EXCHANGE_STATUS":
160
+ case "WAREHOUSING_STATUS":
155
161
  return new CommonMultiStatus(options);
156
- // case 'REISSUE_TRADE_ID':
162
+ // case "REISSUE_TRADE_ID":
157
163
  // case 'EXCHANGE_TRADE_ID':
158
- // return new CommonTradeId(options)
159
- case 'NUMERICAL_CALCULATION':
164
+ // return new CommonTradeId(options);
165
+ case "NUMERICAL_CALCULATION":
160
166
  return new Calculation(options);
161
- case 'NODE_DEAD_LINE_INPUT':
167
+ case "NODE_DEAD_LINE_INPUT":
162
168
  // 工单时效
163
169
  return new NodeDeadLine(options);
164
- case 'HANDLER_DEAD_LINE_INPUT':
170
+ case "HANDLER_DEAD_LINE_INPUT":
165
171
  // 处理人时效
166
172
  return new HandlerDeadLine(options);
167
- case 'NODE_STAY_DURATION_INPUT':
173
+ case "NODE_STAY_DURATION_INPUT":
168
174
  // 工单停留时长
169
175
  return new NodeStayDuration(options);
170
- case 'WLN_GOODS':
176
+ case "WLN_GOODS":
171
177
  // 万里牛商品
172
178
  return new WlnGoods(options);
173
179
  default:
@@ -45,6 +45,7 @@ export { default as BsReturn } from "./components/BS/BsReturn";
45
45
  export { default as BsLogistics } from "./components/BS/BsLogistics";
46
46
  export { default as FlowStatusSelect } from "./components/FlowStatusSelect";
47
47
  export { default as FlowMarkSelect } from "./components/FlowMarkSelect";
48
+ export { default as FlowTag } from "./components/FlowTag";
48
49
  export { default as TemplateSelect } from "./components/TemplateSelect";
49
50
  export { default as WorkOrderId } from "./components/WorkOrderId";
50
51
  export { default as LogisticsInterception } from "./components/LogisticsInterception";
@@ -52,6 +53,8 @@ export { default as LogisticsTrajectory } from "./components/LogisticsTrajectory
52
53
  export { default as PlatForm } from "./components/PlatForm";
53
54
  export { default as ShopInput } from "./components/ShopInput";
54
55
  export { default as Submitter } from "./components/Submitter";
56
+ export { default as PrevSubmitter } from "./components/PrevSubmitter";
57
+ export { default as FlowCreator } from "./components/FlowCreator";
55
58
  export { default as Handler } from "./components/Handler";
56
59
  export { default as CompletedUser } from "./components/CompletedUser";
57
60
  export { default as FlowWorkOrderId } from "./components/FlowWorkOrderId";
@@ -64,6 +67,7 @@ export { default as NodeDeadLine } from "./components/NodeDeadLine";
64
67
  export { default as HandlerDeadLine } from "./components/HandlerDeadLine";
65
68
  export { default as NodeStayDuration } from "./components/NodeStayDuration";
66
69
  export { default as WlnGoods } from "./components/WLN/WlnGoods";
70
+ export { default as BsPosting } from "./components/BS/BsPosting";
67
71
  export { factory } from "./factory";
68
72
  export { default as PlatformAvatar } from "./commonComponents/PlatformAvatar";
69
73
  export { default as SelectMark } from "./commonComponents/SelectMark";
package/dist/esm/index.js CHANGED
@@ -45,6 +45,7 @@ export { default as BsReturn } from "./components/BS/BsReturn";
45
45
  export { default as BsLogistics } from "./components/BS/BsLogistics";
46
46
  export { default as FlowStatusSelect } from "./components/FlowStatusSelect";
47
47
  export { default as FlowMarkSelect } from "./components/FlowMarkSelect";
48
+ export { default as FlowTag } from "./components/FlowTag";
48
49
  export { default as TemplateSelect } from "./components/TemplateSelect";
49
50
  export { default as WorkOrderId } from "./components/WorkOrderId";
50
51
  export { default as LogisticsInterception } from "./components/LogisticsInterception";
@@ -52,6 +53,8 @@ export { default as LogisticsTrajectory } from "./components/LogisticsTrajectory
52
53
  export { default as PlatForm } from "./components/PlatForm";
53
54
  export { default as ShopInput } from "./components/ShopInput";
54
55
  export { default as Submitter } from "./components/Submitter";
56
+ export { default as PrevSubmitter } from "./components/PrevSubmitter";
57
+ export { default as FlowCreator } from "./components/FlowCreator";
55
58
  export { default as Handler } from "./components/Handler";
56
59
  export { default as CompletedUser } from "./components/CompletedUser";
57
60
  export { default as FlowWorkOrderId } from "./components/FlowWorkOrderId";
@@ -64,6 +67,7 @@ export { default as NodeDeadLine } from "./components/NodeDeadLine";
64
67
  export { default as HandlerDeadLine } from "./components/HandlerDeadLine";
65
68
  export { default as NodeStayDuration } from "./components/NodeStayDuration";
66
69
  export { default as WlnGoods } from "./components/WLN/WlnGoods";
70
+ export { default as BsPosting } from "./components/BS/BsPosting";
67
71
  export { factory } from "./factory";
68
72
  export { default as PlatformAvatar } from "./commonComponents/PlatformAvatar";
69
73
  export { default as SelectMark } from "./commonComponents/SelectMark";
@@ -0,0 +1 @@
1
+ export declare const replaceCheck: (data: any) => Promise<any>;
@@ -0,0 +1,9 @@
1
+ import request from "./request";
2
+ // 重复校验
3
+ export var replaceCheck = function replaceCheck(data) {
4
+ return request({
5
+ url: '/qy/gdfw/workOrder/repeatCheck',
6
+ method: 'post',
7
+ data: data
8
+ });
9
+ };
@@ -0,0 +1,17 @@
1
+ interface RequestProps {
2
+ url: string;
3
+ method: string;
4
+ data: any;
5
+ headers?: any;
6
+ infoLevel?: 'error' | 'warning' | 'quiet';
7
+ options?: any;
8
+ }
9
+ export interface serverProps<T = any> {
10
+ data?: T;
11
+ result: number;
12
+ success: boolean;
13
+ traceId: string;
14
+ [key: string]: any;
15
+ }
16
+ declare const requestApi: ({ url, method, data, headers, infoLevel, options }: RequestProps) => Promise<serverProps>;
17
+ export default requestApi;