@kmkf-fe-packages/services-components 0.8.17-alpha.3 → 0.8.17-alpha.31

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 (36) hide show
  1. package/README.md +3 -3
  2. package/dist/esm/components/BS/DeliveryNo/index.d.ts +32 -0
  3. package/dist/esm/components/BS/DeliveryNo/index.js +137 -0
  4. package/dist/esm/components/BS/common/BsHeaderGood.d.ts +4 -4
  5. package/dist/esm/components/BS/common/BsHeaderGood.js +43 -36
  6. package/dist/esm/components/Calculation/index.d.ts +31 -0
  7. package/dist/esm/components/Calculation/index.js +103 -0
  8. package/dist/esm/components/Common/index.d.ts +1 -0
  9. package/dist/esm/components/Common/index.js +73 -29
  10. package/dist/esm/components/CommonMultiStatus/index.d.ts +32 -0
  11. package/dist/esm/components/CommonMultiStatus/index.js +161 -0
  12. package/dist/esm/components/CommonSystemOrder/index.d.ts +32 -0
  13. package/dist/esm/components/CommonSystemOrder/index.js +151 -0
  14. package/dist/esm/components/CommonTradeId/index.js +1 -4
  15. package/dist/esm/components/GetFormItem/index.d.ts +4 -2
  16. package/dist/esm/components/GetFormItem/index.js +10 -3
  17. package/dist/esm/components/HandlerDeadLine/index.d.ts +43 -0
  18. package/dist/esm/components/HandlerDeadLine/index.js +85 -0
  19. package/dist/esm/components/HandlerDeadLine/index.less +3 -0
  20. package/dist/esm/components/NodeDeadLine/index.d.ts +43 -0
  21. package/dist/esm/components/NodeDeadLine/index.js +85 -0
  22. package/dist/esm/components/NodeDeadLine/index.less +3 -0
  23. package/dist/esm/components/NodeStayDuration/index.d.ts +26 -0
  24. package/dist/esm/components/NodeStayDuration/index.js +61 -0
  25. package/dist/esm/components/NodeStayDuration/index.less +3 -0
  26. package/dist/esm/components/ShopInput/index.d.ts +1 -0
  27. package/dist/esm/components/ShopInput/index.js +2 -0
  28. package/dist/esm/components/StatusSelect/index.js +3 -17
  29. package/dist/esm/components/TextArea/index.d.ts +3 -3
  30. package/dist/esm/components/TextArea/index.js +9 -9
  31. package/dist/esm/factory.d.ts +2 -2
  32. package/dist/esm/factory.js +15 -4
  33. package/dist/esm/index.d.ts +6 -0
  34. package/dist/esm/index.js +6 -0
  35. package/dist/esm/type.d.ts +2 -1
  36. package/package.json +4 -4
@@ -226,13 +226,51 @@ export var JstGoodImage = function JstGoodImage(_ref6) {
226
226
  color: "#1890ff",
227
227
  cursor: "pointer"
228
228
  }
229
- }, "\u5305\u88F9".concat(index + 1), ":")), type === 1 ? /*#__PURE__*/React.createElement("span", null, company && item.logisticsCode ? [company, item.logisticsCode].join("/") : company ? company : item.logisticsCode) : null, type === 2 ? /*#__PURE__*/React.createElement("span", null, item.supplyName && item.supplyId ? [item.supplyId, item.supplyName].join("/") : item.supplyId ? item.supplyId : item.supplyName) : null, type === 3 ? /*#__PURE__*/React.createElement("span", null, item.sendName && item.sendId ? [item.sendId, item.sendName].join("/") : item.sendId ? item.sendId : item.sendName) : null));
229
+ }, "\u5305\u88F9".concat(index + 1), ":")), type === 1 ? /*#__PURE__*/React.createElement("span", null, company && item.logisticsCode ? [company, item.logisticsCode].join("/") : company ? company : item.logisticsCode) : null, type === 2 ? /*#__PURE__*/React.createElement("span", null, item.supplyName && item.supplyId ? [item.supplyId, item.supplyName].join("/") : item.supplyId ? item.supplyId : item.supplyName) : null, type === 3 ? /*#__PURE__*/React.createElement("span", null, item.sendName && item.sendId ? [item.sendId, item.sendName].join("/") : item.sendId ? item.sendId : item.sendName) : null, type === 4 ? /*#__PURE__*/React.createElement("span", null, (item === null || item === void 0 ? void 0 : item.deliveryNo) || "") : null));
230
230
  }) : null;
231
231
  };
232
+ export var CommonOrderContent = function CommonOrderContent(_ref7) {
233
+ var _ref7$list = _ref7.list,
234
+ list = _ref7$list === void 0 ? [] : _ref7$list,
235
+ valueKey = _ref7.valueKey,
236
+ failValue = _ref7.failValue,
237
+ _ref7$options = _ref7.options,
238
+ options = _ref7$options === void 0 ? [] : _ref7$options;
239
+ var orderContent = function orderContent(item, index) {
240
+ return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
241
+ style: {
242
+ textAlign: "center"
243
+ }
244
+ }, "\u7CFB\u7EDF\u8BA2\u5355\u53F7", index + 1, "\uFF1A", item.systemOrderId));
245
+ };
246
+ return list !== null && list !== void 0 && list.length ? (list || []).map(function (item, index) {
247
+ var _options$find;
248
+ var color = ((_options$find = options.find(function (item) {
249
+ return item[valueKey] === failValue;
250
+ })) === null || _options$find === void 0 ? void 0 : _options$find.color) || "#000";
251
+ return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Space, null, /*#__PURE__*/React.createElement(Popover, {
252
+ content: orderContent(item, index),
253
+ overlayStyle: {
254
+ zIndex: 1080
255
+ }
256
+ }, /*#__PURE__*/React.createElement("span", {
257
+ key: index,
258
+ style: {
259
+ color: "#1890ff",
260
+ cursor: "pointer"
261
+ }
262
+ }, "\u7CFB\u7EDF\u8BA2\u5355\u53F7".concat(index + 1), ":")), /*#__PURE__*/React.createElement("span", {
263
+ style: {
264
+ color: color
265
+ }
266
+ }, (item === null || item === void 0 ? void 0 : item[valueKey]) || "")));
267
+ }) : null;
268
+ };
269
+
232
270
  //bs商品展示 todo
233
- export var BsGoodImage = function BsGoodImage(_ref7) {
234
- var item = _ref7.item,
235
- index = _ref7.index;
271
+ export var BsGoodImage = function BsGoodImage(_ref8) {
272
+ var item = _ref8.item,
273
+ index = _ref8.index;
236
274
  var picUrl = item.picUrl || defaultImg;
237
275
  var keyMap = {
238
276
  name: "bs名称",
@@ -263,9 +301,9 @@ export var BsGoodImage = function BsGoodImage(_ref7) {
263
301
  })));
264
302
  };
265
303
  //bs换货 todo
266
- export var BsExchangeList = function BsExchangeList(_ref8) {
267
- var list = _ref8.list,
268
- showHeader = _ref8.showHeader;
304
+ export var BsExchangeList = function BsExchangeList(_ref9) {
305
+ var list = _ref9.list,
306
+ showHeader = _ref9.showHeader;
269
307
  return /*#__PURE__*/React.createElement("div", {
270
308
  className: styles.bsImgBox
271
309
  }, list.map(function (item) {
@@ -289,11 +327,11 @@ export var BsGoodPic = function BsGoodPic(list) {
289
327
  });
290
328
  });
291
329
  };
292
- export var BsGoodsTable = function BsGoodsTable(_ref9) {
293
- var list = _ref9.list,
294
- showHeader = _ref9.showHeader,
295
- _ref9$text = _ref9.text,
296
- text = _ref9$text === void 0 ? "" : _ref9$text;
330
+ export var BsGoodsTable = function BsGoodsTable(_ref10) {
331
+ var list = _ref10.list,
332
+ showHeader = _ref10.showHeader,
333
+ _ref10$text = _ref10.text,
334
+ text = _ref10$text === void 0 ? "" : _ref10$text;
297
335
  //商品信息
298
336
  var GOODS_INFO_COLUMNS = function GOODS_INFO_COLUMNS() {
299
337
  var text = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "";
@@ -303,6 +341,24 @@ export var BsGoodsTable = function BsGoodsTable(_ref9) {
303
341
  align: "center",
304
342
  ellipsis: true,
305
343
  width: 100
344
+ }, {
345
+ dataIndex: "skuName",
346
+ title: "".concat(text, "sku\u540D\u79F0"),
347
+ align: "center",
348
+ ellipsis: true,
349
+ width: 200
350
+ }, {
351
+ dataIndex: "sku",
352
+ title: "".concat(text, "sku\u7F16\u7801"),
353
+ align: "center",
354
+ ellipsis: true,
355
+ width: 100
356
+ }, {
357
+ dataIndex: "name",
358
+ title: "".concat(text, "\u540D\u79F0"),
359
+ align: "center",
360
+ ellipsis: true,
361
+ width: 200
306
362
  }, {
307
363
  dataIndex: "pic",
308
364
  title: "\u56FE\u7247",
@@ -315,24 +371,12 @@ export var BsGoodsTable = function BsGoodsTable(_ref9) {
315
371
  src: val
316
372
  });
317
373
  }
318
- }, {
319
- dataIndex: "name",
320
- title: "".concat(text, "\u540D\u79F0"),
321
- align: "center",
322
- ellipsis: true,
323
- width: 200
324
374
  }, {
325
375
  dataIndex: "code",
326
376
  title: "".concat(text, "\u7F16\u7801"),
327
377
  align: "center",
328
378
  ellipsis: true,
329
379
  width: 100
330
- }, {
331
- dataIndex: "sku",
332
- title: "".concat(text, "sku\u7F16\u7801"),
333
- align: "center",
334
- ellipsis: true,
335
- width: 100
336
380
  }, {
337
381
  dataIndex: "money",
338
382
  title: "\u5B9E\u4ED8\u91D1\u989D",
@@ -388,9 +432,9 @@ export var BsGoodsTable = function BsGoodsTable(_ref9) {
388
432
  }
389
433
  });
390
434
  };
391
- export var FileRender = function FileRender(_ref10) {
392
- var _ref10$fileList = _ref10.fileList,
393
- fileList = _ref10$fileList === void 0 ? [] : _ref10$fileList;
435
+ export var FileRender = function FileRender(_ref11) {
436
+ var _ref11$fileList = _ref11.fileList,
437
+ fileList = _ref11$fileList === void 0 ? [] : _ref11$fileList;
394
438
  var _useState3 = useState(false),
395
439
  _useState4 = _slicedToArray(_useState3, 2),
396
440
  visible = _useState4[0],
@@ -468,8 +512,8 @@ export var FileRender = function FileRender(_ref10) {
468
512
  src: fileUrl
469
513
  })));
470
514
  };
471
- export var BsSystemOrderTable = function BsSystemOrderTable(_ref11) {
472
- var value = _ref11.value;
515
+ export var BsSystemOrderTable = function BsSystemOrderTable(_ref12) {
516
+ var value = _ref12.value;
473
517
  var columns = [{
474
518
  dataIndex: "billType",
475
519
  title: "单据类型"
@@ -0,0 +1,32 @@
1
+ import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from "../../type";
2
+ import React from "react";
3
+ declare class CommonMultiStatus implements ComponentInterface {
4
+ name: string;
5
+ id: string;
6
+ sortField: string;
7
+ type: string;
8
+ rules: any[];
9
+ componentConfig: ComponentInterface["componentConfig"];
10
+ align: ALignType;
11
+ isCombinationComponent: boolean;
12
+ formField: string;
13
+ canSort: boolean;
14
+ children: ComponentInterface[];
15
+ dataType: ComponentInterface["dataType"];
16
+ constructor(options: PickOption);
17
+ renderClient: (record: any) => React.JSX.Element | null;
18
+ renderPc: (value: any, record: Record) => React.JSX.Element;
19
+ renderLog: (r: Record) => React.JSX.Element | null;
20
+ getComponentValue: (r: Record) => any;
21
+ renderExport: (value: any, record: any) => any;
22
+ editRender: (p: any) => React.JSX.Element;
23
+ filterConfig: (item: ColumnConfig) => {
24
+ searchDefaultConditions: "like";
25
+ type: string;
26
+ id: string;
27
+ name: string;
28
+ filterComponentType: "Input";
29
+ filterFn: (value: string) => (i: Record) => boolean;
30
+ }[];
31
+ }
32
+ export default CommonMultiStatus;
@@ -0,0 +1,161 @@
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
5
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
6
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
7
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
8
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
9
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
10
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
11
+ import React from "react";
12
+ import some from "lodash/some";
13
+ import GetFormItem from "../GetFormItem";
14
+ import { CommonOrderContent } from "../Common";
15
+ import { CommonMultiStatus as Status } from "@kmkf-fe-packages/basic-components";
16
+ import ItemView from "../../commonComponents/ItemView";
17
+ import { isNull, filterFn as _filterFn } from "@kmkf-fe-packages/kmkf-utils";
18
+ import { SYMBOL } from "../../constant";
19
+ var typeMap = {
20
+ RETURN_GOODS_STATUS: {
21
+ options: [{
22
+ value: "成功",
23
+ label: "成功",
24
+ color: "#52c41a"
25
+ }, {
26
+ value: "失败",
27
+ label: "失败",
28
+ color: "#ff4d4f"
29
+ }],
30
+ key: "returnGoodsStatusList",
31
+ code: "returnGoodsStatusValue",
32
+ name: "退货状态",
33
+ type: 1,
34
+ valueKey: "status",
35
+ failValue: "失败"
36
+ }
37
+ };
38
+ var CommonMultiStatus = /*#__PURE__*/_createClass(function CommonMultiStatus(options) {
39
+ var _this = this,
40
+ _typeMap$options$type,
41
+ _typeMap$options$type2,
42
+ _this$componentConfig3;
43
+ _classCallCheck(this, CommonMultiStatus);
44
+ _defineProperty(this, "name", void 0);
45
+ _defineProperty(this, "id", void 0);
46
+ _defineProperty(this, "sortField", void 0);
47
+ _defineProperty(this, "type", void 0);
48
+ _defineProperty(this, "rules", void 0);
49
+ _defineProperty(this, "componentConfig", void 0);
50
+ _defineProperty(this, "align", void 0);
51
+ _defineProperty(this, "isCombinationComponent", void 0);
52
+ _defineProperty(this, "formField", void 0);
53
+ _defineProperty(this, "canSort", void 0);
54
+ _defineProperty(this, "children", void 0);
55
+ _defineProperty(this, "dataType", void 0);
56
+ _defineProperty(this, "renderClient", function (record) {
57
+ var _typeMap$_this$type, _typeMap$_this$type2, _typeMap$_this$type3;
58
+ var isShow = Array.isArray(record === null || record === void 0 ? void 0 : record[_this.id]) ? some(record === null || record === void 0 ? void 0 : record[_this.id], function (item) {
59
+ return !isNull(item);
60
+ }) : false;
61
+ return isShow ? /*#__PURE__*/React.createElement(ItemView, {
62
+ id: _this.id,
63
+ label: _this.name,
64
+ value: /*#__PURE__*/React.createElement(CommonOrderContent, {
65
+ list: record === null || record === void 0 ? void 0 : record[_this.id],
66
+ valueKey: (_typeMap$_this$type = typeMap[_this.type]) === null || _typeMap$_this$type === void 0 ? void 0 : _typeMap$_this$type.valueKey,
67
+ failValue: (_typeMap$_this$type2 = typeMap[_this.type]) === null || _typeMap$_this$type2 === void 0 ? void 0 : _typeMap$_this$type2.failValue,
68
+ options: (_typeMap$_this$type3 = typeMap[_this.type]) === null || _typeMap$_this$type3 === void 0 ? void 0 : _typeMap$_this$type3.options
69
+ })
70
+ }) : null;
71
+ });
72
+ _defineProperty(this, "renderPc", function (value, record) {
73
+ var _typeMap$_this$type4, _typeMap$_this$type5;
74
+ var list = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_").concat((_typeMap$_this$type4 = typeMap[_this.type]) === null || _typeMap$_this$type4 === void 0 ? void 0 : _typeMap$_this$type4.key)];
75
+ //兼容多个商品
76
+ return /*#__PURE__*/React.createElement("span", {
77
+ onClick: function onClick(e) {
78
+ return e.stopPropagation();
79
+ }
80
+ }, /*#__PURE__*/React.createElement(CommonOrderContent, {
81
+ list: list,
82
+ type: (_typeMap$_this$type5 = typeMap[_this.type]) === null || _typeMap$_this$type5 === void 0 ? void 0 : _typeMap$_this$type5.type
83
+ }));
84
+ });
85
+ _defineProperty(this, "renderLog", function (r) {
86
+ var _typeMap$_this$type6;
87
+ var list = r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type6 = typeMap[_this.type]) === null || _typeMap$_this$type6 === void 0 ? void 0 : _typeMap$_this$type6.key)];
88
+ if (isNull(list)) return null;
89
+ return _this.renderPc(undefined, r);
90
+ });
91
+ _defineProperty(this, "getComponentValue", function (r) {
92
+ var _typeMap$_this$type7;
93
+ return 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.key)];
94
+ });
95
+ _defineProperty(this, "renderExport", function (value, record) {
96
+ var _typeMap$_this$type8;
97
+ var list = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_").concat((_typeMap$_this$type8 = typeMap[_this.type]) === null || _typeMap$_this$type8 === void 0 ? void 0 : _typeMap$_this$type8.key)];
98
+ return (list || []).map(function (item) {
99
+ var _typeMap$_this$type9;
100
+ return item === null || item === void 0 ? void 0 : item[(_typeMap$_this$type9 = typeMap[_this.type]) === null || _typeMap$_this$type9 === void 0 ? void 0 : _typeMap$_this$type9.valueKey];
101
+ }).join(",");
102
+ });
103
+ _defineProperty(this, "editRender", function (p) {
104
+ var _this$componentConfig, _this$componentConfig2, _typeMap$_this$type10;
105
+ return /*#__PURE__*/React.createElement(GetFormItem, {
106
+ title: _this.name,
107
+ name: _this.id,
108
+ rules: _this.rules,
109
+ hidden: p === null || p === void 0 ? void 0 : p.hidden,
110
+ 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,
111
+ component: /*#__PURE__*/React.createElement(Status, _extends({}, _this.componentConfig, {
112
+ type: (_typeMap$_this$type10 = typeMap[_this.type]) === null || _typeMap$_this$type10 === void 0 ? void 0 : _typeMap$_this$type10.type,
113
+ failValue: typeMap[_this.type].failValue
114
+ }))
115
+ });
116
+ });
117
+ _defineProperty(this, "filterConfig", function (item) {
118
+ var _typeMap$_this$type11;
119
+ return [{
120
+ searchDefaultConditions: SYMBOL.like,
121
+ type: item.type,
122
+ id: "".concat(item.id, "_").concat((_typeMap$_this$type11 = typeMap[_this.type]) === null || _typeMap$_this$type11 === void 0 ? void 0 : _typeMap$_this$type11.code),
123
+ name: "".concat(_this.name),
124
+ filterComponentType: "Input",
125
+ filterFn: function filterFn(value) {
126
+ return function (i) {
127
+ var _typeMap$_this$type12;
128
+ return _filterFn.filterSplitComma(_filterFn.filterTableListItemColumnValue(i, item.id, (_typeMap$_this$type12 = typeMap[_this.type]) === null || _typeMap$_this$type12 === void 0 ? void 0 : _typeMap$_this$type12.code), value);
129
+ };
130
+ }
131
+ }];
132
+ });
133
+ this.name = options.name;
134
+ this.id = options.id;
135
+ this.sortField = "".concat(options.id, "_").concat((_typeMap$options$type = typeMap[options.type]) === null || _typeMap$options$type === void 0 ? void 0 : _typeMap$options$type.key);
136
+ this.formField = "".concat(options.id, "_").concat((_typeMap$options$type2 = typeMap[options.type]) === null || _typeMap$options$type2 === void 0 ? void 0 : _typeMap$options$type2.code);
137
+ this.type = options.type;
138
+ this.componentConfig = _objectSpread(_objectSpread({}, options.componentConfig), {}, {
139
+ options: typeMap[options.type].options
140
+ });
141
+ this.isCombinationComponent = false;
142
+ this.canSort = false;
143
+ this.children = [];
144
+ this.dataType = "object";
145
+ this.rules = (_this$componentConfig3 = this.componentConfig) !== null && _this$componentConfig3 !== void 0 && _this$componentConfig3.required ? [{
146
+ required: true,
147
+ validator: function validator(_, value) {
148
+ var hasNo = (value || []).some(function (item) {
149
+ var _typeMap$_this$type13;
150
+ return item[(_typeMap$_this$type13 = typeMap[_this.type]) === null || _typeMap$_this$type13 === void 0 ? void 0 : _typeMap$_this$type13.valueKey];
151
+ });
152
+ if (!hasNo) {
153
+ var _typeMap$_this$type14;
154
+ return Promise.reject(new Error("\u81F3\u5C11\u586B\u5199\u4E00\u4E2A\u5B8C\u6574\u7684".concat((_typeMap$_this$type14 = typeMap[_this.type]) === null || _typeMap$_this$type14 === void 0 ? void 0 : _typeMap$_this$type14.name)));
155
+ }
156
+ return Promise.resolve();
157
+ }
158
+ }] : [];
159
+ this.align = "left";
160
+ });
161
+ export default CommonMultiStatus;
@@ -0,0 +1,32 @@
1
+ import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from "../../type";
2
+ import React from "react";
3
+ declare class CommonSystemOrder implements ComponentInterface {
4
+ name: string;
5
+ id: string;
6
+ sortField: string;
7
+ type: string;
8
+ rules: any[];
9
+ componentConfig: ComponentInterface["componentConfig"];
10
+ align: ALignType;
11
+ isCombinationComponent: boolean;
12
+ formField: string;
13
+ canSort: boolean;
14
+ children: ComponentInterface[];
15
+ dataType: ComponentInterface["dataType"];
16
+ constructor(options: PickOption);
17
+ renderClient: (record: any) => React.JSX.Element | null;
18
+ renderPc: (value: any, record: Record) => React.JSX.Element;
19
+ renderLog: (r: Record) => React.JSX.Element | null;
20
+ getComponentValue: (r: Record) => any;
21
+ renderExport: (value: any, record: any) => any;
22
+ editRender: (p: any) => React.JSX.Element;
23
+ filterConfig: (item: ColumnConfig) => {
24
+ searchDefaultConditions: "like";
25
+ type: string;
26
+ id: string;
27
+ name: string;
28
+ filterComponentType: "Input";
29
+ filterFn: (value: string) => (i: Record) => boolean;
30
+ }[];
31
+ }
32
+ export default CommonSystemOrder;
@@ -0,0 +1,151 @@
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 _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
4
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
5
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
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
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
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 some from "lodash/some";
11
+ import GetFormItem from "../GetFormItem";
12
+ import { CommonOrderContent } from "../Common";
13
+ import { CommonSystemOrder as SystemOrder } from "@kmkf-fe-packages/basic-components";
14
+ import ItemView from "../../commonComponents/ItemView";
15
+ import { isNull, filterFn as _filterFn } from "@kmkf-fe-packages/kmkf-utils";
16
+ import { SYMBOL } from "../../constant";
17
+ var typeMap = {
18
+ BS_DELIVERY_NO: {
19
+ key: "deliveryNoList",
20
+ code: "deliveryNoIds",
21
+ name: "出库单",
22
+ type: 1,
23
+ valueKey: "deliveryNo"
24
+ },
25
+ RETURN_GOODS_TRADE_ID: {
26
+ key: "returnGoodsTradeIdList",
27
+ code: "returnGoodsTradeIds",
28
+ name: "退货单id",
29
+ type: 2,
30
+ valueKey: "returnGoodsTradeId"
31
+ }
32
+ };
33
+ var CommonSystemOrder = /*#__PURE__*/_createClass(function CommonSystemOrder(options) {
34
+ var _this = this,
35
+ _typeMap$options$type,
36
+ _typeMap$options$type2,
37
+ _this$componentConfig3;
38
+ _classCallCheck(this, CommonSystemOrder);
39
+ _defineProperty(this, "name", void 0);
40
+ _defineProperty(this, "id", void 0);
41
+ _defineProperty(this, "sortField", void 0);
42
+ _defineProperty(this, "type", void 0);
43
+ _defineProperty(this, "rules", void 0);
44
+ _defineProperty(this, "componentConfig", void 0);
45
+ _defineProperty(this, "align", void 0);
46
+ _defineProperty(this, "isCombinationComponent", void 0);
47
+ _defineProperty(this, "formField", void 0);
48
+ _defineProperty(this, "canSort", void 0);
49
+ _defineProperty(this, "children", void 0);
50
+ _defineProperty(this, "dataType", void 0);
51
+ _defineProperty(this, "renderClient", function (record) {
52
+ var _typeMap$_this$type;
53
+ var isShow = Array.isArray(record === null || record === void 0 ? void 0 : record[_this.id]) ? some(record === null || record === void 0 ? void 0 : record[_this.id], function (item) {
54
+ return !isNull(item);
55
+ }) : false;
56
+ return isShow ? /*#__PURE__*/React.createElement(ItemView, {
57
+ id: _this.id,
58
+ label: _this.name,
59
+ value: /*#__PURE__*/React.createElement(CommonOrderContent, {
60
+ list: record === null || record === void 0 ? void 0 : record[_this.id],
61
+ valueKey: (_typeMap$_this$type = typeMap[_this.type]) === null || _typeMap$_this$type === void 0 ? void 0 : _typeMap$_this$type.valueKey
62
+ })
63
+ }) : null;
64
+ });
65
+ _defineProperty(this, "renderPc", function (value, record) {
66
+ var _typeMap$_this$type2, _typeMap$_this$type3;
67
+ var list = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_").concat((_typeMap$_this$type2 = typeMap[_this.type]) === null || _typeMap$_this$type2 === void 0 ? void 0 : _typeMap$_this$type2.key)];
68
+ //兼容多个商品
69
+ return /*#__PURE__*/React.createElement("span", {
70
+ onClick: function onClick(e) {
71
+ return e.stopPropagation();
72
+ }
73
+ }, /*#__PURE__*/React.createElement(CommonOrderContent, {
74
+ list: list,
75
+ type: (_typeMap$_this$type3 = typeMap[_this.type]) === null || _typeMap$_this$type3 === void 0 ? void 0 : _typeMap$_this$type3.type
76
+ }));
77
+ });
78
+ _defineProperty(this, "renderLog", function (r) {
79
+ var _typeMap$_this$type4;
80
+ var list = r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type4 = typeMap[_this.type]) === null || _typeMap$_this$type4 === void 0 ? void 0 : _typeMap$_this$type4.key)];
81
+ if (isNull(list)) return null;
82
+ return _this.renderPc(undefined, r);
83
+ });
84
+ _defineProperty(this, "getComponentValue", function (r) {
85
+ var _typeMap$_this$type5;
86
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type5 = typeMap[_this.type]) === null || _typeMap$_this$type5 === void 0 ? void 0 : _typeMap$_this$type5.key)];
87
+ });
88
+ _defineProperty(this, "renderExport", function (value, record) {
89
+ var _typeMap$_this$type6;
90
+ var list = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_").concat((_typeMap$_this$type6 = typeMap[_this.type]) === null || _typeMap$_this$type6 === void 0 ? void 0 : _typeMap$_this$type6.key)];
91
+ return (list || []).map(function (item) {
92
+ var _typeMap$_this$type7;
93
+ return item === null || item === void 0 ? void 0 : item[(_typeMap$_this$type7 = typeMap[_this.type]) === null || _typeMap$_this$type7 === void 0 ? void 0 : _typeMap$_this$type7.valueKey];
94
+ }).join(",");
95
+ });
96
+ _defineProperty(this, "editRender", function (p) {
97
+ var _this$componentConfig, _this$componentConfig2, _typeMap$_this$type8;
98
+ return /*#__PURE__*/React.createElement(GetFormItem, {
99
+ title: _this.name,
100
+ name: _this.id,
101
+ rules: _this.rules,
102
+ hidden: p === null || p === void 0 ? void 0 : p.hidden,
103
+ 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,
104
+ component: /*#__PURE__*/React.createElement(SystemOrder, _extends({}, _this.componentConfig, {
105
+ type: (_typeMap$_this$type8 = typeMap[_this.type]) === null || _typeMap$_this$type8 === void 0 ? void 0 : _typeMap$_this$type8.type
106
+ }))
107
+ });
108
+ });
109
+ _defineProperty(this, "filterConfig", function (item) {
110
+ var _typeMap$_this$type9;
111
+ return [{
112
+ searchDefaultConditions: SYMBOL.like,
113
+ type: item.type,
114
+ id: "".concat(item.id, "_").concat((_typeMap$_this$type9 = typeMap[_this.type]) === null || _typeMap$_this$type9 === void 0 ? void 0 : _typeMap$_this$type9.code),
115
+ name: "".concat(_this.name),
116
+ filterComponentType: "Input",
117
+ filterFn: function filterFn(value) {
118
+ return function (i) {
119
+ var _typeMap$_this$type10;
120
+ return _filterFn.filterSplitComma(_filterFn.filterTableListItemColumnValue(i, item.id, (_typeMap$_this$type10 = typeMap[_this.type]) === null || _typeMap$_this$type10 === void 0 ? void 0 : _typeMap$_this$type10.code), value);
121
+ };
122
+ }
123
+ }];
124
+ });
125
+ this.name = options.name;
126
+ this.id = options.id;
127
+ this.sortField = "".concat(options.id, "_").concat((_typeMap$options$type = typeMap[options.type]) === null || _typeMap$options$type === void 0 ? void 0 : _typeMap$options$type.key);
128
+ this.formField = "".concat(options.id, "_").concat((_typeMap$options$type2 = typeMap[options.type]) === null || _typeMap$options$type2 === void 0 ? void 0 : _typeMap$options$type2.code);
129
+ this.type = options.type;
130
+ this.componentConfig = options.componentConfig;
131
+ this.isCombinationComponent = false;
132
+ this.canSort = false;
133
+ this.children = [];
134
+ this.dataType = "object";
135
+ this.rules = (_this$componentConfig3 = this.componentConfig) !== null && _this$componentConfig3 !== void 0 && _this$componentConfig3.required ? [{
136
+ required: true,
137
+ validator: function validator(_, value) {
138
+ var hasNo = (value || []).some(function (item) {
139
+ var _typeMap$_this$type11;
140
+ return item[(_typeMap$_this$type11 = typeMap[_this.type]) === null || _typeMap$_this$type11 === void 0 ? void 0 : _typeMap$_this$type11.valueKey];
141
+ });
142
+ if (!hasNo) {
143
+ var _typeMap$_this$type12;
144
+ return Promise.reject(new Error("\u81F3\u5C11\u586B\u5199\u4E00\u4E2A\u5B8C\u6574\u7684".concat((_typeMap$_this$type12 = typeMap[_this.type]) === null || _typeMap$_this$type12 === void 0 ? void 0 : _typeMap$_this$type12.name)));
145
+ }
146
+ return Promise.resolve();
147
+ }
148
+ }] : [];
149
+ this.align = "left";
150
+ });
151
+ export default CommonSystemOrder;
@@ -20,9 +20,6 @@ var TRADE_ID_MAP = {
20
20
  },
21
21
  EXCHANGE_TRADE_ID: {
22
22
  key: "exchangeTradeId"
23
- },
24
- RETURN_GOODS_TRADE_ID: {
25
- key: "returnGoodsTradeId"
26
23
  }
27
24
  };
28
25
  var CommonTradeId = /*#__PURE__*/_createClass(function CommonTradeId(options) {
@@ -93,7 +90,7 @@ var CommonTradeId = /*#__PURE__*/_createClass(function CommonTradeId(options) {
93
90
  hidden: p === null || p === void 0 ? void 0 : p.hidden,
94
91
  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,
95
92
  component: /*#__PURE__*/React.createElement(Input, _extends({}, _this.componentConfig, {
96
- placeholder: "\u8BF7\u8F93\u5165".concat(_this.name),
93
+ placeholder: "\u65E0\u987B\u586B\u5199",
97
94
  disabled: true
98
95
  }))
99
96
  });
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import React, { CSSProperties } from "react";
2
2
  declare type GetFormItemProps = {
3
3
  rules: any[];
4
4
  required: boolean;
@@ -6,6 +6,8 @@ declare type GetFormItemProps = {
6
6
  name: string;
7
7
  component: JSX.Element | null;
8
8
  hidden?: boolean;
9
+ style?: CSSProperties | undefined;
10
+ [prop: string]: any;
9
11
  };
10
- declare const GetFormItem: ({ rules, required, title, component, name, hidden }: GetFormItemProps) => React.JSX.Element | null;
12
+ declare const GetFormItem: ({ rules, required, title, component, name, hidden, style, }: GetFormItemProps) => React.JSX.Element | null;
11
13
  export default GetFormItem;
@@ -1,3 +1,9 @@
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _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; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ 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); }
1
7
  import React from "react";
2
8
  import { Form } from "antd";
3
9
  var GetFormItem = function GetFormItem(_ref) {
@@ -7,7 +13,8 @@ var GetFormItem = function GetFormItem(_ref) {
7
13
  component = _ref.component,
8
14
  name = _ref.name,
9
15
  _ref$hidden = _ref.hidden,
10
- hidden = _ref$hidden === void 0 ? false : _ref$hidden;
16
+ hidden = _ref$hidden === void 0 ? false : _ref$hidden,
17
+ style = _ref.style;
11
18
  var newRules = rules;
12
19
  if (required) {
13
20
  newRules = rules.concat({
@@ -19,9 +26,9 @@ var GetFormItem = function GetFormItem(_ref) {
19
26
  if (hidden) return null;
20
27
  return /*#__PURE__*/React.createElement("div", {
21
28
  className: "form-item--wrap",
22
- style: {
29
+ style: _objectSpread({
23
30
  position: "relative"
24
- }
31
+ }, style)
25
32
  }, /*#__PURE__*/React.createElement(Form.Item, {
26
33
  name: name,
27
34
  label: title,
@@ -0,0 +1,43 @@
1
+ import { ComponentInterface, PickOption, ColumnConfig, Record } from '../../type';
2
+ import React from 'react';
3
+ import './index.less';
4
+ declare class HandlerDeadLine implements ComponentInterface {
5
+ name: string;
6
+ id: string;
7
+ sortField: string;
8
+ type: string;
9
+ rules: any[];
10
+ componentConfig: ComponentInterface["componentConfig"];
11
+ effects: ComponentInterface["effects"];
12
+ isCombinationComponent: boolean;
13
+ formField: string;
14
+ canSort: boolean;
15
+ children: ComponentInterface[];
16
+ dataType: ComponentInterface['dataType'];
17
+ options: Array<{
18
+ label: string;
19
+ value: string;
20
+ }>;
21
+ constructor(options: PickOption);
22
+ renderPc: (value: unknown, record: Record) => React.JSX.Element;
23
+ renderLog: () => null;
24
+ getComponentValue: (r: Record) => any;
25
+ renderExport: (value: any, record: any) => any;
26
+ renderClient: () => null;
27
+ editRender: () => null;
28
+ filterConfig: (item: ColumnConfig) => {
29
+ searchDefaultConditions: "eq";
30
+ type: string;
31
+ id: string;
32
+ name: string;
33
+ filterComponentType: "MultipleSelect";
34
+ props: {
35
+ mode: string;
36
+ options: {
37
+ label: string;
38
+ value: string;
39
+ }[];
40
+ };
41
+ };
42
+ }
43
+ export default HandlerDeadLine;