@kmkf-fe-packages/services-components 0.14.1-alpha.14 → 0.14.1-alpha.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.
|
@@ -71,6 +71,20 @@ var selectTypeMap = {
|
|
|
71
71
|
key: 'invoiceStatusValue',
|
|
72
72
|
info: 'invoiceReason',
|
|
73
73
|
failValue: '失败'
|
|
74
|
+
},
|
|
75
|
+
INVOICING_STATUS: {
|
|
76
|
+
options: [{
|
|
77
|
+
value: '开票成功',
|
|
78
|
+
label: '开票成功',
|
|
79
|
+
color: '#52c41a'
|
|
80
|
+
}, {
|
|
81
|
+
value: '开票失败',
|
|
82
|
+
label: '开票失败',
|
|
83
|
+
color: '#ff4d4f'
|
|
84
|
+
}],
|
|
85
|
+
key: 'invoicingStatusValue',
|
|
86
|
+
info: 'invoicingReason',
|
|
87
|
+
failValue: '开票失败'
|
|
74
88
|
}
|
|
75
89
|
};
|
|
76
90
|
var StatusSelect = /*#__PURE__*/_createClass(function StatusSelect(options) {
|
package/dist/esm/factory.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
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, FlowTag, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, PrevSubmitter, FlowCreator, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting } 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) => BsPosting | CommonMultiStatus | CommonSystemOrder | BasicPosting | StatusSelect | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicFile | 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 | BsSystemOrder | BsGoods | BsExchange | BsReissue | BsReturn | BsLogistics | FlowStatusSelect | FlowMarkSelect | FlowTag | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsTrajectory | PlatForm | ShopInput | Submitter | PrevSubmitter | FlowCreator | Handler | CompletedUser | FlowWorkOrderId | Calculation | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods;
|
package/dist/esm/factory.js
CHANGED
|
@@ -154,6 +154,7 @@ export var factory = function factory(type, options) {
|
|
|
154
154
|
case "ADJUST_WORK_ORDER_STATUS":
|
|
155
155
|
case "CREATE_STATUS":
|
|
156
156
|
case "INVOICE_STATUS":
|
|
157
|
+
case "INVOICING_STATUS":
|
|
157
158
|
return new StatusSelect(options);
|
|
158
159
|
case "RETURN_GOODS_STATUS":
|
|
159
160
|
case "EXCHANGE_STATUS":
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.14.1-alpha.
|
|
3
|
+
"version": "0.14.1-alpha.18",
|
|
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.14.1-alpha.
|
|
30
|
-
"@kmkf-fe-packages/kmkf-utils": "^0.
|
|
29
|
+
"@kmkf-fe-packages/basic-components": "^0.14.1-alpha.18",
|
|
30
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.14.1-alpha.18"
|
|
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": "00926263c1a0f29c931eced8240235936d9f9b0e"
|
|
44
44
|
}
|