@kmkf-fe-packages/services-components 2.2.13-beta.93 → 2.2.13-beta.95
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import LogisticsInterception from "../components/LogisticsInterception";
|
|
2
2
|
import LogisticsMoreInterception from "../components/LogisticsMoreInterception";
|
|
3
|
-
export declare const newRenderColumnItem: (effects: any) => (item: any) => import("../components/
|
|
3
|
+
export declare const newRenderColumnItem: (effects: any) => (item: any) => import("../components/BS/BsLogistics").default | import("../components/TradeId").default | import("../components/Input").default | import("../components/TypeInput").default | import("../components/Address").default | import("../components/Cascader").default | import("../components/Checkbox").default | import("../components/DataTime").default | import("../components/Select").default | import("../components/SelectOption").default | import("../components/Radio").default | import("../components/TextArea").default | import("../components/Picture").default | import("../components/PicturePro").default | import("../components/MultSelect").default | import("../components/Grade").default | import("../components/Rate").default | import("../components/File").default | import("../components/PostIng").default | import("../components/SubForm").default | import("../components/CommonDataTime").default | import("../components/ShopName").default | import("../components/BuyerNick").default | import("../components/ReceiverName").default | import("../components/ReceiverMobile").default | import("../components/ReceiverAddress").default | import("../components/TradeDateTime").default | import("../components/Logistics").default | import("../components/ReturnLogistics").default | import("../components/ActualPayment").default | import("../components/Remark").default | import("../components/Alipay").default | import("../components/EItemSelect").default | import("../components/EItemId").default | import("../components/EItemEnCode").default | import("../components/SystemOrderNo").default | import("../components/Ordinary").default | import("../components/ThirdItemSelect").default | import("../components/Payment").default | import("../components/Reissue/Logistics").default | import("../components/JST/JstItemSelect").default | import("../components/JST/JstSendGood").default | import("../components/JST/JstSupply").default | import("../components/BS/BsSystemOrder").default | import("../components/BS/BsGoods").default | import("../components/BsE3/BsGoods").default | import("../components/Public/Goods").default | import("../components/Public/ReissueGoods").default | import("../components/Public/Exchange").default | import("../components/BsE3/BsReissueE3").default | import("../components/BS/BsExchange").default | import("../components/BS/BsReissue").default | import("../components/BS/BsReturn").default | import("../components/FlowStatusSelect").default | import("../components/FlowMarkSelect").default | import("../components/FlowTag").default | import("../components/TemplateSelect").default | import("../components/WorkOrderId").default | LogisticsInterception | LogisticsMoreInterception | import("../components/LogisticsTrajectory").default | import("../components/LogisticsMoreTrajectory").default | import("../components/PlatForm").default | import("../components/ShopInput").default | import("../components/Submitter").default | import("../components/PrevSubmitter").default | import("../components/FlowCreator").default | import("../components/Handler").default | import("../components/CompletedUser").default | import("../components/FlowWorkOrderId").default | import("../components/StatusSelect").default | import("../components/Calculation").default | import("../components/CommonSystemOrder").default | import("../components/CommonMultiStatus").default | import("../components/NodeDeadLine").default | import("../components/HandlerDeadLine").default | import("../components/NodeStayDuration").default | import("../components/WLN/WlnGoods").default | import("../components/BS/BsPosting").default | import("../components/NodeInput").default | import("../components/FlowWorkOrderStatus").default | import("../components/MsgStatus").default | import("../components/WDT/WdtGoods").default | import("../components/WDT/WdtRessuie").default | import("../components/WDT/WdtReturn").default | import("../components/WDT/WdtExchange").default | import("../components/WDT/WdtShopSelect").default | import("../components/KM/KmVideo").default | import("../components/CommonInput").default | import("../components/PaymentVoucherCode").default | import("../components/Label").default | import("../components/MemberLevel").default | import("../components/AfterSalesOrderId").default | import("../components/GY/GyGoods").default | import("../components/GY/GyReissue").default | import("../components/GY/GyReturn").default | import("../components/Public/AsyncSelect").default | import("../components/SKX/SkxIdInputSelect").default | import("../components/SKX/SkxGoods").default | import("../components/OrderSubForm").default;
|
|
4
4
|
export declare const useColumnsConfig: ({ queryWorkOrderDetail, flatTemplateList, shopList, sortState, onChangeSort, handleReset, handleSubmit, handleChangeSingleWorkOrderMark, userList, tbAppKey, isShare, openSingleColumnsFilter, openSingleColumnsSort, }: {
|
|
5
5
|
queryWorkOrderDetail?: ((p: any) => void) | undefined;
|
|
6
6
|
flatTemplateList?: any;
|
|
@@ -122,6 +122,7 @@ var BsSystemOrder = /*#__PURE__*/_createClass(function BsSystemOrder(options) {
|
|
|
122
122
|
columns: ((_typeMap$options$type = typeMap[options.type]) === null || _typeMap$options$type === void 0 ? void 0 : _typeMap$options$type.columns) || [],
|
|
123
123
|
showHeader: (options === null || options === void 0 ? void 0 : (_options$componentCon = options.componentConfig) === null || _options$componentCon === void 0 ? void 0 : _options$componentCon.showHeader) || []
|
|
124
124
|
})) === null || _getSystemShowHead === void 0 ? void 0 : _getSystemShowHead.map(function (column) {
|
|
125
|
+
console.log("column", column, "".concat(options.id, "_").concat(typeMap[options.type].key, "_").concat(column.dataIndex));
|
|
125
126
|
return new BsHeaderChild(_objectSpread(_objectSpread({}, options), {}, {
|
|
126
127
|
transformValue: column.render,
|
|
127
128
|
renderExport: column.renderExport,
|
|
@@ -372,37 +372,37 @@ var getColumns = function getColumns(_ref) {
|
|
|
372
372
|
title: "入库数量",
|
|
373
373
|
align: "center",
|
|
374
374
|
ellipsis: true,
|
|
375
|
-
width:
|
|
375
|
+
width: 150
|
|
376
376
|
}, {
|
|
377
377
|
dataIndex: "refundNum",
|
|
378
378
|
title: "退款数量",
|
|
379
379
|
align: "center",
|
|
380
380
|
ellipsis: true,
|
|
381
|
-
width:
|
|
381
|
+
width: 150
|
|
382
382
|
}, {
|
|
383
383
|
dataIndex: "totalAmount",
|
|
384
384
|
title: "退货总额",
|
|
385
385
|
align: "center",
|
|
386
386
|
ellipsis: true,
|
|
387
|
-
width:
|
|
387
|
+
width: 150
|
|
388
388
|
}, {
|
|
389
389
|
dataIndex: "refundAmount",
|
|
390
390
|
title: "已退款金额",
|
|
391
391
|
align: "center",
|
|
392
392
|
ellipsis: true,
|
|
393
|
-
width:
|
|
393
|
+
width: 150
|
|
394
394
|
}, {
|
|
395
395
|
dataIndex: "orderNum",
|
|
396
396
|
title: "实际发出数量",
|
|
397
397
|
align: "center",
|
|
398
398
|
ellipsis: true,
|
|
399
|
-
width:
|
|
399
|
+
width: 150
|
|
400
400
|
}, {
|
|
401
401
|
dataIndex: "giftType",
|
|
402
402
|
title: "赠品方式",
|
|
403
403
|
align: "center",
|
|
404
404
|
ellipsis: true,
|
|
405
|
-
width:
|
|
405
|
+
width: 150
|
|
406
406
|
}]
|
|
407
407
|
};
|
|
408
408
|
//旺店通补发商品信息
|
|
@@ -218,49 +218,49 @@ var GoodHeaderMap = {
|
|
|
218
218
|
component: BsHeaderChild,
|
|
219
219
|
name: "入库数量",
|
|
220
220
|
key: "stockinNum",
|
|
221
|
-
width:
|
|
221
|
+
width: 150
|
|
222
222
|
},
|
|
223
223
|
refundNum: {
|
|
224
224
|
component: BsHeaderChild,
|
|
225
225
|
name: "退款数量",
|
|
226
226
|
key: "refundNum",
|
|
227
|
-
width:
|
|
227
|
+
width: 150
|
|
228
228
|
},
|
|
229
229
|
totalAmount: {
|
|
230
230
|
component: BsHeaderChild,
|
|
231
231
|
name: "退货总额",
|
|
232
232
|
key: "totalAmount",
|
|
233
|
-
width:
|
|
233
|
+
width: 150
|
|
234
234
|
},
|
|
235
235
|
refundAmount: {
|
|
236
236
|
component: BsHeaderChild,
|
|
237
237
|
name: "已退款金额",
|
|
238
238
|
key: "refundAmount",
|
|
239
|
-
width:
|
|
239
|
+
width: 150
|
|
240
240
|
},
|
|
241
241
|
orderNum: {
|
|
242
242
|
component: BsHeaderChild,
|
|
243
243
|
name: "实际发出数量",
|
|
244
244
|
key: "orderNum",
|
|
245
|
-
width:
|
|
245
|
+
width: 150
|
|
246
246
|
},
|
|
247
247
|
price: {
|
|
248
248
|
component: BsHeaderChild,
|
|
249
249
|
name: "价格",
|
|
250
250
|
key: "price",
|
|
251
|
-
width:
|
|
251
|
+
width: 150
|
|
252
252
|
},
|
|
253
253
|
originalPrice: {
|
|
254
254
|
component: BsHeaderChild,
|
|
255
255
|
name: "原价",
|
|
256
256
|
key: "originalPrice",
|
|
257
|
-
width:
|
|
257
|
+
width: 150
|
|
258
258
|
},
|
|
259
259
|
giftType: {
|
|
260
260
|
component: BsHeaderChild,
|
|
261
261
|
name: "赠品类型",
|
|
262
262
|
key: "giftType",
|
|
263
|
-
width:
|
|
263
|
+
width: 150
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
itemKey: {
|
package/dist/esm/factory.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
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, 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, 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";
|
|
2
2
|
import { PickOption } from "./type";
|
|
3
|
-
export declare const factory: (type: string, options: PickOption) => BsLogistics |
|
|
3
|
+
export declare const factory: (type: string, options: PickOption) => BsLogistics | BsE3Reissue | BasicFile | JstSendGood | MsgStatus | BasicPicture | BasicPicturePro | PublicReissueGoods | BasicSelect | BasicInput | BasicTypeInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelectOption | BasicRadio | BasicTextArea | BasicMultSelect | BasicGrade | BasicRate | BasicPosting | SubForm | CommonDataTime | TradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | ReissueLogistics | JstItemSelect | JstSupply | BsSystemOrder | BsGoods | BsE3Goods | PublicGoods | PublicExchange | BsExchange | BsReissue | BsReturn | FlowStatusSelect | FlowMarkSelect | FlowTag | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsMoreInterception | LogisticsTrajectory | LogisticsMoreTrajectory | PlatForm | ShopInput | Submitter | PrevSubmitter | FlowCreator | Handler | CompletedUser | FlowWorkOrderId | StatusSelect | Calculation | CommonSystemOrder | CommonMultiStatus | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods | BsPosting | NodeInput | FlowWorkOrderStatus | WdtGoods | WdtReissue | WdtReturn | WdtExchange | WdtShopSelect | KmVideo | CommonInput | PaymentVoucherCode | Label | MemberLevel | AfterSalesOrderId | GyGoods | GyReissue | GyReturn | AsyncSelect | SkxIdInputSelect | SkxGoods | OrderSubForm | FlowOverallStatusSelect;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.2.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.95",
|
|
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.2.13-beta.
|
|
25
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.2.13-beta.95",
|
|
25
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.95",
|
|
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": "b700bc7f9793e893d3d6f1aa9c80ee079082a5d0",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|