@kmkf-fe-packages/services-components 2.3.15 → 2.3.17
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/Hooks/useColumnsConfig.d.ts +1 -1
- package/dist/esm/Hooks/useColumnsConfig.js +2 -2
- package/dist/esm/commonComponents/GlobalContext/hook/dist/useGetHasErpData.js +52 -0
- package/dist/esm/commonComponents/GlobalContext/orderQuery/dist/useGetErpAddressData.js +180 -0
- package/dist/esm/commonComponents/GlobalContext/orderQuery/dist/useGetErpLogisticsCompany.js +186 -0
- package/dist/esm/components/BS/BsGoods/dist/index.js +113 -0
- package/dist/esm/components/BS/common/BsHeaderPic.js +4 -1
- package/dist/esm/components/BS/common/BsMemo.js +1 -0
- package/dist/esm/components/BS/common/BsType.js +1 -0
- package/dist/esm/components/BS/common/SystemOrderNo.js +1 -0
- package/dist/esm/components/Common/dist/index.js +1019 -0
- package/dist/esm/components/Common/index.js +1 -1
- package/dist/esm/components/CommonHeaderGood/index.js +33 -1
- package/dist/esm/components/JST/JstSendGood/index.js +1 -1
- package/dist/esm/components/KM/KmExchange/index.d.ts +35 -0
- package/dist/esm/components/KM/KmExchange/index.js +136 -0
- package/dist/esm/components/Logistics/index.d.ts +1 -0
- package/dist/esm/components/Logistics/index.js +10 -0
- package/dist/esm/components/PostIng/index.d.ts +1 -1
- package/dist/esm/components/Public/ReissueGoods/index.js +23 -5
- package/dist/esm/components/Public/ReturnWarehouse/index.d.ts +51 -0
- package/dist/esm/components/Public/ReturnWarehouse/index.js +210 -0
- package/dist/esm/factory.d.ts +2 -2
- package/dist/esm/factory.js +6 -1
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +2 -0
- package/package.json +4 -4
package/dist/esm/factory.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReissueLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicPicturePro, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, SubForm, 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, LogisticsMoreInterception, LogisticsTrajectory, LogisticsMoreTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect,
|
|
2
2
|
// CommonTradeId,
|
|
3
|
-
CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting, MsgStatus, NodeInput, FlowWorkOrderStatus, WdtGoods, WdtReturn, WdtExchange, CommonInput, PaymentVoucherCode, Label, WdtReissue, GyReissue, AfterSalesOrderId, BsE3Goods, PublicGoods, PublicReissueGoods, PublicExchange, GyGoods, BsE3Reissue, MemberLevel, GyReturn, AsyncSelect, WdtShopSelect, KmVideo, BasicTypeInput, SkxIdInputSelect, SkxGoods, BasicSelectOption, OrderSubForm, FlowOverallStatusSelect } from "./index";
|
|
3
|
+
CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting, MsgStatus, NodeInput, FlowWorkOrderStatus, WdtGoods, WdtReturn, WdtExchange, CommonInput, PaymentVoucherCode, Label, WdtReissue, GyReissue, AfterSalesOrderId, BsE3Goods, PublicGoods, PublicReissueGoods, PublicExchange, GyGoods, BsE3Reissue, MemberLevel, GyReturn, AsyncSelect, WdtShopSelect, KmVideo, BasicTypeInput, SkxIdInputSelect, SkxGoods, BasicSelectOption, OrderSubForm, FlowOverallStatusSelect, ReturnWarehouse, KmExchange } from "./index";
|
|
4
4
|
export var factory = function factory(type, options) {
|
|
5
5
|
var _options$componentCon;
|
|
6
6
|
switch (type) {
|
|
@@ -158,6 +158,8 @@ export var factory = function factory(type, options) {
|
|
|
158
158
|
case "JY_SEND_GOOD":
|
|
159
159
|
case "JKY_SEND_GOOD":
|
|
160
160
|
return new JstSendGood(options);
|
|
161
|
+
case "KM_RETURN_WAREHOUSE":
|
|
162
|
+
return new ReturnWarehouse(options);
|
|
161
163
|
case "BS_POSTING":
|
|
162
164
|
return new BsPosting(options);
|
|
163
165
|
case "BS_GOODS":
|
|
@@ -175,6 +177,7 @@ export var factory = function factory(type, options) {
|
|
|
175
177
|
return new PublicGoods(options);
|
|
176
178
|
case "JST_REISSUE_GOODS":
|
|
177
179
|
case "KM_REISSUE_GOODS":
|
|
180
|
+
case "KM_RETURN_GOODS":
|
|
178
181
|
case "JY_REISSUE_GOODS":
|
|
179
182
|
case "JKY_REISSUE_GOODS":
|
|
180
183
|
return new PublicReissueGoods(options);
|
|
@@ -184,6 +187,8 @@ export var factory = function factory(type, options) {
|
|
|
184
187
|
return new BsExchange(options);
|
|
185
188
|
case "WDT_EXCHANGE_GOODS":
|
|
186
189
|
return new WdtExchange(options);
|
|
190
|
+
case "KM_EXCHANGE_GOODS":
|
|
191
|
+
return new KmExchange(options);
|
|
187
192
|
case "JST_EXCHANGE_GOODS":
|
|
188
193
|
return new PublicExchange(options);
|
|
189
194
|
case "BS_REISSUE_GOODS":
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -102,6 +102,8 @@ export { default as SkxIdInputSelect } from "./components/SKX/SkxIdInputSelect";
|
|
|
102
102
|
export { default as SkxGoods } from "./components/SKX/SkxGoods";
|
|
103
103
|
export { default as OrderSubForm } from "./components/OrderSubForm";
|
|
104
104
|
export { default as FlowOverallStatusSelect } from "./components/FlowOverallStatusSelect";
|
|
105
|
+
export { default as ReturnWarehouse } from "./components/Public/ReturnWarehouse";
|
|
106
|
+
export { default as KmExchange } from "./components/KM/KmExchange";
|
|
105
107
|
export { default as KmErpOrderNum } from "./components/ErpTradeId/components/OrderNum";
|
|
106
108
|
export { factory } from "./factory";
|
|
107
109
|
export { default as PlatformAvatar } from "./commonComponents/PlatformAvatar";
|
package/dist/esm/index.js
CHANGED
|
@@ -102,6 +102,8 @@ export { default as SkxIdInputSelect } from "./components/SKX/SkxIdInputSelect";
|
|
|
102
102
|
export { default as SkxGoods } from "./components/SKX/SkxGoods";
|
|
103
103
|
export { default as OrderSubForm } from "./components/OrderSubForm";
|
|
104
104
|
export { default as FlowOverallStatusSelect } from "./components/FlowOverallStatusSelect";
|
|
105
|
+
export { default as ReturnWarehouse } from "./components/Public/ReturnWarehouse";
|
|
106
|
+
export { default as KmExchange } from "./components/KM/KmExchange";
|
|
105
107
|
|
|
106
108
|
// TODO: ERP 打款工单使用
|
|
107
109
|
export { default as KmErpOrderNum } from "./components/ErpTradeId/components/OrderNum";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.17",
|
|
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.3.
|
|
25
|
-
"@kmkf-fe-packages/kmkf-utils": "2.3.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.3.17",
|
|
25
|
+
"@kmkf-fe-packages/kmkf-utils": "2.3.17",
|
|
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": "c327614be64b92883ad0682852195d47d3f95d34",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|