@kmkf-fe-packages/services-components 2.0.79-beta.2 → 2.0.79-beta.23

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.
@@ -1,5 +1,5 @@
1
- import { ComponentInterface, PickOption, ColumnConfig, Record } from '../../type';
2
- import React from 'react';
1
+ import { ComponentInterface, PickOption, ColumnConfig, Record } from "../../type";
2
+ import React from "react";
3
3
  declare class WorkOrderId implements ComponentInterface {
4
4
  name: string;
5
5
  id: string;
@@ -13,8 +13,8 @@ declare class WorkOrderId implements ComponentInterface {
13
13
  formField: string;
14
14
  canSort: boolean;
15
15
  children: ComponentInterface[];
16
- dataType: ComponentInterface['dataType'];
17
- options: ComponentInterface['options'];
16
+ dataType: ComponentInterface["dataType"];
17
+ options: ComponentInterface["options"];
18
18
  constructor(options: PickOption);
19
19
  renderPc: (value: any, record: Record) => React.JSX.Element;
20
20
  renderLog: (r: Record) => React.JSX.Element | null;
@@ -6,11 +6,11 @@ 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 { ApaasSelect } from '@kmkf-fe-packages/basic-components';
11
- import { filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
9
+ import React from "react";
10
+ import { ApaasSelect } from "@kmkf-fe-packages/basic-components";
11
+ import { filterFn as _filterFn } from "@kmkf-fe-packages/kmkf-utils";
12
12
  import GetFormItem from "../GetFormItem";
13
- import get from 'lodash/get';
13
+ import get from "lodash/get";
14
14
  import { SYMBOL } from "../../constant";
15
15
  // 节点状态
16
16
  var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
@@ -40,9 +40,10 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
40
40
  style: {
41
41
  color: status.color
42
42
  }
43
- }, status === null || status === void 0 ? void 0 : status.label)
43
+ }, status === null || status === void 0 ? void 0 : status.label) :
44
+ /*#__PURE__*/
44
45
  // </Dropdown>
45
- : /*#__PURE__*/React.createElement("span", null, "--");
46
+ React.createElement("span", null, "--");
46
47
  });
47
48
  _defineProperty(this, "renderLog", function (r) {
48
49
  var status = get(_this.workOrderStatus, r === null || r === void 0 ? void 0 : r["".concat(_this.id)]);
@@ -55,7 +56,7 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
55
56
  });
56
57
  _defineProperty(this, "renderExport", function (value, record) {
57
58
  var status = get(_this.workOrderStatus, record === null || record === void 0 ? void 0 : record["".concat(_this.id)]);
58
- return status ? status === null || status === void 0 ? void 0 : status.label : '--';
59
+ return status ? status === null || status === void 0 ? void 0 : status.label : "--";
59
60
  });
60
61
  _defineProperty(this, "renderClient", function () {
61
62
  return null;
@@ -69,7 +70,7 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
69
70
  hidden: p === null || p === void 0 ? void 0 : p.hidden,
70
71
  display: p === null || p === void 0 ? void 0 : p.display,
71
72
  required: (_this$componentConfig = (_this$componentConfig2 = _this.componentConfig) === null || _this$componentConfig2 === void 0 ? void 0 : _this$componentConfig2.required) !== null && _this$componentConfig !== void 0 ? _this$componentConfig : false,
72
- tooltip: (_this$componentConfig3 = _this.componentConfig) !== null && _this$componentConfig3 !== void 0 && _this$componentConfig3.showTooltip ? (_this$componentConfig4 = _this.componentConfig) === null || _this$componentConfig4 === void 0 ? void 0 : _this$componentConfig4.tooltip : '',
73
+ tooltip: (_this$componentConfig3 = _this.componentConfig) !== null && _this$componentConfig3 !== void 0 && _this$componentConfig3.showTooltip ? (_this$componentConfig4 = _this.componentConfig) === null || _this$componentConfig4 === void 0 ? void 0 : _this$componentConfig4.tooltip : "",
73
74
  component: /*#__PURE__*/React.createElement(ApaasSelect, _extends({}, _this.componentConfig, {
74
75
  placeholder: "\u8BF7\u8F93\u5165".concat(_this.name),
75
76
  showSearch: true
@@ -77,7 +78,7 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
77
78
  });
78
79
  });
79
80
  _defineProperty(this, "filterConfig", function (item) {
80
- var _Object$keys;
81
+ var _Object$keys, _Object$keys$filter;
81
82
  return {
82
83
  searchDefaultConditions: SYMBOL.in,
83
84
  type: item.type,
@@ -85,9 +86,11 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
85
86
  // 过滤组件id
86
87
  name: item.name,
87
88
  // 过滤组件名称
88
- filterComponentType: 'MultipleSelect',
89
+ filterComponentType: "MultipleSelect",
89
90
  props: {
90
- options: (_Object$keys = Object.keys(_this.workOrderStatus)) === null || _Object$keys === void 0 ? void 0 : _Object$keys.map(function (item) {
91
+ options: (_Object$keys = Object.keys(_this.workOrderStatus)) === null || _Object$keys === void 0 ? void 0 : (_Object$keys$filter = _Object$keys.filter(function (key) {
92
+ return key !== "HANDLING";
93
+ })) === null || _Object$keys$filter === void 0 ? void 0 : _Object$keys$filter.map(function (item) {
91
94
  return {
92
95
  label: _this.workOrderStatus[item].label,
93
96
  value: item
@@ -96,7 +99,7 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
96
99
  },
97
100
  filterFn: function filterFn(value) {
98
101
  return function (i) {
99
- return value === null || value === void 0 ? void 0 : value.includes(_filterFn.filterTableListItemColumnValue(i, item.id, ''));
102
+ return value === null || value === void 0 ? void 0 : value.includes(_filterFn.filterTableListItemColumnValue(i, item.id, ""));
100
103
  };
101
104
  }
102
105
  };
@@ -113,33 +116,33 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
113
116
  this.canSort = true;
114
117
  this.children = [];
115
118
  this.workOrderStatus = {
116
- "WAITING": {
117
- label: '待处理',
118
- color: '#faad14',
119
- bgColor: '#faad14'
119
+ WAITING: {
120
+ label: "待处理",
121
+ color: "#faad14",
122
+ bgColor: "#faad14"
120
123
  },
121
- "HANDLING": {
122
- label: '处理中',
123
- color: '#1890ff',
124
- bgColor: '#1890ff'
124
+ HANDLING: {
125
+ label: "处理中",
126
+ color: "#1890ff",
127
+ bgColor: "#1890ff"
125
128
  },
126
- "STOPPING": {
127
- label: '暂停中',
128
- color: '#ff4d4f',
129
- bgColor: '#ff4d4f'
129
+ STOPPING: {
130
+ label: "暂停中",
131
+ color: "#ff4d4f",
132
+ bgColor: "#ff4d4f"
130
133
  },
131
- "COMPLETED": {
132
- label: '已完成',
133
- color: '#73d13d',
134
- bgColor: '#73d13d'
134
+ COMPLETED: {
135
+ label: "已完成",
136
+ color: "#73d13d",
137
+ bgColor: "#73d13d"
135
138
  },
136
- "CLOSED": {
137
- label: '已关闭',
138
- color: 'rgba(0, 0, 0, 0.65)',
139
- bgColor: 'rgba(0, 0, 0, 0.04);'
139
+ CLOSED: {
140
+ label: "已关闭",
141
+ color: "rgba(0, 0, 0, 0.65)",
142
+ bgColor: "rgba(0, 0, 0, 0.04);"
140
143
  }
141
144
  };
142
- this.dataType = 'string';
145
+ this.dataType = "string";
143
146
  this.options = (_Object$keys2 = Object.keys(this.workOrderStatus)) === null || _Object$keys2 === void 0 ? void 0 : _Object$keys2.map(function (item) {
144
147
  return {
145
148
  label: _this.workOrderStatus[item].label,
@@ -132,7 +132,8 @@ var MsgStatus = /*#__PURE__*/_createClass(function MsgStatus(options) {
132
132
  return item[(_typeMap$_this$type14 = typeMap[_this.type]) === null || _typeMap$_this$type14 === void 0 ? void 0 : _typeMap$_this$type14.valueKey] === option.value;
133
133
  });
134
134
  var key = item.msgType || "ding";
135
- return "".concat(msgTypeCh[key] || key).concat(item.ruleName ? "-".concat(item.ruleName) : "", ":").concat(currentOption ? (currentOption === null || currentOption === void 0 ? void 0 : currentOption.label) || "" : (item === null || item === void 0 ? void 0 : item[(_typeMap$_this$type15 = typeMap[_this.type]) === null || _typeMap$_this$type15 === void 0 ? void 0 : _typeMap$_this$type15.valueKey]) || "");
135
+ var statusMsg = "".concat(msgTypeCh[key]).concat(item.ruleName ? "-".concat(item.ruleName) : "", ":").concat(currentOption ? (currentOption === null || currentOption === void 0 ? void 0 : currentOption.label) || "" : (item === null || item === void 0 ? void 0 : item[(_typeMap$_this$type15 = typeMap[_this.type]) === null || _typeMap$_this$type15 === void 0 ? void 0 : _typeMap$_this$type15.valueKey]) || "");
136
+ return item.failReason ? "".concat(statusMsg, "\uFF0C\u5931\u8D25\u539F\u56E0\uFF1A").concat(item.failReason) : statusMsg;
136
137
  }).join(",");
137
138
  });
138
139
  _defineProperty(this, "editRender", function (p) {
@@ -1,3 +1,3 @@
1
1
  import { ReissueLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicPicturePro, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, SubForm, CommonDataTime, TradeId, ShopName, 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, LogisticsMoreInterception, LogisticsTrajectory, LogisticsMoreTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting, MsgStatus, NodeInput, FlowWorkOrderStatus, WdtGoods, WdtReturn, WdtExchange, CommonInput, PaymentVoucherCode, Label, WdtReissue, GyReissue, AfterSalesOrderId, BsE3Goods, PublicGoods, PublicReissueGoods, PublicExchange, GyGoods, BsE3Reissue, MemberLevel, GyReturn, AsyncSelect, WdtShopSelect, KmVideo } from "./index";
2
2
  import { PickOption } from "./type";
3
- export declare const factory: (type: string, options: PickOption) => BuyerNick | JstSendGood | MsgStatus | BasicSelect | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicRadio | BasicTextArea | BasicPicture | BasicPicturePro | BasicMultSelect | BasicGrade | BasicRate | BasicFile | BasicPosting | SubForm | CommonDataTime | TradeId | ShopName | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | ReissueLogistics | JstItemSelect | JstSupply | BsSystemOrder | BsGoods | BsE3Goods | PublicGoods | PublicReissueGoods | PublicExchange | BsE3Reissue | BsExchange | BsReissue | BsReturn | BsLogistics | FlowStatusSelect | FlowMarkSelect | FlowTag | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsMoreInterception | LogisticsTrajectory | LogisticsMoreTrajectory | PlatForm | ShopInput | Submitter | PrevSubmitter | FlowCreator | Handler | CompletedUser | FlowWorkOrderId | StatusSelect | Calculation | CommonSystemOrder | CommonMultiStatus | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods | BsPosting | NodeInput | FlowWorkOrderStatus | WdtGoods | WdtReissue | WdtReturn | WdtExchange | WdtShopSelect | KmVideo | CommonInput | PaymentVoucherCode | Label | MemberLevel | AfterSalesOrderId | GyGoods | GyReissue | GyReturn | AsyncSelect;
3
+ export declare const factory: (type: string, options: PickOption) => BsReissue | BsSystemOrder | BsE3Reissue | BuyerNick | GyReissue | GyReturn | JstSendGood | MsgStatus | PublicReissueGoods | WdtReissue | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicPicturePro | BasicMultSelect | BasicGrade | BasicRate | BasicFile | BasicPosting | SubForm | CommonDataTime | TradeId | ShopName | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | ReissueLogistics | JstItemSelect | JstSupply | BsGoods | BsE3Goods | PublicGoods | PublicExchange | BsExchange | BsReturn | BsLogistics | FlowStatusSelect | FlowMarkSelect | FlowTag | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsMoreInterception | LogisticsTrajectory | LogisticsMoreTrajectory | PlatForm | ShopInput | Submitter | PrevSubmitter | FlowCreator | Handler | CompletedUser | FlowWorkOrderId | StatusSelect | Calculation | CommonSystemOrder | CommonMultiStatus | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods | BsPosting | NodeInput | FlowWorkOrderStatus | WdtGoods | WdtReturn | WdtExchange | WdtShopSelect | KmVideo | CommonInput | PaymentVoucherCode | Label | MemberLevel | AfterSalesOrderId | GyGoods | AsyncSelect;
@@ -107,3 +107,4 @@ export { default as GetFormItem } from "./components/GetFormItem";
107
107
  export { default as Global } from "./commonComponents/GlobalContext";
108
108
  export * as ErpScenes from "./commonComponents/ErpContext";
109
109
  export * as servers from "./service/api";
110
+ export { default as QueryLogisticsTrack } from "./commonComponents/QueryLogisticsTrack";
package/dist/esm/index.js CHANGED
@@ -109,4 +109,5 @@ export { default as Global } from "./commonComponents/GlobalContext";
109
109
  import * as _ErpScenes from "./commonComponents/ErpContext";
110
110
  export { _ErpScenes as ErpScenes };
111
111
  import * as _servers from "./service/api";
112
- export { _servers as servers };
112
+ export { _servers as servers };
113
+ export { default as QueryLogisticsTrack } from "./commonComponents/QueryLogisticsTrack";
@@ -19,6 +19,7 @@ export declare enum PlatForm {
19
19
  PDD = "pdd",
20
20
  JD = "jd",
21
21
  XIAOZHI = "xiaozhi",
22
+ WEB = "web",
22
23
  PC = "pc"
23
24
  }
24
25
  export declare type FilterConfigType = {
package/dist/esm/type.js CHANGED
@@ -6,5 +6,6 @@ export var PlatForm;
6
6
  PlatForm["PDD"] = "pdd";
7
7
  PlatForm["JD"] = "jd";
8
8
  PlatForm["XIAOZHI"] = "xiaozhi";
9
+ PlatForm["WEB"] = "web";
9
10
  PlatForm["PC"] = "pc";
10
11
  })(PlatForm || (PlatForm = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "2.0.79-beta.2",
3
+ "version": "2.0.79-beta.23",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -21,8 +21,8 @@
21
21
  ]
22
22
  },
23
23
  "dependencies": {
24
- "@kmkf-fe-packages/basic-components": "2.0.79-beta.2",
25
- "@kmkf-fe-packages/kmkf-utils": "2.0.79-beta.2",
24
+ "@kmkf-fe-packages/basic-components": "2.0.79-beta.22",
25
+ "@kmkf-fe-packages/kmkf-utils": "2.0.79-beta.22",
26
26
  "b64-to-blob": "^1.2.19",
27
27
  "html2canvas": "^1.4.1",
28
28
  "react-pdf-js": "^5.1.0"
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "f857118aff6aae6c75ba9f9e249399e5cd5b11fe",
44
+ "gitHead": "92f1275c2954eae7410c68e4d1c21025ee16d44a",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }