@kmkf-fe-packages/services-components 0.7.15-alpha.5 → 0.7.15-alpha.51
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.
- package/dist/esm/commonComponents/QueryLogisticsTrack/index.js +23 -21
- package/dist/esm/components/BS/BsExchange/index.d.ts +6 -8
- package/dist/esm/components/BS/BsExchange/index.js +207 -116
- package/dist/esm/components/BS/BsGoods/index.d.ts +9 -9
- package/dist/esm/components/BS/BsGoods/index.js +82 -60
- package/dist/esm/components/BS/BsLogistics/index.d.ts +7 -7
- package/dist/esm/components/BS/BsLogistics/index.js +14 -14
- package/dist/esm/components/BS/BsReissue/index.d.ts +8 -5
- package/dist/esm/components/BS/BsReissue/index.js +89 -50
- package/dist/esm/components/BS/common/{BsChildCode.d.ts → BsHeaderCode.d.ts} +5 -4
- package/dist/esm/components/BS/common/{BsChildCode.js → BsHeaderCode.js} +27 -11
- package/dist/esm/components/BS/common/{BsChildMoney.d.ts → BsHeaderMoney.d.ts} +5 -4
- package/dist/esm/components/BS/common/{BsChildMoney.js → BsHeaderMoney.js} +27 -11
- package/dist/esm/components/BS/common/{BsChildName.d.ts → BsHeaderName.d.ts} +5 -4
- package/dist/esm/components/BS/common/{BsChildName.js → BsHeaderName.js} +28 -11
- package/dist/esm/components/BS/common/{BsChildNumber.d.ts → BsHeaderNumber.d.ts} +5 -4
- package/dist/esm/components/BS/common/{BsChildNumber.js → BsHeaderNumber.js} +27 -11
- package/dist/esm/components/BS/common/{BsChildPic.d.ts → BsHeaderPic.d.ts} +5 -4
- package/dist/esm/components/BS/common/{BsChildPic.js → BsHeaderPic.js} +26 -10
- package/dist/esm/components/BS/common/{BsChildShare.d.ts → BsHeaderShare.d.ts} +5 -4
- package/dist/esm/components/BS/common/{BsChildShare.js → BsHeaderShare.js} +27 -11
- package/dist/esm/components/BS/common/{BsChildSku.d.ts → BsHeaderSku.d.ts} +5 -4
- package/dist/esm/components/BS/common/{BsChildSku.js → BsHeaderSku.js} +27 -11
- package/dist/esm/components/BS/common/{BsChildType.d.ts → BsHeaderType.d.ts} +5 -4
- package/dist/esm/components/BS/common/{BsChildType.js → BsHeaderType.js} +27 -11
- package/dist/esm/components/BS/common/BsMemo.d.ts +4 -3
- package/dist/esm/components/BS/common/BsMemo.js +43 -13
- package/dist/esm/components/BS/common/BsType.d.ts +1 -0
- package/dist/esm/components/BS/common/BsType.js +34 -8
- package/dist/esm/components/BS/common/index.d.ts +10 -10
- package/dist/esm/components/BS/common/index.js +8 -8
- package/dist/esm/components/Cascader/index.d.ts +1 -0
- package/dist/esm/components/Cascader/index.js +3 -1
- package/dist/esm/components/Common/index.d.ts +5 -0
- package/dist/esm/components/Common/index.js +102 -2
- package/dist/esm/components/File/index.d.ts +4 -4
- package/dist/esm/components/File/index.js +29 -9
- package/dist/esm/components/FlowStatusSelect/index.d.ts +0 -1
- package/dist/esm/components/FlowStatusSelect/index.js +30 -24
- package/dist/esm/components/FlowWorkOrderId/index.d.ts +33 -0
- package/dist/esm/components/FlowWorkOrderId/index.js +107 -0
- package/dist/esm/components/JST/JstLogistics/index.js +25 -8
- package/dist/esm/components/LogisticsTrajectory/index.d.ts +8 -9
- package/dist/esm/components/LogisticsTrajectory/index.js +12 -10
- package/dist/esm/components/LogisticsTrajectory/trajectoryCode.js +6 -5
- package/dist/esm/components/LogisticsTrajectory/trajectoryCompany.d.ts +6 -6
- package/dist/esm/components/LogisticsTrajectory/trajectoryCompany.js +8 -8
- package/dist/esm/components/LogisticsTrajectory/trajectorySnapshot.d.ts +0 -1
- package/dist/esm/components/LogisticsTrajectory/trajectorySnapshot.js +4 -10
- package/dist/esm/components/Payment/BuyerNick.js +1 -2
- package/dist/esm/components/Payment/index.d.ts +1 -0
- package/dist/esm/components/Payment/index.js +9 -6
- package/dist/esm/components/PostIng/index.d.ts +6 -29
- package/dist/esm/components/PostIng/index.js +73 -77
- package/dist/esm/factory.d.ts +2 -2
- package/dist/esm/factory.js +6 -3
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/type.d.ts +15 -14
- package/package.json +4 -4
- package/dist/esm/components/BS/common/BsExchangeImage.d.ts +0 -31
- package/dist/esm/components/BS/common/BsExchangeImage.js +0 -126
- package/dist/esm/components/BS/common/BsGoodImage.d.ts +0 -31
- package/dist/esm/components/BS/common/BsGoodImage.js +0 -88
|
@@ -8,9 +8,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
8
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
9
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
10
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
|
|
12
|
-
import { ExpressData } from
|
|
13
|
-
import { LogisticsTrajectory as Trajectory } from
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import { ExpressData } from '@kmkf-fe-packages/kmkf-utils';
|
|
13
|
+
import { LogisticsTrajectory as Trajectory } from '@kmkf-fe-packages/basic-components';
|
|
14
14
|
import TrajectoryCompany from "./trajectoryCompany";
|
|
15
15
|
import TrajectoryCode from "./trajectoryCode";
|
|
16
16
|
import TrajectorySnapshot from "./trajectorySnapshot";
|
|
@@ -67,7 +67,9 @@ var LogisticsTrajectory = /*#__PURE__*/_createClass(function LogisticsTrajectory
|
|
|
67
67
|
return null;
|
|
68
68
|
});
|
|
69
69
|
_defineProperty(this, "filterConfig", function (item) {
|
|
70
|
-
return [_this.express.filterConfig(
|
|
70
|
+
return [_this.express.filterConfig(_objectSpread(_objectSpread({}, item), {}, {
|
|
71
|
+
subKey: 'trajectoryCompany'
|
|
72
|
+
})), _this.expressCode.filterConfig(item), _this.expressSnapshot.filterConfig(item)];
|
|
71
73
|
});
|
|
72
74
|
this.name = options.name;
|
|
73
75
|
this.id = options.id;
|
|
@@ -77,28 +79,28 @@ var LogisticsTrajectory = /*#__PURE__*/_createClass(function LogisticsTrajectory
|
|
|
77
79
|
this.componentConfig = options.componentConfig;
|
|
78
80
|
this.expressDateInstance = ExpressData.getInstance();
|
|
79
81
|
this.express = new TrajectoryCompany(_objectSpread(_objectSpread({}, options), {}, {
|
|
80
|
-
name: "
|
|
82
|
+
name: "".concat(this.name, "-\u516C\u53F8"),
|
|
81
83
|
id: "".concat(this.id, "_trajectoryCompany")
|
|
82
84
|
}));
|
|
83
85
|
this.expressCode = new TrajectoryCode(_objectSpread(_objectSpread({}, options), {}, {
|
|
84
|
-
name: "
|
|
86
|
+
name: "".concat(this.name, "-\u5355\u53F7"),
|
|
85
87
|
id: "".concat(this.id)
|
|
86
88
|
}));
|
|
87
89
|
this.expressSnapshot = new TrajectorySnapshot(_objectSpread(_objectSpread({}, options), {}, {
|
|
88
|
-
name: "
|
|
90
|
+
name: "".concat(this.name, "-\u5FEB\u7167"),
|
|
89
91
|
id: "".concat(this.id, "_trajectorySnapshot")
|
|
90
92
|
}));
|
|
91
93
|
this.isCombinationComponent = true;
|
|
92
94
|
this.canSort = false;
|
|
93
|
-
this.dataType =
|
|
95
|
+
this.dataType = 'object';
|
|
94
96
|
this.children = [this.express, this.expressCode, this.expressSnapshot];
|
|
95
97
|
this.rules = (_this$componentConfig3 = this.componentConfig) !== null && _this$componentConfig3 !== void 0 && _this$componentConfig3.required ? [{
|
|
96
98
|
validator: function validator(_, value) {
|
|
97
99
|
if (!value.trajectoryCompany) {
|
|
98
|
-
return Promise.reject(new Error(
|
|
100
|
+
return Promise.reject(new Error('请选择物流公司'));
|
|
99
101
|
}
|
|
100
102
|
if (!value.trajectoryCode) {
|
|
101
|
-
return Promise.reject(new Error(
|
|
103
|
+
return Promise.reject(new Error('请输入物流单号'));
|
|
102
104
|
}
|
|
103
105
|
return Promise.resolve();
|
|
104
106
|
}
|
|
@@ -31,12 +31,14 @@ var TrajectoryCode = /*#__PURE__*/_createClass(function TrajectoryCode(options)
|
|
|
31
31
|
_defineProperty(this, "renderCode", function (record) {
|
|
32
32
|
var w = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 500;
|
|
33
33
|
var company = record === null || record === void 0 ? void 0 : record["".concat(_this.parentId, "_trajectoryCompany")];
|
|
34
|
+
var mobile = record === null || record === void 0 ? void 0 : record["".concat(_this.parentId, "_trajectoryPhone")];
|
|
34
35
|
var code = record === null || record === void 0 ? void 0 : record[_this.id];
|
|
35
36
|
return /*#__PURE__*/React.createElement("div", null, code ? /*#__PURE__*/React.createElement(QueryLogisticsTrack, {
|
|
37
|
+
title: code,
|
|
36
38
|
modelWidth: w,
|
|
37
39
|
interceptCompany: company,
|
|
38
40
|
interceptCode: code,
|
|
39
|
-
interceptSenderMobile:
|
|
41
|
+
interceptSenderMobile: mobile
|
|
40
42
|
}) : "--");
|
|
41
43
|
});
|
|
42
44
|
_defineProperty(this, "renderClient", function (record) {
|
|
@@ -64,16 +66,15 @@ var TrajectoryCode = /*#__PURE__*/_createClass(function TrajectoryCode(options)
|
|
|
64
66
|
return null;
|
|
65
67
|
});
|
|
66
68
|
_defineProperty(this, "filterConfig", function (item) {
|
|
67
|
-
var subKey = item.subKey;
|
|
68
69
|
return {
|
|
69
70
|
searchDefaultConditions: SYMBOL.like,
|
|
70
71
|
type: item.type,
|
|
71
|
-
id:
|
|
72
|
+
id: "".concat(item.id, "_trajectoryCode"),
|
|
72
73
|
name: "".concat(item.name, "-\u7269\u6D41\u5355\u53F7"),
|
|
73
74
|
filterComponentType: "Input",
|
|
74
75
|
filterFn: function filterFn(value) {
|
|
75
76
|
return function (i) {
|
|
76
|
-
return _filterFn.filterSplitComma(_filterFn.filterTableListItemColumnValue(i, item.id, ""
|
|
77
|
+
return _filterFn.filterSplitComma(_filterFn.filterTableListItemColumnValue(i, item.id, "trajectoryCode"), value);
|
|
77
78
|
};
|
|
78
79
|
}
|
|
79
80
|
};
|
|
@@ -96,7 +97,7 @@ var TrajectoryCode = /*#__PURE__*/_createClass(function TrajectoryCode(options)
|
|
|
96
97
|
this.align = "left";
|
|
97
98
|
this.width = 200;
|
|
98
99
|
this.isCombinationComponent = false;
|
|
99
|
-
this.canSort =
|
|
100
|
+
this.canSort = false;
|
|
100
101
|
this.dataType = "string";
|
|
101
102
|
this.children = [];
|
|
102
103
|
});
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from
|
|
2
|
-
import React from
|
|
3
|
-
import { ExpressData } from
|
|
1
|
+
import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from '../../type';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { ExpressData } from '@kmkf-fe-packages/kmkf-utils';
|
|
4
4
|
declare class TrajectoryCompany implements ComponentInterface {
|
|
5
5
|
name: string;
|
|
6
6
|
id: string;
|
|
7
7
|
sortField: string;
|
|
8
8
|
type: string;
|
|
9
9
|
rules: any[];
|
|
10
|
-
componentConfig: ComponentInterface[
|
|
10
|
+
componentConfig: ComponentInterface['componentConfig'];
|
|
11
11
|
align: ALignType;
|
|
12
12
|
expressDateInstance: InstanceType<typeof ExpressData>;
|
|
13
13
|
width: number;
|
|
@@ -15,8 +15,8 @@ declare class TrajectoryCompany implements ComponentInterface {
|
|
|
15
15
|
formField: string;
|
|
16
16
|
canSort: boolean;
|
|
17
17
|
children: ComponentInterface[];
|
|
18
|
-
dataType: ComponentInterface[
|
|
19
|
-
options: ComponentInterface[
|
|
18
|
+
dataType: ComponentInterface['dataType'];
|
|
19
|
+
options: ComponentInterface['options'];
|
|
20
20
|
constructor(options: PickOption);
|
|
21
21
|
renderClient: (record: any) => React.JSX.Element | null;
|
|
22
22
|
renderPc: (value: unknown, record: Record) => React.JSX.Element;
|
|
@@ -5,10 +5,10 @@ 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
|
|
9
|
-
import { ExpressData } from
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import { ExpressData } from '@kmkf-fe-packages/kmkf-utils';
|
|
10
10
|
import ItemView from "../../commonComponents/ItemView";
|
|
11
|
-
import { isNull, filterFn as _filterFn } from
|
|
11
|
+
import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
|
|
12
12
|
import { SYMBOL } from "../../constant";
|
|
13
13
|
var TrajectoryCompany = /*#__PURE__*/_createClass(function TrajectoryCompany(options) {
|
|
14
14
|
var _this = this;
|
|
@@ -61,13 +61,13 @@ var TrajectoryCompany = /*#__PURE__*/_createClass(function TrajectoryCompany(opt
|
|
|
61
61
|
type: item.type,
|
|
62
62
|
id: subKey ? "".concat(item.id, "_").concat(subKey) : item.id,
|
|
63
63
|
name: "".concat(item.name, "-\u7269\u6D41\u516C\u53F8"),
|
|
64
|
-
filterComponentType:
|
|
64
|
+
filterComponentType: 'MultipleSelect',
|
|
65
65
|
props: {
|
|
66
66
|
options: _this.expressDateInstance.getExpressData() || []
|
|
67
67
|
},
|
|
68
68
|
filterFn: function filterFn(value) {
|
|
69
69
|
return function (i) {
|
|
70
|
-
return
|
|
70
|
+
return _filterFn.filterSplitComma(_filterFn.filterTableListItemColumnValue(i, item.id, "".concat(subKey)), value);
|
|
71
71
|
};
|
|
72
72
|
}
|
|
73
73
|
};
|
|
@@ -79,13 +79,13 @@ var TrajectoryCompany = /*#__PURE__*/_createClass(function TrajectoryCompany(opt
|
|
|
79
79
|
this.type = options.type;
|
|
80
80
|
this.componentConfig = options.componentConfig;
|
|
81
81
|
this.rules = [];
|
|
82
|
-
this.align =
|
|
82
|
+
this.align = 'left';
|
|
83
83
|
this.expressDateInstance = ExpressData.getInstance();
|
|
84
84
|
this.width = 200;
|
|
85
85
|
this.isCombinationComponent = false;
|
|
86
|
-
this.canSort =
|
|
86
|
+
this.canSort = false;
|
|
87
87
|
this.children = [];
|
|
88
|
-
this.dataType =
|
|
88
|
+
this.dataType = 'string';
|
|
89
89
|
this.options = this.expressDateInstance.getExpressData() || [];
|
|
90
90
|
});
|
|
91
91
|
export default TrajectoryCompany;
|
|
@@ -7,7 +7,7 @@ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _ty
|
|
|
7
7
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
8
|
import React from "react";
|
|
9
9
|
import ItemView from "../../commonComponents/ItemView";
|
|
10
|
-
import { isNull
|
|
10
|
+
import { isNull } from "@kmkf-fe-packages/kmkf-utils";
|
|
11
11
|
import { SYMBOL } from "../../constant";
|
|
12
12
|
var TrajectorySnapshot = /*#__PURE__*/_createClass(function TrajectorySnapshot(options) {
|
|
13
13
|
var _this = this;
|
|
@@ -50,18 +50,12 @@ var TrajectorySnapshot = /*#__PURE__*/_createClass(function TrajectorySnapshot(o
|
|
|
50
50
|
return null;
|
|
51
51
|
});
|
|
52
52
|
_defineProperty(this, "filterConfig", function (item) {
|
|
53
|
-
var subKey = item.subKey;
|
|
54
53
|
return {
|
|
55
54
|
searchDefaultConditions: SYMBOL.like,
|
|
56
55
|
type: item.type,
|
|
57
|
-
id:
|
|
56
|
+
id: item.id,
|
|
58
57
|
name: "".concat(item.name, "-\u7269\u6D41\u5FEB\u7167"),
|
|
59
|
-
filterComponentType: "Input"
|
|
60
|
-
filterFn: function filterFn(value) {
|
|
61
|
-
return function (i) {
|
|
62
|
-
return _filterFn.filterSplitComma(_filterFn.filterTableListItemColumnValue(i, item.id, "".concat(subKey)), value);
|
|
63
|
-
};
|
|
64
|
-
}
|
|
58
|
+
filterComponentType: "Input"
|
|
65
59
|
};
|
|
66
60
|
});
|
|
67
61
|
this.name = options.name;
|
|
@@ -73,7 +67,7 @@ var TrajectorySnapshot = /*#__PURE__*/_createClass(function TrajectorySnapshot(o
|
|
|
73
67
|
this.align = "left";
|
|
74
68
|
this.width = 200;
|
|
75
69
|
this.isCombinationComponent = false;
|
|
76
|
-
this.canSort =
|
|
70
|
+
this.canSort = false;
|
|
77
71
|
this.dataType = "string";
|
|
78
72
|
this.children = [];
|
|
79
73
|
});
|
|
@@ -52,11 +52,10 @@ var BuyerNick = /*#__PURE__*/_createClass(function BuyerNick(options) {
|
|
|
52
52
|
}, record === null || record === void 0 ? void 0 : record[_this.id]));
|
|
53
53
|
});
|
|
54
54
|
_defineProperty(this, "renderClient", function (record, params) {
|
|
55
|
-
var _record$_this$id;
|
|
56
55
|
return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
|
|
57
56
|
id: _this.id,
|
|
58
57
|
label: _this.name,
|
|
59
|
-
value: (params === null || params === void 0 ? void 0 : params.platform) === 'tb' ? _this.renderTaoBaoWangWang(record, params) : record === null || record === void 0 ? void 0 :
|
|
58
|
+
value: (params === null || params === void 0 ? void 0 : params.platform) === 'tb' ? _this.renderTaoBaoWangWang(record, params) : record === null || record === void 0 ? void 0 : record[_this.id]
|
|
60
59
|
}) : null;
|
|
61
60
|
});
|
|
62
61
|
_defineProperty(this, "editRender", function (p) {
|
|
@@ -26,6 +26,7 @@ declare class Logistics implements ComponentInterface {
|
|
|
26
26
|
canSort: boolean;
|
|
27
27
|
children: ComponentInterface[];
|
|
28
28
|
dataType: ComponentInterface['dataType'];
|
|
29
|
+
effects: ComponentInterface["effects"];
|
|
29
30
|
constructor(options: PickOption);
|
|
30
31
|
renderClient: (record: any, params: any) => React.JSX.Element;
|
|
31
32
|
renderPc: () => null;
|
|
@@ -39,6 +39,7 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
|
|
|
39
39
|
_defineProperty(this, "canSort", void 0);
|
|
40
40
|
_defineProperty(this, "children", void 0);
|
|
41
41
|
_defineProperty(this, "dataType", void 0);
|
|
42
|
+
_defineProperty(this, "effects", void 0);
|
|
42
43
|
_defineProperty(this, "renderClient", function (record, params) {
|
|
43
44
|
return /*#__PURE__*/React.createElement(React.Fragment, null, _this.alipayNick.renderClient(record), _this.paymentAmount.renderClient(record), _this.alipayNo.renderClient(record), _this.buyerNick.renderClient(record, params), _this.paymentTid.renderClient(record), _this.paymentStatus.renderClient(record), _this.payTime.renderClient(record));
|
|
44
45
|
});
|
|
@@ -63,7 +64,7 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
|
|
|
63
64
|
return null;
|
|
64
65
|
});
|
|
65
66
|
_defineProperty(this, "editRender", function (p) {
|
|
66
|
-
var _this$componentConfig, _this$componentConfig2;
|
|
67
|
+
var _this$componentConfig, _this$componentConfig2, _this$componentConfig3;
|
|
67
68
|
return /*#__PURE__*/React.createElement(GetFormItem, {
|
|
68
69
|
title: _this.name,
|
|
69
70
|
name: _this.id,
|
|
@@ -71,6 +72,7 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
|
|
|
71
72
|
hidden: p === null || p === void 0 ? void 0 : p.hidden,
|
|
72
73
|
required: (_this$componentConfig = (_this$componentConfig2 = _this.componentConfig) === null || _this$componentConfig2 === void 0 ? void 0 : _this$componentConfig2.required) !== null && _this$componentConfig !== void 0 ? _this$componentConfig : false,
|
|
73
74
|
component: /*#__PURE__*/React.createElement(ApaasPayment, _extends({}, _this.componentConfig, {
|
|
75
|
+
disabled: (_this$componentConfig3 = _this.componentConfig) === null || _this$componentConfig3 === void 0 ? void 0 : _this$componentConfig3.disabled,
|
|
74
76
|
onBlur: p === null || p === void 0 ? void 0 : p.onBlur
|
|
75
77
|
}))
|
|
76
78
|
});
|
|
@@ -93,24 +95,25 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
|
|
|
93
95
|
this.payTime = new AlipayTime(options);
|
|
94
96
|
this.isCombinationComponent = true;
|
|
95
97
|
this.canSort = false;
|
|
98
|
+
this.effects = options === null || options === void 0 ? void 0 : options.effects;
|
|
96
99
|
this.children = [this.alipayNick, this.alipayNo, this.buyerNick, this.paymentAmount, this.paymentStatus, this.paymentTid, this.payTime];
|
|
97
100
|
this.rules = [{
|
|
98
101
|
validator: function validator(_, value) {
|
|
99
|
-
var _this$
|
|
100
|
-
if ((_this$
|
|
102
|
+
var _this$componentConfig4, _this$componentConfig5, _this$componentConfig6, _this$componentConfig7;
|
|
103
|
+
if ((_this$componentConfig4 = _this.componentConfig) !== null && _this$componentConfig4 !== void 0 && _this$componentConfig4.required && !(value !== null && value !== void 0 && value.enterprisePaymentRefundFee)) {
|
|
101
104
|
return Promise.reject(new Error('请输入打款金额'));
|
|
102
105
|
} else if (value !== null && value !== void 0 && value.enterprisePaymentRefundFee && !/^(([1-9]{1}\d*)|(0{1}))(\.\d{1,2})?$/.test(value === null || value === void 0 ? void 0 : value.enterprisePaymentRefundFee)) {
|
|
103
106
|
return Promise.reject(new Error('打款金额最多2位小数'));
|
|
104
107
|
}
|
|
105
|
-
if ((_this$
|
|
108
|
+
if ((_this$componentConfig5 = _this.componentConfig) !== null && _this$componentConfig5 !== void 0 && _this$componentConfig5.required && !(value !== null && value !== void 0 && value.enterprisePaymentTid)) {
|
|
106
109
|
return Promise.reject(new Error('请输入订单编号'));
|
|
107
110
|
} else if (value.enterprisePaymentTid && !/^[0-9a-zA-Z_-]{1,}$/.test(value.enterprisePaymentTid)) {
|
|
108
111
|
return Promise.reject(new Error('请输入正确的订单编号'));
|
|
109
112
|
}
|
|
110
|
-
if ((_this$
|
|
113
|
+
if ((_this$componentConfig6 = _this.componentConfig) !== null && _this$componentConfig6 !== void 0 && _this$componentConfig6.zhiFubaoRequired && !(value !== null && value !== void 0 && value.enterprisePaymentAlipayNick)) {
|
|
111
114
|
return Promise.reject(new Error('请输入支付宝名称'));
|
|
112
115
|
}
|
|
113
|
-
if ((_this$
|
|
116
|
+
if ((_this$componentConfig7 = _this.componentConfig) !== null && _this$componentConfig7 !== void 0 && _this$componentConfig7.zhiFubaoRequired && !(value !== null && value !== void 0 && value.enterprisePaymentAlipayNo)) {
|
|
114
117
|
return Promise.reject(new Error('请输入支付宝账号'));
|
|
115
118
|
} else if (value.enterprisePaymentAlipayNo && !/^(?:1[3-9]\d{9}|[a-zA-Z\d._-]*\@[a-zA-Z\d.-]{1,10}\.[a-zA-Z\d]{1,20})$/.test(value.enterprisePaymentAlipayNo)) {
|
|
116
119
|
return Promise.reject(new Error('请输入正确的支付宝账号格式'));
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ComponentInterface, PickOption, ColumnConfig, Record } from
|
|
2
|
-
import React from
|
|
3
|
-
import { AddressData } from
|
|
1
|
+
import { ComponentInterface, PickOption, ColumnConfig, Record } from '../../type';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { AddressData } from '@kmkf-fe-packages/kmkf-utils';
|
|
4
4
|
declare class BasicPosting implements ComponentInterface {
|
|
5
5
|
name: string;
|
|
6
6
|
id: string;
|
|
7
7
|
sortField: string;
|
|
8
8
|
type: string;
|
|
9
9
|
rules: any[];
|
|
10
|
-
componentConfig: ComponentInterface[
|
|
10
|
+
componentConfig: ComponentInterface['componentConfig'];
|
|
11
11
|
isCombinationComponent: boolean;
|
|
12
12
|
formField: string;
|
|
13
13
|
canSort: boolean;
|
|
14
14
|
children: ComponentInterface[];
|
|
15
|
-
dataType: ComponentInterface[
|
|
15
|
+
dataType: ComponentInterface['dataType'];
|
|
16
16
|
addressDateInstance: InstanceType<typeof AddressData>;
|
|
17
17
|
constructor(options: PickOption);
|
|
18
18
|
renderPc: (value: any, record: Record) => React.JSX.Element;
|
|
@@ -28,29 +28,6 @@ declare class BasicPosting implements ComponentInterface {
|
|
|
28
28
|
renderExport: (value: any, record: Record) => string | null;
|
|
29
29
|
renderClient: (record: any) => React.JSX.Element | null;
|
|
30
30
|
editRender: (p: any) => React.JSX.Element;
|
|
31
|
-
filterConfig: (item: ColumnConfig) =>
|
|
32
|
-
searchDefaultConditions: "eq";
|
|
33
|
-
type: string;
|
|
34
|
-
id: string;
|
|
35
|
-
name: string;
|
|
36
|
-
filterComponentType: "Cascader";
|
|
37
|
-
props: {
|
|
38
|
-
options: any;
|
|
39
|
-
fieldNames: {
|
|
40
|
-
label: string;
|
|
41
|
-
value: string;
|
|
42
|
-
children: string;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
formatFilterValue: (val: Array<number>) => number | undefined;
|
|
46
|
-
} | {
|
|
47
|
-
searchDefaultConditions: "like";
|
|
48
|
-
type: string;
|
|
49
|
-
id: string;
|
|
50
|
-
name: string;
|
|
51
|
-
filterComponentType: "Input";
|
|
52
|
-
props?: undefined;
|
|
53
|
-
formatFilterValue?: undefined;
|
|
54
|
-
})[];
|
|
31
|
+
filterConfig: (item: ColumnConfig) => never[];
|
|
55
32
|
}
|
|
56
33
|
export default BasicPosting;
|
|
@@ -6,29 +6,28 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
6
6
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
7
7
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
8
8
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
9
|
-
import React from
|
|
10
|
-
import { ApaasPosting } from
|
|
9
|
+
import React from 'react';
|
|
10
|
+
import { ApaasPosting } from '@kmkf-fe-packages/basic-components';
|
|
11
11
|
import GetFormItem from "../GetFormItem";
|
|
12
12
|
import ItemView from "../../commonComponents/ItemView";
|
|
13
|
-
import { isNull } from
|
|
14
|
-
import { AddressData } from
|
|
15
|
-
import { SYMBOL } from "../../constant";
|
|
13
|
+
import { isNull } from '@kmkf-fe-packages/kmkf-utils';
|
|
14
|
+
import { AddressData, BsAddressData } from '@kmkf-fe-packages/kmkf-utils';
|
|
16
15
|
var typeMap = {
|
|
17
16
|
POSTING: {
|
|
18
|
-
province:
|
|
19
|
-
city:
|
|
20
|
-
district:
|
|
21
|
-
detail:
|
|
22
|
-
name:
|
|
23
|
-
mobile:
|
|
17
|
+
province: 'postingProvince',
|
|
18
|
+
city: 'postingCity',
|
|
19
|
+
district: 'postingDistrict',
|
|
20
|
+
detail: 'postingDetail',
|
|
21
|
+
name: 'postingReceiverName',
|
|
22
|
+
mobile: 'postingReceiverMobile'
|
|
24
23
|
},
|
|
25
24
|
BS_POSTING: {
|
|
26
|
-
province:
|
|
27
|
-
city:
|
|
28
|
-
district:
|
|
29
|
-
detail:
|
|
30
|
-
name:
|
|
31
|
-
mobile:
|
|
25
|
+
province: 'bsPostingProvince',
|
|
26
|
+
city: 'bsPostingCity',
|
|
27
|
+
district: 'bsPostingDistrict',
|
|
28
|
+
detail: 'bsPostingDetail',
|
|
29
|
+
name: 'bsPostingReceiverName',
|
|
30
|
+
mobile: 'bsPostingReceiverMobile'
|
|
32
31
|
}
|
|
33
32
|
};
|
|
34
33
|
var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
|
|
@@ -60,7 +59,7 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
|
|
|
60
59
|
}
|
|
61
60
|
var addressText = (_ref = [province, city, district]) === null || _ref === void 0 ? void 0 : _ref.map(function (suffix) {
|
|
62
61
|
return _this.addressDateInstance.getNameByCode(suffix);
|
|
63
|
-
}).join(
|
|
62
|
+
}).join('');
|
|
64
63
|
return /*#__PURE__*/React.createElement("span", null, "".concat(addressText).concat(detail), /*#__PURE__*/React.createElement("br", null), "".concat(name, " ").concat(mobile));
|
|
65
64
|
});
|
|
66
65
|
_defineProperty(this, "renderLog", function (r) {
|
|
@@ -77,7 +76,7 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
|
|
|
77
76
|
})) return null;
|
|
78
77
|
var addressText = (_ref2 = [province, city, district]) === null || _ref2 === void 0 ? void 0 : _ref2.map(function (suffix) {
|
|
79
78
|
return _this.addressDateInstance.getNameByCode(suffix);
|
|
80
|
-
}).join(
|
|
79
|
+
}).join('');
|
|
81
80
|
return /*#__PURE__*/React.createElement(React.Fragment, null, "".concat(addressText).concat(detail, " ").concat(name).concat(mobile));
|
|
82
81
|
});
|
|
83
82
|
_defineProperty(this, "getComponentValue", function (r) {
|
|
@@ -86,9 +85,9 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
|
|
|
86
85
|
province: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type7 = typeMap[_this.type]) === null || _typeMap$_this$type7 === void 0 ? void 0 : _typeMap$_this$type7.province)],
|
|
87
86
|
city: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type8 = typeMap[_this.type]) === null || _typeMap$_this$type8 === void 0 ? void 0 : _typeMap$_this$type8.city)],
|
|
88
87
|
district: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type9 = typeMap[_this.type]) === null || _typeMap$_this$type9 === void 0 ? void 0 : _typeMap$_this$type9.district)],
|
|
89
|
-
detail: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type10 = typeMap[_this.type]) === null || _typeMap$_this$type10 === void 0 ? void 0 : _typeMap$_this$type10.detail)]) ||
|
|
90
|
-
name: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type11 = typeMap[_this.type]) === null || _typeMap$_this$type11 === void 0 ? void 0 : _typeMap$_this$type11.name)]) ||
|
|
91
|
-
mobile: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type12 = typeMap[_this.type]) === null || _typeMap$_this$type12 === void 0 ? void 0 : _typeMap$_this$type12.mobile)]) ||
|
|
88
|
+
detail: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type10 = typeMap[_this.type]) === null || _typeMap$_this$type10 === void 0 ? void 0 : _typeMap$_this$type10.detail)]) || '',
|
|
89
|
+
name: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type11 = typeMap[_this.type]) === null || _typeMap$_this$type11 === void 0 ? void 0 : _typeMap$_this$type11.name)]) || '',
|
|
90
|
+
mobile: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat((_typeMap$_this$type12 = typeMap[_this.type]) === null || _typeMap$_this$type12 === void 0 ? void 0 : _typeMap$_this$type12.mobile)]) || ''
|
|
92
91
|
};
|
|
93
92
|
});
|
|
94
93
|
_defineProperty(this, "renderExport", function (value, record) {
|
|
@@ -105,7 +104,7 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
|
|
|
105
104
|
})) return null;
|
|
106
105
|
var addressText = (_ref3 = [province, city, district]) === null || _ref3 === void 0 ? void 0 : _ref3.map(function (suffix) {
|
|
107
106
|
return _this.addressDateInstance.getNameByCode(suffix);
|
|
108
|
-
}).join(
|
|
107
|
+
}).join('');
|
|
109
108
|
return "".concat(addressText).concat(detail, " ").concat(name).concat(mobile);
|
|
110
109
|
});
|
|
111
110
|
_defineProperty(this, "renderClient", function (record) {
|
|
@@ -118,9 +117,9 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
|
|
|
118
117
|
var mobile = record["".concat(_this.id, "_").concat((_typeMap$_this$type18 = typeMap[_this.type]) === null || _typeMap$_this$type18 === void 0 ? void 0 : _typeMap$_this$type18.mobile)];
|
|
119
118
|
var addressText = (_ref4 = [province, city, district]) === null || _ref4 === void 0 ? void 0 : _ref4.map(function (suffix) {
|
|
120
119
|
return _this.addressDateInstance.getNameByCode(suffix);
|
|
121
|
-
}).join(
|
|
120
|
+
}).join('');
|
|
122
121
|
var hasValue = addressText || detail || name || mobile;
|
|
123
|
-
var value = hasValue ? /*#__PURE__*/React.createElement("div", null, [addressText, detail].join(
|
|
122
|
+
var value = hasValue ? /*#__PURE__*/React.createElement("div", null, [addressText, detail].join('/'), /*#__PURE__*/React.createElement("br", null), [name, mobile].join('/')) : null;
|
|
124
123
|
return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
|
|
125
124
|
id: _this.id,
|
|
126
125
|
label: _this.name,
|
|
@@ -136,58 +135,55 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
|
|
|
136
135
|
hidden: p === null || p === void 0 ? void 0 : p.hidden,
|
|
137
136
|
required: (_this$componentConfig = (_this$componentConfig2 = _this.componentConfig) === null || _this$componentConfig2 === void 0 ? void 0 : _this$componentConfig2.required) !== null && _this$componentConfig !== void 0 ? _this$componentConfig : false,
|
|
138
137
|
component: /*#__PURE__*/React.createElement(ApaasPosting, _extends({}, _this.componentConfig, {
|
|
139
|
-
type: _this.type ===
|
|
138
|
+
type: _this.type === 'POSTING' ? 'workOrder' : 'bs'
|
|
140
139
|
}))
|
|
141
140
|
});
|
|
142
141
|
});
|
|
143
142
|
_defineProperty(this, "filterConfig", function (item) {
|
|
144
|
-
|
|
145
|
-
return [
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
// 过滤组件名称
|
|
189
|
-
filterComponentType: "Input"
|
|
190
|
-
}];
|
|
143
|
+
return [];
|
|
144
|
+
// return [
|
|
145
|
+
// {
|
|
146
|
+
// searchDefaultConditions: SYMBOL.eq as "eq",
|
|
147
|
+
// type: item.type,
|
|
148
|
+
// id: `${item.id}_${typeMap[this.type]?.district}`, // 过滤组件id
|
|
149
|
+
// name: `${item.name}-省市区`, // 过滤组件名称
|
|
150
|
+
// filterComponentType: "Cascader" as const,
|
|
151
|
+
// props: {
|
|
152
|
+
// options: (this.addressDateInstance.addressOptions as any) || [],
|
|
153
|
+
// fieldNames: {
|
|
154
|
+
// label: "label",
|
|
155
|
+
// value: "value",
|
|
156
|
+
// children: "children",
|
|
157
|
+
// },
|
|
158
|
+
// },
|
|
159
|
+
// formatFilterValue: (val: Array<number>) => {
|
|
160
|
+
// if (val?.length > 2) {
|
|
161
|
+
// return val?.[2];
|
|
162
|
+
// }
|
|
163
|
+
// },
|
|
164
|
+
// },
|
|
165
|
+
// {
|
|
166
|
+
// searchDefaultConditions: SYMBOL.like as "like",
|
|
167
|
+
// type: item.type,
|
|
168
|
+
// id: `${item.id}_${typeMap[this.type]?.detail}`, // 过滤组件id
|
|
169
|
+
// name: `${item.name}-详细地址`, // 过滤组件名称
|
|
170
|
+
// filterComponentType: "Input" as const,
|
|
171
|
+
// },
|
|
172
|
+
// {
|
|
173
|
+
// searchDefaultConditions: SYMBOL.like as "like",
|
|
174
|
+
// type: item.type,
|
|
175
|
+
// id: `${item.id}_${typeMap[this.type]?.name}`, // 过滤组件id
|
|
176
|
+
// name: `${item.name}-姓名`, // 过滤组件名称
|
|
177
|
+
// filterComponentType: "Input" as const,
|
|
178
|
+
// },
|
|
179
|
+
// {
|
|
180
|
+
// searchDefaultConditions: SYMBOL.like as "like",
|
|
181
|
+
// type: item.type,
|
|
182
|
+
// id: `${item.id}_${typeMap[this.type]?.mobile}`, // 过滤组件id
|
|
183
|
+
// name: `${item.name}-电话`, // 过滤组件名称
|
|
184
|
+
// filterComponentType: "Input" as const,
|
|
185
|
+
// },
|
|
186
|
+
// ];
|
|
191
187
|
});
|
|
192
188
|
this.name = options.name;
|
|
193
189
|
this.id = options.id;
|
|
@@ -196,15 +192,15 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
|
|
|
196
192
|
this.type = options.type;
|
|
197
193
|
this.componentConfig = options.componentConfig;
|
|
198
194
|
this.isCombinationComponent = false;
|
|
199
|
-
this.canSort =
|
|
195
|
+
this.canSort = false;
|
|
200
196
|
this.children = [];
|
|
201
|
-
this.dataType =
|
|
202
|
-
this.addressDateInstance = AddressData.getInstance();
|
|
197
|
+
this.dataType = 'string';
|
|
198
|
+
this.addressDateInstance = options.type === 'BS_POSTING' ? BsAddressData.getInstance() : AddressData.getInstance();
|
|
203
199
|
this.rules = options !== null && options !== void 0 && (_options$componentCon = options.componentConfig) !== null && _options$componentCon !== void 0 && _options$componentCon.required ? [{
|
|
204
200
|
validator: function validator(_, value) {
|
|
205
201
|
var _value$postingAddress;
|
|
206
202
|
if (!(value !== null && value !== void 0 && (_value$postingAddress = value.postingAddress) !== null && _value$postingAddress !== void 0 && _value$postingAddress.length) || !(value !== null && value !== void 0 && value.postingDetail) || !(value !== null && value !== void 0 && value.postingReceiverName) || !(value !== null && value !== void 0 && value.postingReceiverMobile)) {
|
|
207
|
-
return Promise.reject(new Error(
|
|
203
|
+
return Promise.reject(new Error('请填写地址'));
|
|
208
204
|
}
|
|
209
205
|
return Promise.resolve();
|
|
210
206
|
}
|
package/dist/esm/factory.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, CommonDataTime, TradeId, ShopName, ErpTradeId, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory,
|
|
1
|
+
import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, CommonDataTime, TradeId, ShopName, ErpTradeId, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue } from "./index";
|
|
2
2
|
import { PickOption } from "./type";
|
|
3
|
-
export declare const factory: (type: string, options: PickOption) =>
|
|
3
|
+
export declare const factory: (type: string, options: PickOption) => BasicFile | FlowWorkOrderId | LogisticsTrajectory | BasicPosting | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | CommonDataTime | TradeId | ErpTradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstLogistics | JstItemSelect | JstSendGood | JstSupply | BsGoods | BsExchange | BsReissue | FlowStatusSelect | TemplateSelect | WorkOrderId | LogisticsInterception | PlatForm | ShopInput | Submitter | Handler | CompletedUser;
|