@kmkf-fe-packages/services-components 0.12.0-alpha.2 → 0.12.0-alpha.3
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/OperationLog/index.js +1 -0
- package/dist/esm/components/Common/index.js +1 -4
- package/dist/esm/components/CommonMultiStatus/index.js +0 -22
- package/dist/esm/components/Input/index.js +3 -0
- package/dist/esm/factory.d.ts +2 -2
- package/dist/esm/factory.js +5 -8
- package/package.json +4 -4
|
@@ -270,9 +270,6 @@ export var CommonOrderContent = function CommonOrderContent(_ref8) {
|
|
|
270
270
|
var color = ((_options$find = options.find(function (item) {
|
|
271
271
|
return item[valueKey] === failValue;
|
|
272
272
|
})) === null || _options$find === void 0 ? void 0 : _options$find.color) || '#000';
|
|
273
|
-
var currentOption = options.find(function (option) {
|
|
274
|
-
return item[valueKey] === option.value;
|
|
275
|
-
});
|
|
276
273
|
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Space, null, /*#__PURE__*/React.createElement(Popover, {
|
|
277
274
|
content: orderContent(item, index),
|
|
278
275
|
overlayStyle: {
|
|
@@ -288,7 +285,7 @@ export var CommonOrderContent = function CommonOrderContent(_ref8) {
|
|
|
288
285
|
style: {
|
|
289
286
|
color: color
|
|
290
287
|
}
|
|
291
|
-
},
|
|
288
|
+
}, (item === null || item === void 0 ? void 0 : item[valueKey]) || '')), item.reason && (item === null || item === void 0 ? void 0 : item[valueKey]) !== "成功" && /*#__PURE__*/React.createElement("div", {
|
|
292
289
|
className: "c-red"
|
|
293
290
|
}, item.reason));
|
|
294
291
|
}) : null;
|
|
@@ -52,28 +52,6 @@ var typeMap = {
|
|
|
52
52
|
valueKey: 'status',
|
|
53
53
|
idKey: 'systemOrderId',
|
|
54
54
|
failValue: '失败'
|
|
55
|
-
},
|
|
56
|
-
WAREHOUSING_STATUS: {
|
|
57
|
-
options: [{
|
|
58
|
-
value: 2,
|
|
59
|
-
label: '已入库',
|
|
60
|
-
color: '#52c41a'
|
|
61
|
-
}, {
|
|
62
|
-
value: 1,
|
|
63
|
-
label: '部分入库',
|
|
64
|
-
color: '#e7780f'
|
|
65
|
-
}, {
|
|
66
|
-
value: 0,
|
|
67
|
-
label: '未入库',
|
|
68
|
-
color: '#ff4d4f'
|
|
69
|
-
}],
|
|
70
|
-
key: 'inStockStatusList',
|
|
71
|
-
code: 'inStockStatusItemList',
|
|
72
|
-
name: '退货入库状态',
|
|
73
|
-
type: 2,
|
|
74
|
-
valueKey: 'status',
|
|
75
|
-
idKey: 'systemOrderId',
|
|
76
|
-
failValue: '失败'
|
|
77
55
|
}
|
|
78
56
|
};
|
|
79
57
|
var CommonMultiStatus = /*#__PURE__*/_createClass(function CommonMultiStatus(options) {
|
|
@@ -109,6 +109,9 @@ var BasicInput = /*#__PURE__*/_createClass(function BasicInput(options) {
|
|
|
109
109
|
var _this$componentConfig9;
|
|
110
110
|
return (((_this$componentConfig9 = _this.componentConfig) === null || _this$componentConfig9 === void 0 ? void 0 : _this$componentConfig9.selectRules) || []).includes(item.id);
|
|
111
111
|
});
|
|
112
|
+
if (!rulesList.length) {
|
|
113
|
+
return Promise.resolve();
|
|
114
|
+
}
|
|
112
115
|
var hasRule = rulesList.some(function (item) {
|
|
113
116
|
var reg = new RegExp(item.value);
|
|
114
117
|
return reg.test(value);
|
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, FlowMarkSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods } from './index';
|
|
1
|
+
import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, CommonDataTime, TradeId, ShopName, ErpTradeId, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, FlowMarkSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonTradeId, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods } from './index';
|
|
2
2
|
import { PickOption } from './type';
|
|
3
|
-
export declare const factory: (type: string, options: PickOption) => BsExchange | BsLogistics | BsReissue |
|
|
3
|
+
export declare const factory: (type: string, options: PickOption) => BsExchange | BsLogistics | BsReissue | BsSystemOrder | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicFile | BasicPosting | CommonDataTime | TradeId | ErpTradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstLogistics | JstItemSelect | JstSendGood | JstSupply | BsGoods | BsReturn | FlowStatusSelect | FlowMarkSelect | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsTrajectory | PlatForm | ShopInput | Submitter | Handler | CompletedUser | FlowWorkOrderId | StatusSelect | CommonTradeId | Calculation | CommonSystemOrder | CommonMultiStatus | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods;
|
package/dist/esm/factory.js
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, CommonDataTime, TradeId, ShopName, ErpTradeId, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, FlowMarkSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect,
|
|
2
|
-
// CommonTradeId,
|
|
3
|
-
CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods } from "./index";
|
|
1
|
+
import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, CommonDataTime, TradeId, ShopName, ErpTradeId, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, FlowMarkSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonTradeId, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods } from "./index";
|
|
4
2
|
export var factory = function factory(type, options) {
|
|
5
3
|
var _options$componentCon;
|
|
6
4
|
switch (type) {
|
|
@@ -132,9 +130,9 @@ export var factory = function factory(type, options) {
|
|
|
132
130
|
return new BsReissue(options);
|
|
133
131
|
case 'BS_RETURN_GOODS':
|
|
134
132
|
return new BsReturn(options);
|
|
133
|
+
// case 'REISSUE_TRADE_ID':
|
|
135
134
|
case 'BS_DELIVERY_NO':
|
|
136
135
|
case 'RETURN_GOODS_TRADE_ID':
|
|
137
|
-
case 'REISSUE_TRADE_ID':
|
|
138
136
|
case 'EXCHANGE_TRADE_ID':
|
|
139
137
|
return new CommonSystemOrder(options);
|
|
140
138
|
case 'BS_LOGISTICS':
|
|
@@ -151,11 +149,10 @@ export var factory = function factory(type, options) {
|
|
|
151
149
|
return new StatusSelect(options);
|
|
152
150
|
case 'RETURN_GOODS_STATUS':
|
|
153
151
|
case 'EXCHANGE_STATUS':
|
|
154
|
-
case 'WAREHOUSING_STATUS':
|
|
155
152
|
return new CommonMultiStatus(options);
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
153
|
+
case 'REISSUE_TRADE_ID':
|
|
154
|
+
// case 'EXCHANGE_TRADE_ID':
|
|
155
|
+
return new CommonTradeId(options);
|
|
159
156
|
case 'NUMERICAL_CALCULATION':
|
|
160
157
|
return new Calculation(options);
|
|
161
158
|
case 'NODE_DEAD_LINE_INPUT':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.12.0-alpha.
|
|
3
|
+
"version": "0.12.0-alpha.3",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"father": "^4.1.7"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@kmkf-fe-packages/basic-components": "^0.12.0-alpha.
|
|
30
|
-
"@kmkf-fe-packages/kmkf-utils": "^0.12.0-alpha.
|
|
29
|
+
"@kmkf-fe-packages/basic-components": "^0.12.0-alpha.0",
|
|
30
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.12.0-alpha.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@ant-design/icons": "^4.7.0",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"gitHooks": {
|
|
41
41
|
"pre-commit": "lint-staged"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "4dc9fbc169377f53164f33d87a83ac7ef18f81c6"
|
|
44
44
|
}
|