@kmkf-fe-packages/services-components 2.10.18-rc.0 → 2.10.18
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/components/LogisticsInterception/index.d.ts +0 -3
- package/dist/esm/components/LogisticsInterception/index.js +7 -14
- package/dist/esm/components/LogisticsMoreInterception/index.d.ts +0 -2
- package/dist/esm/components/LogisticsMoreInterception/index.js +5 -19
- package/package.json +4 -4
- package/dist/esm/components/LogisticsInterception/interceptLogisticsCustomerCode.d.ts +0 -39
- package/dist/esm/components/LogisticsInterception/interceptLogisticsCustomerCode.js +0 -103
- package/dist/esm/components/LogisticsMoreInterception/interceptLogisticsCustomerCode.d.ts +0 -39
- package/dist/esm/components/LogisticsMoreInterception/interceptLogisticsCustomerCode.js +0 -108
|
@@ -11,7 +11,6 @@ import InterceptState from "./InterceptState";
|
|
|
11
11
|
import InterceptApiStatus from "./InterceptApiStatus";
|
|
12
12
|
import Express from "../Express";
|
|
13
13
|
import ExpressCode from "../ExpressCode";
|
|
14
|
-
import InterceptLogisticsCustomerCode from "./interceptLogisticsCustomerCode";
|
|
15
14
|
declare class Logistics implements ComponentInterface {
|
|
16
15
|
name: string;
|
|
17
16
|
columnHeader: string | JSX.Element;
|
|
@@ -26,7 +25,6 @@ declare class Logistics implements ComponentInterface {
|
|
|
26
25
|
interceptApiStatus: InterceptApiStatus;
|
|
27
26
|
interceptSenderMobile: InterceptSenderMobile;
|
|
28
27
|
interceptApiStatusReason: InterceptApiStatusReason;
|
|
29
|
-
interceptLogisticsCustomerCode: InterceptLogisticsCustomerCode;
|
|
30
28
|
interceptSnapshot: InterceptSnapshot;
|
|
31
29
|
interceptState: InterceptState;
|
|
32
30
|
isCombinationComponent: boolean;
|
|
@@ -62,7 +60,6 @@ declare class Logistics implements ComponentInterface {
|
|
|
62
60
|
interceptSnapshot: any;
|
|
63
61
|
interceptState: any;
|
|
64
62
|
interceptApiStatusReason: any;
|
|
65
|
-
interceptLogisticsCustomerCode: any;
|
|
66
63
|
};
|
|
67
64
|
renderPc: () => null;
|
|
68
65
|
renderExport: () => null;
|
|
@@ -10,7 +10,7 @@ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _ty
|
|
|
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
11
|
import React from "react";
|
|
12
12
|
import { LogisticsInterception } from "@kmkf-fe-packages/basic-components";
|
|
13
|
-
import { ExpressData, ExpressInterceptData,
|
|
13
|
+
import { ExpressData, ExpressInterceptData, LogisticsAddressData, isNull } from "@kmkf-fe-packages/kmkf-utils";
|
|
14
14
|
import GetFormItem from "../GetFormItem";
|
|
15
15
|
import InterceptSenderMobile from "./interceptSenderMobile";
|
|
16
16
|
import InterceptApiStatusReason from "./interceptApiStatusReason";
|
|
@@ -23,7 +23,6 @@ import InterceptApiStatus from "./InterceptApiStatus";
|
|
|
23
23
|
import Express from "../Express";
|
|
24
24
|
import ExpressCode from "../ExpressCode";
|
|
25
25
|
import ColumnHeader from "./columnHeader";
|
|
26
|
-
import InterceptLogisticsCustomerCode from "./interceptLogisticsCustomerCode";
|
|
27
26
|
// import InterceptLogisticsUserKCode from "./interceptLogisticsUserKCode";
|
|
28
27
|
// import InterceptLogisticsUserSecretKey from "./interceptLogisticsUserSecretKey";
|
|
29
28
|
// import interceptLogisticsUserKCode from "./interceptLogisticsUserKCode";
|
|
@@ -47,7 +46,6 @@ function Logistics(options) {
|
|
|
47
46
|
_defineProperty(this, "interceptApiStatus", void 0);
|
|
48
47
|
_defineProperty(this, "interceptSenderMobile", void 0);
|
|
49
48
|
_defineProperty(this, "interceptApiStatusReason", void 0);
|
|
50
|
-
_defineProperty(this, "interceptLogisticsCustomerCode", void 0);
|
|
51
49
|
_defineProperty(this, "interceptSnapshot", void 0);
|
|
52
50
|
_defineProperty(this, "interceptState", void 0);
|
|
53
51
|
_defineProperty(this, "isCombinationComponent", void 0);
|
|
@@ -63,10 +61,10 @@ function Logistics(options) {
|
|
|
63
61
|
_defineProperty(this, "dataType", void 0);
|
|
64
62
|
_defineProperty(this, "isChange", void 0);
|
|
65
63
|
_defineProperty(this, "renderClient", function (record) {
|
|
66
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.renderClient(record), _this.expressCode.renderClient(record), _this.interceptSenderMobile.renderClient(record), _this.interceptType.renderClient(record), _this.interceptAddress.renderClient(record), _this.interceptLogisticsStatus.renderClient(record), _this.interceptApiStatus.renderClient(record), _this.interceptApiStatusReason.renderClient(record), _this.interceptSnapshot.renderClient(record), _this.interceptState.renderClient(record)
|
|
64
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.renderClient(record), _this.expressCode.renderClient(record), _this.interceptSenderMobile.renderClient(record), _this.interceptType.renderClient(record), _this.interceptAddress.renderClient(record), _this.interceptLogisticsStatus.renderClient(record), _this.interceptApiStatus.renderClient(record), _this.interceptApiStatusReason.renderClient(record), _this.interceptSnapshot.renderClient(record), _this.interceptState.renderClient(record));
|
|
67
65
|
});
|
|
68
66
|
_defineProperty(this, "renderLog", function (record) {
|
|
69
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, !isNull(_this.
|
|
67
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, !isNull(_this.express.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.name, ": ", _this.express.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.expressCode.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.expressCode.name, ": ", _this.expressCode.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptSenderMobile.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptSenderMobile.name, ":", " ", _this.interceptSenderMobile.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptType.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptType.name, ": ", _this.interceptType.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptAddress.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptAddress.name, ":", " ", _this.interceptAddress.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptLogisticsStatus.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptLogisticsStatus.name, ":", " ", _this.interceptLogisticsStatus.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptApiStatus.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptApiStatus.name, ":", " ", _this.interceptApiStatus.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptApiStatusReason.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptApiStatusReason.name, ":", " ", _this.interceptApiStatusReason.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptSnapshot.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptSnapshot.name, ":", " ", _this.interceptSnapshot.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptState.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptState.name, ":", " ", _this.interceptState.renderLog(record))));
|
|
70
68
|
});
|
|
71
69
|
_defineProperty(this, "getComponentValue", function (r) {
|
|
72
70
|
return {
|
|
@@ -79,8 +77,7 @@ function Logistics(options) {
|
|
|
79
77
|
interceptRedirectTo: _this.interceptAddress.getComponentValue(r),
|
|
80
78
|
interceptSnapshot: _this.interceptSnapshot.getComponentValue(r),
|
|
81
79
|
interceptState: _this.interceptState.getComponentValue(r),
|
|
82
|
-
interceptApiStatusReason: _this.interceptApiStatusReason.getComponentValue(r)
|
|
83
|
-
interceptLogisticsCustomerCode: _this.interceptLogisticsCustomerCode.getComponentValue(r)
|
|
80
|
+
interceptApiStatusReason: _this.interceptApiStatusReason.getComponentValue(r)
|
|
84
81
|
// interceptLogisticsUserKCode:
|
|
85
82
|
// this.interceptLogisticsUserKCode.getComponentValue(r),
|
|
86
83
|
// interceptLogisticsUserSecretKey:
|
|
@@ -136,7 +133,7 @@ function Logistics(options) {
|
|
|
136
133
|
subKey: "interceptCompany"
|
|
137
134
|
})), _this.expressCode.filterConfig(_objectSpread(_objectSpread({}, item), {}, {
|
|
138
135
|
subKey: "interceptCode"
|
|
139
|
-
})), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptApiStatus.filterConfig(item), _this.interceptApiStatusReason.filterConfig(item), _this.interceptType.filterConfig(item), _this.interceptSnapshot.filterConfig(item), _this.interceptState.filterConfig(item)
|
|
136
|
+
})), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptApiStatus.filterConfig(item), _this.interceptApiStatusReason.filterConfig(item), _this.interceptType.filterConfig(item), _this.interceptSnapshot.filterConfig(item), _this.interceptState.filterConfig(item)
|
|
140
137
|
// this.interceptLogisticsUserKCode.filterConfig(item),
|
|
141
138
|
// this.interceptLogisticsUserSecretKey.filterConfig(item),
|
|
142
139
|
];
|
|
@@ -162,7 +159,6 @@ function Logistics(options) {
|
|
|
162
159
|
this.interceptSnapshot = new InterceptSnapshot(options);
|
|
163
160
|
this.interceptState = new InterceptState(options);
|
|
164
161
|
this.interceptApiStatusReason = new InterceptApiStatusReason(options);
|
|
165
|
-
this.interceptLogisticsCustomerCode = new InterceptLogisticsCustomerCode(options);
|
|
166
162
|
// this.interceptLogisticsUserSecretKey = new InterceptLogisticsUserSecretKey(
|
|
167
163
|
// options,
|
|
168
164
|
// );
|
|
@@ -179,7 +175,7 @@ function Logistics(options) {
|
|
|
179
175
|
this.canSort = false;
|
|
180
176
|
this.dataType = "object";
|
|
181
177
|
this.isChange = false;
|
|
182
|
-
this.children = [this.express, this.expressCode, this.interceptType, this.interceptAddress, this.interceptLogisticsStatus, this.interceptApiStatus, this.interceptApiStatusReason, this.interceptSnapshot, this.interceptState
|
|
178
|
+
this.children = [this.express, this.expressCode, this.interceptType, this.interceptAddress, this.interceptLogisticsStatus, this.interceptApiStatus, this.interceptApiStatusReason, this.interceptSnapshot, this.interceptState
|
|
183
179
|
// this.interceptLogisticsUserKCode,
|
|
184
180
|
// this.interceptLogisticsUserSecretKey,
|
|
185
181
|
];
|
|
@@ -190,10 +186,7 @@ function Logistics(options) {
|
|
|
190
186
|
if ((_this$componentConfig5 = _this.componentConfig) !== null && _this$componentConfig5 !== void 0 && _this$componentConfig5.required && (!(value !== null && value !== void 0 && value.interceptCompany) || !value.interceptCode)) {
|
|
191
187
|
return Promise.reject(new Error("请填写物流信息"));
|
|
192
188
|
}
|
|
193
|
-
if (
|
|
194
|
-
return Promise.reject(new Error("请选择客户编码"));
|
|
195
|
-
}
|
|
196
|
-
if ((_this$componentConfig6 = _this.componentConfig) !== null && _this$componentConfig6 !== void 0 && _this$componentConfig6.required && !isJdLogisticsCompany(value === null || value === void 0 ? void 0 : value.interceptCompany) && !(value !== null && value !== void 0 && value.interceptType)) {
|
|
189
|
+
if ((_this$componentConfig6 = _this.componentConfig) !== null && _this$componentConfig6 !== void 0 && _this$componentConfig6.required && !(value !== null && value !== void 0 && value.interceptType)) {
|
|
197
190
|
return Promise.reject(new Error("请选择拦截类型"));
|
|
198
191
|
}
|
|
199
192
|
var showAddress = _this.expressInterceptData.getShowNewAddressMap()["".concat(value === null || value === void 0 ? void 0 : value.interceptType)];
|
|
@@ -9,7 +9,6 @@ import InterceptStatus from "./InterceptStatus";
|
|
|
9
9
|
import InterceptCode from "./interceptCode";
|
|
10
10
|
import InterceptApiStatus from "./InterceptApiStatus";
|
|
11
11
|
import Express from "./interceptCompany";
|
|
12
|
-
import InterceptLogisticsCustomerCode from "./interceptLogisticsCustomerCode";
|
|
13
12
|
declare class Logistics implements ComponentInterface {
|
|
14
13
|
name: string;
|
|
15
14
|
columnHeader: string | JSX.Element;
|
|
@@ -24,7 +23,6 @@ declare class Logistics implements ComponentInterface {
|
|
|
24
23
|
interceptApiStatus: InterceptApiStatus;
|
|
25
24
|
interceptSenderMobile: InterceptSenderMobile;
|
|
26
25
|
interceptSnapshot: InterceptSnapshot;
|
|
27
|
-
interceptLogisticsCustomerCode: InterceptLogisticsCustomerCode;
|
|
28
26
|
isCombinationComponent: boolean;
|
|
29
27
|
formField: string;
|
|
30
28
|
canSort: boolean;
|
|
@@ -11,7 +11,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
11
11
|
import React from "react";
|
|
12
12
|
import { Space } from "antd";
|
|
13
13
|
import { LogisticsMoreInterception } from "@kmkf-fe-packages/basic-components";
|
|
14
|
-
import { ExpressData, ExpressInterceptData, LogisticsAddressData, isNull, AddressData
|
|
14
|
+
import { ExpressData, ExpressInterceptData, LogisticsAddressData, isNull, AddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
15
15
|
import ItemView from "../../commonComponents/ItemView";
|
|
16
16
|
import GetFormItem from "../GetFormItem";
|
|
17
17
|
import InterceptSenderMobile from "./interceptSenderMobile";
|
|
@@ -25,7 +25,6 @@ import Express from "./interceptCompany";
|
|
|
25
25
|
import ColumnHeader from "./columnHeader";
|
|
26
26
|
import QueryLogisticsTrack from "../../commonComponents/QueryLogisticsTrack";
|
|
27
27
|
import CopyText from "../../commonComponents/CopyText";
|
|
28
|
-
import InterceptLogisticsCustomerCode from "./interceptLogisticsCustomerCode";
|
|
29
28
|
// import InterceptLogisticsUserKCode from "./interceptLogisticsUserKCode";
|
|
30
29
|
// import InterceptLogisticsUserSecretKey from "./interceptLogisticsUserSecretKey";
|
|
31
30
|
var Logistics = /*#__PURE__*/_createClass(
|
|
@@ -50,7 +49,6 @@ function Logistics(options) {
|
|
|
50
49
|
_defineProperty(this, "interceptApiStatus", void 0);
|
|
51
50
|
_defineProperty(this, "interceptSenderMobile", void 0);
|
|
52
51
|
_defineProperty(this, "interceptSnapshot", void 0);
|
|
53
|
-
_defineProperty(this, "interceptLogisticsCustomerCode", void 0);
|
|
54
52
|
_defineProperty(this, "isCombinationComponent", void 0);
|
|
55
53
|
_defineProperty(this, "formField", void 0);
|
|
56
54
|
_defineProperty(this, "canSort", void 0);
|
|
@@ -77,7 +75,7 @@ function Logistics(options) {
|
|
|
77
75
|
text: item.interceptCode
|
|
78
76
|
})) : null, (_item$interceptAddres = item.interceptAddress) !== null && _item$interceptAddres !== void 0 && _item$interceptAddres.length || item.interceptDetail || item.interceptReceiverName || item.interceptReceiverMobile ? /*#__PURE__*/React.createElement("div", null, "\u6D3E\u4EF6\u4FE1\u606F\uFF1A", /*#__PURE__*/React.createElement(CopyText, {
|
|
79
77
|
text: "".concat(addressText, "\n ").concat(item.interceptDetail, " ").concat(item.interceptReceiverName, "\n ").concat(item.interceptReceiverMobile)
|
|
80
|
-
})) : null, item.interceptType ? /*#__PURE__*/React.createElement("div", null, "\u62E6\u622A\u7C7B\u578B\uFF1A", _this.expressInterceptInstance.getTypeNameMap()[item.interceptType]) : null, item.
|
|
78
|
+
})) : null, item.interceptType ? /*#__PURE__*/React.createElement("div", null, "\u62E6\u622A\u7C7B\u578B\uFF1A", _this.expressInterceptInstance.getTypeNameMap()[item.interceptType]) : null, item.interceptLogisticsStatus ? /*#__PURE__*/React.createElement("div", null, "\u7269\u6D41\u72B6\u6001\uFF1A", (_this$expressIntercep = _this.expressInterceptInstance.getStatusNameMap()) === null || _this$expressIntercep === void 0 ? void 0 : _this$expressIntercep[item.interceptLogisticsStatus], /*#__PURE__*/React.createElement(QueryLogisticsTrack, {
|
|
81
79
|
modelWidth: 500,
|
|
82
80
|
interceptCompany: item.interceptCompany,
|
|
83
81
|
interceptCode: item.interceptCode,
|
|
@@ -130,7 +128,7 @@ function Logistics(options) {
|
|
|
130
128
|
subKey: "logisticsInterceptCompanyList"
|
|
131
129
|
})), _this.expressCode.filterConfig(_objectSpread(_objectSpread({}, item), {}, {
|
|
132
130
|
subKey: "logisticsInterceptCodeList"
|
|
133
|
-
})), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptApiStatus.filterConfig(item), _this.interceptType.filterConfig(item), _this.interceptSnapshot.filterConfig(item)
|
|
131
|
+
})), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptApiStatus.filterConfig(item), _this.interceptType.filterConfig(item), _this.interceptSnapshot.filterConfig(item)];
|
|
134
132
|
});
|
|
135
133
|
this.name = options.name;
|
|
136
134
|
this.columnHeader = /*#__PURE__*/React.createElement(ColumnHeader, {
|
|
@@ -152,7 +150,6 @@ function Logistics(options) {
|
|
|
152
150
|
this.interceptApiStatus = new InterceptApiStatus(options);
|
|
153
151
|
this.interceptSenderMobile = new InterceptSenderMobile(options);
|
|
154
152
|
this.interceptSnapshot = new InterceptSnapshot(options);
|
|
155
|
-
this.interceptLogisticsCustomerCode = new InterceptLogisticsCustomerCode(options);
|
|
156
153
|
// this.interceptLogisticsUserKCode = new InterceptLogisticsUserKCode(options);
|
|
157
154
|
// this.interceptLogisticsUserSecretKey = new InterceptLogisticsUserSecretKey(
|
|
158
155
|
// options
|
|
@@ -168,7 +165,7 @@ function Logistics(options) {
|
|
|
168
165
|
this.isCombinationComponent = true;
|
|
169
166
|
this.canSort = false;
|
|
170
167
|
this.dataType = "object";
|
|
171
|
-
this.children = [this.express, this.expressCode, this.interceptType, this.interceptAddress, this.interceptLogisticsStatus, this.interceptApiStatus, this.interceptSnapshot
|
|
168
|
+
this.children = [this.express, this.expressCode, this.interceptType, this.interceptAddress, this.interceptLogisticsStatus, this.interceptApiStatus, this.interceptSnapshot
|
|
172
169
|
// this.interceptLogisticsUserKCode,
|
|
173
170
|
// this.interceptLogisticsUserSecretKey,
|
|
174
171
|
];
|
|
@@ -182,7 +179,7 @@ function Logistics(options) {
|
|
|
182
179
|
return Promise.reject(new Error("请填写物流信息"));
|
|
183
180
|
}
|
|
184
181
|
if (value.some(function (t) {
|
|
185
|
-
return !
|
|
182
|
+
return !(t !== null && t !== void 0 && t.interceptType);
|
|
186
183
|
})) {
|
|
187
184
|
return Promise.reject(new Error("请选择拦截类型"));
|
|
188
185
|
}
|
|
@@ -223,17 +220,6 @@ function Logistics(options) {
|
|
|
223
220
|
return Promise.resolve();
|
|
224
221
|
}
|
|
225
222
|
}] : [];
|
|
226
|
-
this.rules.unshift({
|
|
227
|
-
validator: function validator(_) {
|
|
228
|
-
var value = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
|
229
|
-
if (value.some(function (item) {
|
|
230
|
-
return isJdLogisticsCompany(item === null || item === void 0 ? void 0 : item.interceptCompany) && !(item !== null && item !== void 0 && item.interceptLogisticsCustomerCode);
|
|
231
|
-
})) {
|
|
232
|
-
return Promise.reject(new Error("请选择客户编码"));
|
|
233
|
-
}
|
|
234
|
-
return Promise.resolve();
|
|
235
|
-
}
|
|
236
|
-
});
|
|
237
223
|
this.addressDateInstance = AddressData.getInstance();
|
|
238
224
|
});
|
|
239
225
|
export default Logistics;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.10.18
|
|
3
|
+
"version": "2.10.18",
|
|
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.10.18
|
|
25
|
-
"@kmkf-fe-packages/kmkf-utils": "2.10.18
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.10.18",
|
|
25
|
+
"@kmkf-fe-packages/kmkf-utils": "2.10.18",
|
|
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": "
|
|
44
|
+
"gitHead": "d7783cafaa84b93e5f6a84605a6cef1f8d3945b7",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { ALignType, ColumnConfig, ComponentInterface, PickOption, Record } from "../../type";
|
|
2
|
-
import React from "react";
|
|
3
|
-
declare class InterceptLogisticsCustomerCode implements ComponentInterface {
|
|
4
|
-
name: string;
|
|
5
|
-
id: string;
|
|
6
|
-
sortField: string;
|
|
7
|
-
type: string;
|
|
8
|
-
rules: any[];
|
|
9
|
-
componentConfig: ComponentInterface["componentConfig"];
|
|
10
|
-
effects: ComponentInterface["effects"];
|
|
11
|
-
align: ALignType;
|
|
12
|
-
width: number;
|
|
13
|
-
isCombinationComponent: boolean;
|
|
14
|
-
formField: string;
|
|
15
|
-
canSort: boolean;
|
|
16
|
-
children: ComponentInterface[];
|
|
17
|
-
dataType: ComponentInterface["dataType"];
|
|
18
|
-
options: ComponentInterface["options"];
|
|
19
|
-
constructor(options: PickOption);
|
|
20
|
-
getComponentValue: (record: Record) => any;
|
|
21
|
-
renderClient: (record: Record) => React.JSX.Element | null;
|
|
22
|
-
renderPc: (_value: any, record: Record) => any;
|
|
23
|
-
renderLog: (record: Record) => any;
|
|
24
|
-
renderExport: (_value: any, record: Record) => any;
|
|
25
|
-
editRender: () => null;
|
|
26
|
-
filterConfig: (item: ColumnConfig) => {
|
|
27
|
-
searchDefaultConditions: "in";
|
|
28
|
-
type: string;
|
|
29
|
-
id: string;
|
|
30
|
-
name: string;
|
|
31
|
-
filterComponentType: "MultipleSelect";
|
|
32
|
-
props: {
|
|
33
|
-
options: any[];
|
|
34
|
-
};
|
|
35
|
-
formatFilterValue: (value: string[]) => string[];
|
|
36
|
-
filterFn: (value: string[]) => (record: Record) => boolean;
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
export default InterceptLogisticsCustomerCode;
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
|
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
7
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
|
-
import React from "react";
|
|
9
|
-
import ItemView from "../../commonComponents/ItemView";
|
|
10
|
-
import { filterFn as _filterFn, isNull, LogisticsAddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
11
|
-
import { SYMBOL } from "../../constant";
|
|
12
|
-
var InterceptLogisticsCustomerCode = /*#__PURE__*/_createClass(function InterceptLogisticsCustomerCode(options) {
|
|
13
|
-
var _this = this;
|
|
14
|
-
_classCallCheck(this, InterceptLogisticsCustomerCode);
|
|
15
|
-
_defineProperty(this, "name", void 0);
|
|
16
|
-
_defineProperty(this, "id", void 0);
|
|
17
|
-
_defineProperty(this, "sortField", void 0);
|
|
18
|
-
_defineProperty(this, "type", void 0);
|
|
19
|
-
_defineProperty(this, "rules", void 0);
|
|
20
|
-
_defineProperty(this, "componentConfig", void 0);
|
|
21
|
-
_defineProperty(this, "effects", void 0);
|
|
22
|
-
_defineProperty(this, "align", void 0);
|
|
23
|
-
_defineProperty(this, "width", void 0);
|
|
24
|
-
_defineProperty(this, "isCombinationComponent", void 0);
|
|
25
|
-
_defineProperty(this, "formField", void 0);
|
|
26
|
-
_defineProperty(this, "canSort", void 0);
|
|
27
|
-
_defineProperty(this, "children", void 0);
|
|
28
|
-
_defineProperty(this, "dataType", void 0);
|
|
29
|
-
_defineProperty(this, "options", void 0);
|
|
30
|
-
_defineProperty(this, "getComponentValue", function (record) {
|
|
31
|
-
return record === null || record === void 0 ? void 0 : record[_this.id];
|
|
32
|
-
});
|
|
33
|
-
_defineProperty(this, "renderClient", function (record) {
|
|
34
|
-
return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
|
|
35
|
-
id: _this.id,
|
|
36
|
-
label: _this.name,
|
|
37
|
-
value: record[_this.id]
|
|
38
|
-
}) : null;
|
|
39
|
-
});
|
|
40
|
-
_defineProperty(this, "renderPc", function (_value, record) {
|
|
41
|
-
var _record$_this$id;
|
|
42
|
-
return (_record$_this$id = record === null || record === void 0 ? void 0 : record[_this.id]) !== null && _record$_this$id !== void 0 ? _record$_this$id : "--";
|
|
43
|
-
});
|
|
44
|
-
_defineProperty(this, "renderLog", function (record) {
|
|
45
|
-
return isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? null : record[_this.id];
|
|
46
|
-
});
|
|
47
|
-
_defineProperty(this, "renderExport", function (_value, record) {
|
|
48
|
-
var _record$_this$id2;
|
|
49
|
-
return (_record$_this$id2 = record === null || record === void 0 ? void 0 : record[_this.id]) !== null && _record$_this$id2 !== void 0 ? _record$_this$id2 : "--";
|
|
50
|
-
});
|
|
51
|
-
_defineProperty(this, "editRender", function () {
|
|
52
|
-
return null;
|
|
53
|
-
});
|
|
54
|
-
_defineProperty(this, "filterConfig", function (item) {
|
|
55
|
-
return {
|
|
56
|
-
searchDefaultConditions: SYMBOL.in,
|
|
57
|
-
type: item.type,
|
|
58
|
-
id: "".concat(item.id, "_interceptLogisticsCustomerCode"),
|
|
59
|
-
name: "".concat(item.name, "-\u5BA2\u6237\u7F16\u7801"),
|
|
60
|
-
filterComponentType: "MultipleSelect",
|
|
61
|
-
props: {
|
|
62
|
-
options: _this.options || []
|
|
63
|
-
},
|
|
64
|
-
formatFilterValue: function formatFilterValue(value) {
|
|
65
|
-
var _value$map;
|
|
66
|
-
return value === null || value === void 0 ? void 0 : (_value$map = value.map(function (item) {
|
|
67
|
-
return item === null || item === void 0 ? void 0 : item.split(",");
|
|
68
|
-
})) === null || _value$map === void 0 ? void 0 : _value$map.flat();
|
|
69
|
-
},
|
|
70
|
-
filterFn: function filterFn(value) {
|
|
71
|
-
return function (record) {
|
|
72
|
-
var _value$map2, _value$map2$flat;
|
|
73
|
-
return value === null || value === void 0 ? void 0 : (_value$map2 = value.map(function (item) {
|
|
74
|
-
return item === null || item === void 0 ? void 0 : item.split(",");
|
|
75
|
-
})) === null || _value$map2 === void 0 ? void 0 : (_value$map2$flat = _value$map2.flat()) === null || _value$map2$flat === void 0 ? void 0 : _value$map2$flat.includes(_filterFn.filterTableListItemColumnValue(record, item.id, "interceptLogisticsCustomerCode"));
|
|
76
|
-
};
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
});
|
|
80
|
-
this.name = "客户编码";
|
|
81
|
-
this.id = "".concat(options.id, "_interceptLogisticsCustomerCode");
|
|
82
|
-
this.sortField = this.id;
|
|
83
|
-
this.formField = this.id;
|
|
84
|
-
this.type = options.type;
|
|
85
|
-
this.componentConfig = options.componentConfig;
|
|
86
|
-
this.rules = [];
|
|
87
|
-
this.align = "left";
|
|
88
|
-
this.width = 220;
|
|
89
|
-
this.isCombinationComponent = false;
|
|
90
|
-
this.canSort = true;
|
|
91
|
-
this.children = [];
|
|
92
|
-
this.effects = options === null || options === void 0 ? void 0 : options.effects;
|
|
93
|
-
this.dataType = "string";
|
|
94
|
-
this.options = (LogisticsAddressData.getInstance().getAddressData() || []).filter(function (item) {
|
|
95
|
-
return item.cpCode === "JD" && item.customerCode;
|
|
96
|
-
}).map(function (item) {
|
|
97
|
-
return {
|
|
98
|
-
label: item.remark ? "".concat(item.customerCode, "\uFF08").concat(item.remark, "\uFF09") : item.customerCode,
|
|
99
|
-
value: item.customerCode
|
|
100
|
-
};
|
|
101
|
-
});
|
|
102
|
-
});
|
|
103
|
-
export default InterceptLogisticsCustomerCode;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { ALignType, ColumnConfig, ComponentInterface, PickOption, Record } from "../../type";
|
|
2
|
-
declare class InterceptLogisticsCustomerCode implements ComponentInterface {
|
|
3
|
-
name: string;
|
|
4
|
-
id: string;
|
|
5
|
-
sortField: string;
|
|
6
|
-
type: string;
|
|
7
|
-
rules: any[];
|
|
8
|
-
componentConfig: ComponentInterface["componentConfig"];
|
|
9
|
-
effects: ComponentInterface["effects"];
|
|
10
|
-
align: ALignType;
|
|
11
|
-
width: number;
|
|
12
|
-
isCombinationComponent: boolean;
|
|
13
|
-
formField: string;
|
|
14
|
-
canSort: boolean;
|
|
15
|
-
children: ComponentInterface[];
|
|
16
|
-
dataType: ComponentInterface["dataType"];
|
|
17
|
-
options: ComponentInterface["options"];
|
|
18
|
-
constructor(options: PickOption);
|
|
19
|
-
getComponentValue: (record: Record) => any;
|
|
20
|
-
renderCustomerCodes: (record: Record) => any;
|
|
21
|
-
renderClient: () => null;
|
|
22
|
-
renderPc: (_value: any, record: Record) => any;
|
|
23
|
-
renderLog: () => null;
|
|
24
|
-
renderExport: (_value: any, record: Record) => any;
|
|
25
|
-
editRender: () => null;
|
|
26
|
-
filterConfig: (item: ColumnConfig) => {
|
|
27
|
-
searchDefaultConditions: "in";
|
|
28
|
-
type: string;
|
|
29
|
-
id: string;
|
|
30
|
-
name: string;
|
|
31
|
-
filterComponentType: "MultipleSelect";
|
|
32
|
-
props: {
|
|
33
|
-
options: any[];
|
|
34
|
-
};
|
|
35
|
-
formatFilterValue: (value: string[]) => string[];
|
|
36
|
-
filterFn: (value: string[]) => (record: Record) => boolean;
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
export default InterceptLogisticsCustomerCode;
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
|
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
7
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
|
-
import React from "react";
|
|
9
|
-
import { filterFn as _filterFn, LogisticsAddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
10
|
-
import { SYMBOL } from "../../constant";
|
|
11
|
-
var InterceptLogisticsCustomerCode = /*#__PURE__*/_createClass(function InterceptLogisticsCustomerCode(options) {
|
|
12
|
-
var _this = this;
|
|
13
|
-
_classCallCheck(this, InterceptLogisticsCustomerCode);
|
|
14
|
-
_defineProperty(this, "name", void 0);
|
|
15
|
-
_defineProperty(this, "id", void 0);
|
|
16
|
-
_defineProperty(this, "sortField", void 0);
|
|
17
|
-
_defineProperty(this, "type", void 0);
|
|
18
|
-
_defineProperty(this, "rules", void 0);
|
|
19
|
-
_defineProperty(this, "componentConfig", void 0);
|
|
20
|
-
_defineProperty(this, "effects", void 0);
|
|
21
|
-
_defineProperty(this, "align", void 0);
|
|
22
|
-
_defineProperty(this, "width", void 0);
|
|
23
|
-
_defineProperty(this, "isCombinationComponent", void 0);
|
|
24
|
-
_defineProperty(this, "formField", void 0);
|
|
25
|
-
_defineProperty(this, "canSort", void 0);
|
|
26
|
-
_defineProperty(this, "children", void 0);
|
|
27
|
-
_defineProperty(this, "dataType", void 0);
|
|
28
|
-
_defineProperty(this, "options", void 0);
|
|
29
|
-
_defineProperty(this, "getComponentValue", function (record) {
|
|
30
|
-
return ((record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_logisticsInterceptList")]) || []).map(function (item) {
|
|
31
|
-
return item === null || item === void 0 ? void 0 : item.interceptLogisticsCustomerCode;
|
|
32
|
-
}).filter(Boolean).join(",");
|
|
33
|
-
});
|
|
34
|
-
_defineProperty(this, "renderCustomerCodes", function (record) {
|
|
35
|
-
var list = (record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_logisticsInterceptList")]) || [];
|
|
36
|
-
return list.map(function (item, index) {
|
|
37
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
38
|
-
key: "".concat((item === null || item === void 0 ? void 0 : item.interceptCode) || "customer-code", "-").concat(index)
|
|
39
|
-
}, "\u5305\u88F9".concat(index + 1, ":"), (item === null || item === void 0 ? void 0 : item.interceptLogisticsCustomerCode) || "--");
|
|
40
|
-
});
|
|
41
|
-
});
|
|
42
|
-
_defineProperty(this, "renderClient", function () {
|
|
43
|
-
return null;
|
|
44
|
-
});
|
|
45
|
-
_defineProperty(this, "renderPc", function (_value, record) {
|
|
46
|
-
return _this.renderCustomerCodes(record);
|
|
47
|
-
});
|
|
48
|
-
_defineProperty(this, "renderLog", function () {
|
|
49
|
-
return null;
|
|
50
|
-
});
|
|
51
|
-
_defineProperty(this, "renderExport", function (_value, record) {
|
|
52
|
-
return _this.getComponentValue(record) || "--";
|
|
53
|
-
});
|
|
54
|
-
_defineProperty(this, "editRender", function () {
|
|
55
|
-
return null;
|
|
56
|
-
});
|
|
57
|
-
_defineProperty(this, "filterConfig", function (item) {
|
|
58
|
-
return {
|
|
59
|
-
searchDefaultConditions: SYMBOL.in,
|
|
60
|
-
type: item.type,
|
|
61
|
-
id: "".concat(item.id, "_logisticsInterceptCustomerCodeList"),
|
|
62
|
-
name: "".concat(item.name, "-\u5BA2\u6237\u7F16\u7801"),
|
|
63
|
-
filterComponentType: "MultipleSelect",
|
|
64
|
-
props: {
|
|
65
|
-
options: _this.options || []
|
|
66
|
-
},
|
|
67
|
-
formatFilterValue: function formatFilterValue(value) {
|
|
68
|
-
var _value$map;
|
|
69
|
-
return value === null || value === void 0 ? void 0 : (_value$map = value.map(function (option) {
|
|
70
|
-
return option === null || option === void 0 ? void 0 : option.split(",");
|
|
71
|
-
})) === null || _value$map === void 0 ? void 0 : _value$map.flat();
|
|
72
|
-
},
|
|
73
|
-
filterFn: function filterFn(value) {
|
|
74
|
-
return function (record) {
|
|
75
|
-
var _value$map2, _value$map2$flat;
|
|
76
|
-
return value === null || value === void 0 ? void 0 : (_value$map2 = value.map(function (option) {
|
|
77
|
-
return option === null || option === void 0 ? void 0 : option.split(",");
|
|
78
|
-
})) === null || _value$map2 === void 0 ? void 0 : (_value$map2$flat = _value$map2.flat()) === null || _value$map2$flat === void 0 ? void 0 : _value$map2$flat.some(function (customerCode) {
|
|
79
|
-
return "".concat(_filterFn.filterTableListItemColumnValue(record, item.id, "logisticsInterceptCustomerCodeList")).split(",").includes(customerCode);
|
|
80
|
-
});
|
|
81
|
-
};
|
|
82
|
-
}
|
|
83
|
-
};
|
|
84
|
-
});
|
|
85
|
-
this.name = "客户编码";
|
|
86
|
-
this.id = options.id;
|
|
87
|
-
this.sortField = "".concat(options.id, "_logisticsInterceptCustomerCodeList");
|
|
88
|
-
this.formField = this.sortField;
|
|
89
|
-
this.type = options.type;
|
|
90
|
-
this.componentConfig = options.componentConfig;
|
|
91
|
-
this.rules = [];
|
|
92
|
-
this.align = "left";
|
|
93
|
-
this.width = 220;
|
|
94
|
-
this.isCombinationComponent = false;
|
|
95
|
-
this.canSort = true;
|
|
96
|
-
this.children = [];
|
|
97
|
-
this.effects = options === null || options === void 0 ? void 0 : options.effects;
|
|
98
|
-
this.dataType = "string";
|
|
99
|
-
this.options = (LogisticsAddressData.getInstance().getAddressData() || []).filter(function (item) {
|
|
100
|
-
return item.cpCode === "JD" && item.customerCode;
|
|
101
|
-
}).map(function (item) {
|
|
102
|
-
return {
|
|
103
|
-
label: item.remark ? "".concat(item.customerCode, "\uFF08").concat(item.remark, "\uFF09") : item.customerCode,
|
|
104
|
-
value: item.customerCode
|
|
105
|
-
};
|
|
106
|
-
});
|
|
107
|
-
});
|
|
108
|
-
export default InterceptLogisticsCustomerCode;
|