@kmkf-fe-packages/services-components 2.2.33 → 2.2.35
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;
|
|
@@ -0,0 +1,412 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Image } from "antd";
|
|
3
|
+
import { CopyTextIcon } from "@kmkf-fe-packages/basic-components";
|
|
4
|
+
var getColumns = function getColumns(_ref) {
|
|
5
|
+
var _ref$text = _ref.text,
|
|
6
|
+
text = _ref$text === void 0 ? "" : _ref$text;
|
|
7
|
+
var data = {
|
|
8
|
+
//旺店通商品信息
|
|
9
|
+
WDT_GOODS: [{
|
|
10
|
+
dataIndex: "goodId",
|
|
11
|
+
title: "\u5546\u54C1ID",
|
|
12
|
+
align: "center",
|
|
13
|
+
ellipsis: true,
|
|
14
|
+
width: 70
|
|
15
|
+
}, {
|
|
16
|
+
dataIndex: "goodNo",
|
|
17
|
+
title: "\u5546\u54C1\u7F16\u7801",
|
|
18
|
+
align: "center",
|
|
19
|
+
ellipsis: true,
|
|
20
|
+
width: 180
|
|
21
|
+
}, {
|
|
22
|
+
dataIndex: "goodName",
|
|
23
|
+
title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
|
|
24
|
+
align: "center",
|
|
25
|
+
width: 250,
|
|
26
|
+
render: function render(text) {
|
|
27
|
+
return /*#__PURE__*/React.createElement(CopyTextIcon, {
|
|
28
|
+
val: text
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
}, {
|
|
32
|
+
dataIndex: "specId",
|
|
33
|
+
title: "".concat(text, "SKUID"),
|
|
34
|
+
align: "center",
|
|
35
|
+
ellipsis: true,
|
|
36
|
+
width: 100
|
|
37
|
+
}, {
|
|
38
|
+
dataIndex: "specNo",
|
|
39
|
+
title: "".concat(text, "\u5546\u54C1SKU\u7F16\u7801"),
|
|
40
|
+
align: "center",
|
|
41
|
+
ellipsis: true,
|
|
42
|
+
width: 180
|
|
43
|
+
}, {
|
|
44
|
+
dataIndex: "specName",
|
|
45
|
+
title: "".concat(text, "\u5546\u54C1SKU\u540D\u79F0"),
|
|
46
|
+
align: "center",
|
|
47
|
+
width: 250,
|
|
48
|
+
render: function render(text) {
|
|
49
|
+
return /*#__PURE__*/React.createElement(CopyTextIcon, {
|
|
50
|
+
val: text
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
}, {
|
|
54
|
+
dataIndex: "imgUrl",
|
|
55
|
+
title: "\u56FE\u7247",
|
|
56
|
+
align: "center",
|
|
57
|
+
ellipsis: true,
|
|
58
|
+
width: 100,
|
|
59
|
+
render: function render(val) {
|
|
60
|
+
return /*#__PURE__*/React.createElement(Image, {
|
|
61
|
+
width: 60,
|
|
62
|
+
src: val
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
}, {
|
|
66
|
+
dataIndex: "orderPrice",
|
|
67
|
+
title: "\u6210\u4EA4\u603B\u91D1\u989D",
|
|
68
|
+
align: "center",
|
|
69
|
+
ellipsis: true,
|
|
70
|
+
width: 100,
|
|
71
|
+
render: function render(val, record) {
|
|
72
|
+
return (record.num || record.num === 0) && (val || val === 0) ? Number(val * record.num).toFixed(2) : null;
|
|
73
|
+
}
|
|
74
|
+
}, {
|
|
75
|
+
dataIndex: "num",
|
|
76
|
+
title: "".concat(text, "\u6570\u91CF"),
|
|
77
|
+
align: "center",
|
|
78
|
+
ellipsis: true,
|
|
79
|
+
width: 100
|
|
80
|
+
},
|
|
81
|
+
// {
|
|
82
|
+
// dataIndex: 'actualNum',
|
|
83
|
+
// title: `${text}实发数量`,
|
|
84
|
+
// align: 'center',
|
|
85
|
+
// ellipsis: true,
|
|
86
|
+
// width: 100,
|
|
87
|
+
// },
|
|
88
|
+
{
|
|
89
|
+
dataIndex: "sharePrice",
|
|
90
|
+
title: "\u5206\u644A\u4EF7",
|
|
91
|
+
align: "center",
|
|
92
|
+
ellipsis: true,
|
|
93
|
+
width: 70
|
|
94
|
+
}, {
|
|
95
|
+
dataIndex: "giftType",
|
|
96
|
+
title: "\u8D60\u54C1\u65B9\u5F0F",
|
|
97
|
+
align: "center",
|
|
98
|
+
ellipsis: true,
|
|
99
|
+
width: 100,
|
|
100
|
+
render: function render(val) {
|
|
101
|
+
var giftTypeMap = {
|
|
102
|
+
0: "非赠品",
|
|
103
|
+
1: "自动赠送",
|
|
104
|
+
2: "手工赠送",
|
|
105
|
+
3: "回购自动送赠品",
|
|
106
|
+
4: "前N有礼送赠品",
|
|
107
|
+
6: "天猫优仓赠品",
|
|
108
|
+
7: "淘宝CRM会员送赠"
|
|
109
|
+
};
|
|
110
|
+
return /*#__PURE__*/React.createElement("span", null, giftTypeMap[val]);
|
|
111
|
+
}
|
|
112
|
+
}],
|
|
113
|
+
//旺店通退货商品信息
|
|
114
|
+
WDT_RETURN_GOODS: [{
|
|
115
|
+
dataIndex: "goodId",
|
|
116
|
+
title: "\u5546\u54C1ID",
|
|
117
|
+
align: "center",
|
|
118
|
+
ellipsis: true,
|
|
119
|
+
width: 70
|
|
120
|
+
}, {
|
|
121
|
+
dataIndex: "goodNo",
|
|
122
|
+
title: "\u5546\u54C1\u7F16\u7801",
|
|
123
|
+
align: "center",
|
|
124
|
+
ellipsis: true,
|
|
125
|
+
width: 180
|
|
126
|
+
}, {
|
|
127
|
+
dataIndex: "goodName",
|
|
128
|
+
title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
|
|
129
|
+
align: "center",
|
|
130
|
+
width: 250,
|
|
131
|
+
render: function render(text) {
|
|
132
|
+
return /*#__PURE__*/React.createElement(CopyTextIcon, {
|
|
133
|
+
val: text
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
}, {
|
|
137
|
+
dataIndex: "specId",
|
|
138
|
+
title: "".concat(text, "SKUID"),
|
|
139
|
+
align: "center",
|
|
140
|
+
ellipsis: true,
|
|
141
|
+
width: 100
|
|
142
|
+
}, {
|
|
143
|
+
dataIndex: "specNo",
|
|
144
|
+
title: "".concat(text, "\u5546\u54C1SKU\u7F16\u7801"),
|
|
145
|
+
align: "center",
|
|
146
|
+
ellipsis: true,
|
|
147
|
+
width: 180
|
|
148
|
+
}, {
|
|
149
|
+
dataIndex: "specName",
|
|
150
|
+
title: "".concat(text, "\u5546\u54C1SKU\u540D\u79F0"),
|
|
151
|
+
align: "center",
|
|
152
|
+
width: 250,
|
|
153
|
+
render: function render(text) {
|
|
154
|
+
return /*#__PURE__*/React.createElement(CopyTextIcon, {
|
|
155
|
+
val: text
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
}, {
|
|
159
|
+
dataIndex: "num",
|
|
160
|
+
title: "".concat(text, "\u9000\u8D27\u6570\u91CF"),
|
|
161
|
+
align: "center",
|
|
162
|
+
ellipsis: true,
|
|
163
|
+
width: 100
|
|
164
|
+
}, {
|
|
165
|
+
dataIndex: "sharePrice",
|
|
166
|
+
title: "\u5206\u644A\u4EF7",
|
|
167
|
+
align: "center",
|
|
168
|
+
ellipsis: true,
|
|
169
|
+
width: 80
|
|
170
|
+
}, {
|
|
171
|
+
dataIndex: "returnPrice",
|
|
172
|
+
title: "".concat(text, "\u9000\u8D27\u91D1\u989D"),
|
|
173
|
+
align: "center",
|
|
174
|
+
ellipsis: true,
|
|
175
|
+
width: 100
|
|
176
|
+
}, {
|
|
177
|
+
dataIndex: "giftType",
|
|
178
|
+
title: "\u8D60\u54C1\u65B9\u5F0F",
|
|
179
|
+
align: "center",
|
|
180
|
+
ellipsis: true,
|
|
181
|
+
width: 100,
|
|
182
|
+
render: function render(val) {
|
|
183
|
+
var giftTypeMap = {
|
|
184
|
+
0: "非赠品",
|
|
185
|
+
1: "自动赠送",
|
|
186
|
+
2: "手工赠送",
|
|
187
|
+
3: "回购自动送赠品",
|
|
188
|
+
4: "前N有礼送赠品",
|
|
189
|
+
6: "天猫优仓赠品",
|
|
190
|
+
7: "淘宝CRM会员送赠"
|
|
191
|
+
};
|
|
192
|
+
return /*#__PURE__*/React.createElement("span", null, giftTypeMap[val]);
|
|
193
|
+
}
|
|
194
|
+
}, {
|
|
195
|
+
dataIndex: "type",
|
|
196
|
+
title: "".concat(text, "\u5546\u54C1\u7C7B\u578B"),
|
|
197
|
+
align: "center",
|
|
198
|
+
ellipsis: true,
|
|
199
|
+
width: 100,
|
|
200
|
+
render: function render(val) {
|
|
201
|
+
var typeMap = {
|
|
202
|
+
"1": "单品",
|
|
203
|
+
"2": "组合装"
|
|
204
|
+
};
|
|
205
|
+
return /*#__PURE__*/React.createElement("span", null, typeMap[val]);
|
|
206
|
+
}
|
|
207
|
+
}],
|
|
208
|
+
//旺店通换出商品信息
|
|
209
|
+
WDT_EXCHANGE_GOODS: [{
|
|
210
|
+
dataIndex: "goodId",
|
|
211
|
+
title: "\u5546\u54C1ID",
|
|
212
|
+
align: "center",
|
|
213
|
+
ellipsis: true,
|
|
214
|
+
width: 70
|
|
215
|
+
}, {
|
|
216
|
+
dataIndex: "goodNo",
|
|
217
|
+
title: "\u5546\u54C1\u7F16\u7801",
|
|
218
|
+
align: "center",
|
|
219
|
+
ellipsis: true,
|
|
220
|
+
width: 180
|
|
221
|
+
}, {
|
|
222
|
+
dataIndex: "goodName",
|
|
223
|
+
title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
|
|
224
|
+
align: "center",
|
|
225
|
+
width: 250,
|
|
226
|
+
render: function render(text) {
|
|
227
|
+
return /*#__PURE__*/React.createElement(CopyTextIcon, {
|
|
228
|
+
val: text
|
|
229
|
+
});
|
|
230
|
+
}
|
|
231
|
+
}, {
|
|
232
|
+
dataIndex: "specId",
|
|
233
|
+
title: "".concat(text, "SKUID"),
|
|
234
|
+
align: "center",
|
|
235
|
+
ellipsis: true,
|
|
236
|
+
width: 100
|
|
237
|
+
}, {
|
|
238
|
+
dataIndex: "specNo",
|
|
239
|
+
title: "".concat(text, "\u5546\u54C1SKU\u7F16\u7801"),
|
|
240
|
+
align: "center",
|
|
241
|
+
ellipsis: true,
|
|
242
|
+
width: 180
|
|
243
|
+
}, {
|
|
244
|
+
dataIndex: "specName",
|
|
245
|
+
title: "".concat(text, "\u5546\u54C1SKU\u540D\u79F0"),
|
|
246
|
+
align: "center",
|
|
247
|
+
width: 250,
|
|
248
|
+
render: function render(text) {
|
|
249
|
+
return /*#__PURE__*/React.createElement(CopyTextIcon, {
|
|
250
|
+
val: text
|
|
251
|
+
});
|
|
252
|
+
}
|
|
253
|
+
}, {
|
|
254
|
+
dataIndex: "num",
|
|
255
|
+
title: "".concat(text, "\u6362\u51FA\u6570\u91CF"),
|
|
256
|
+
align: "center",
|
|
257
|
+
ellipsis: true,
|
|
258
|
+
width: 100
|
|
259
|
+
}, {
|
|
260
|
+
dataIndex: "price",
|
|
261
|
+
title: "".concat(text, "\u5546\u54C1\u5355\u4EF7"),
|
|
262
|
+
align: "center",
|
|
263
|
+
ellipsis: true,
|
|
264
|
+
width: 100
|
|
265
|
+
}, {
|
|
266
|
+
dataIndex: "exchangePrice",
|
|
267
|
+
title: "".concat(text, "\u6362\u51FA\u91D1\u989D"),
|
|
268
|
+
align: "center",
|
|
269
|
+
ellipsis: true,
|
|
270
|
+
width: 100
|
|
271
|
+
}, {
|
|
272
|
+
dataIndex: "giftType",
|
|
273
|
+
title: "\u8D60\u54C1\u65B9\u5F0F",
|
|
274
|
+
align: "center",
|
|
275
|
+
ellipsis: true,
|
|
276
|
+
width: 100,
|
|
277
|
+
render: function render(val) {
|
|
278
|
+
var giftTypeMap = {
|
|
279
|
+
0: "非赠品",
|
|
280
|
+
1: "自动赠送",
|
|
281
|
+
2: "手工赠送",
|
|
282
|
+
3: "回购自动送赠品",
|
|
283
|
+
4: "前N有礼送赠品",
|
|
284
|
+
6: "天猫优仓赠品",
|
|
285
|
+
7: "淘宝CRM会员送赠"
|
|
286
|
+
};
|
|
287
|
+
return /*#__PURE__*/React.createElement("span", null, giftTypeMap[val]);
|
|
288
|
+
}
|
|
289
|
+
}, {
|
|
290
|
+
dataIndex: "type",
|
|
291
|
+
title: "".concat(text, "\u5546\u54C1\u7C7B\u578B"),
|
|
292
|
+
align: "center",
|
|
293
|
+
ellipsis: true,
|
|
294
|
+
width: 100,
|
|
295
|
+
render: function render(val) {
|
|
296
|
+
var typeMap = {
|
|
297
|
+
"1": "单品",
|
|
298
|
+
"2": "组合装"
|
|
299
|
+
};
|
|
300
|
+
return /*#__PURE__*/React.createElement("span", null, typeMap[val]);
|
|
301
|
+
}
|
|
302
|
+
}],
|
|
303
|
+
//旺店通售后商品信息
|
|
304
|
+
WDT_AFTERSALE_GOODS: [{
|
|
305
|
+
dataIndex: "oid",
|
|
306
|
+
title: "原始子单号",
|
|
307
|
+
align: "center",
|
|
308
|
+
ellipsis: true,
|
|
309
|
+
width: 300
|
|
310
|
+
}, {
|
|
311
|
+
dataIndex: "goodsName",
|
|
312
|
+
title: "货品名称",
|
|
313
|
+
align: "center",
|
|
314
|
+
ellipsis: true,
|
|
315
|
+
width: 150
|
|
316
|
+
}, {
|
|
317
|
+
dataIndex: "goodsNo",
|
|
318
|
+
title: "货品编码",
|
|
319
|
+
align: "center",
|
|
320
|
+
ellipsis: true,
|
|
321
|
+
width: 150
|
|
322
|
+
}, {
|
|
323
|
+
dataIndex: "specName",
|
|
324
|
+
title: "规格名称",
|
|
325
|
+
align: "center",
|
|
326
|
+
ellipsis: true,
|
|
327
|
+
width: 150
|
|
328
|
+
}, {
|
|
329
|
+
dataIndex: "specNo",
|
|
330
|
+
title: "商家编码",
|
|
331
|
+
align: "center",
|
|
332
|
+
ellipsis: true,
|
|
333
|
+
width: 150
|
|
334
|
+
}, {
|
|
335
|
+
dataIndex: "specCode",
|
|
336
|
+
title: "规格编号",
|
|
337
|
+
align: "center",
|
|
338
|
+
ellipsis: true,
|
|
339
|
+
width: 150
|
|
340
|
+
}, {
|
|
341
|
+
dataIndex: "barcode",
|
|
342
|
+
title: "条码",
|
|
343
|
+
align: "center",
|
|
344
|
+
ellipsis: true,
|
|
345
|
+
width: 150
|
|
346
|
+
}, {
|
|
347
|
+
dataIndex: "apiGoodsName",
|
|
348
|
+
title: "平台货品名称",
|
|
349
|
+
align: "center",
|
|
350
|
+
ellipsis: true,
|
|
351
|
+
width: 150
|
|
352
|
+
}, {
|
|
353
|
+
dataIndex: "apiSpecName",
|
|
354
|
+
title: "平台规格名称",
|
|
355
|
+
align: "center",
|
|
356
|
+
ellipsis: true,
|
|
357
|
+
width: 150
|
|
358
|
+
}, {
|
|
359
|
+
dataIndex: "suiteName",
|
|
360
|
+
title: "组合装名称",
|
|
361
|
+
align: "center",
|
|
362
|
+
ellipsis: true,
|
|
363
|
+
width: 250
|
|
364
|
+
}, {
|
|
365
|
+
dataIndex: "suiteNo",
|
|
366
|
+
title: "组合装编号",
|
|
367
|
+
align: "center",
|
|
368
|
+
ellipsis: true,
|
|
369
|
+
width: 150
|
|
370
|
+
}, {
|
|
371
|
+
dataIndex: "stockinNum",
|
|
372
|
+
title: "入库数量",
|
|
373
|
+
align: "center",
|
|
374
|
+
ellipsis: true,
|
|
375
|
+
width: 150
|
|
376
|
+
}, {
|
|
377
|
+
dataIndex: "refundNum",
|
|
378
|
+
title: "退款数量",
|
|
379
|
+
align: "center",
|
|
380
|
+
ellipsis: true,
|
|
381
|
+
width: 150
|
|
382
|
+
}, {
|
|
383
|
+
dataIndex: "totalAmount",
|
|
384
|
+
title: "退货总额",
|
|
385
|
+
align: "center",
|
|
386
|
+
ellipsis: true,
|
|
387
|
+
width: 150
|
|
388
|
+
}, {
|
|
389
|
+
dataIndex: "refundAmount",
|
|
390
|
+
title: "已退款金额",
|
|
391
|
+
align: "center",
|
|
392
|
+
ellipsis: true,
|
|
393
|
+
width: 150
|
|
394
|
+
}, {
|
|
395
|
+
dataIndex: "num",
|
|
396
|
+
title: "实际发出数量",
|
|
397
|
+
align: "center",
|
|
398
|
+
ellipsis: true,
|
|
399
|
+
width: 150
|
|
400
|
+
}, {
|
|
401
|
+
dataIndex: "giftTypeDesc",
|
|
402
|
+
title: "赠品方式",
|
|
403
|
+
align: "center",
|
|
404
|
+
ellipsis: true,
|
|
405
|
+
width: 150
|
|
406
|
+
}]
|
|
407
|
+
};
|
|
408
|
+
//旺店通补发商品信息
|
|
409
|
+
data["WDT_REISSUE_GOODS"] = data["WDT_GOODS"];
|
|
410
|
+
return data;
|
|
411
|
+
};
|
|
412
|
+
export default getColumns;
|
|
@@ -156,7 +156,7 @@ var GoodHeaderMap = {
|
|
|
156
156
|
component: BsHeaderChild,
|
|
157
157
|
name: "原始子单号",
|
|
158
158
|
key: "oid",
|
|
159
|
-
width:
|
|
159
|
+
width: 300
|
|
160
160
|
},
|
|
161
161
|
goodsName: {
|
|
162
162
|
component: BsHeaderChild,
|
|
@@ -210,7 +210,7 @@ var GoodHeaderMap = {
|
|
|
210
210
|
component: BsHeaderChild,
|
|
211
211
|
name: "组合装名称",
|
|
212
212
|
key: "suiteName",
|
|
213
|
-
width:
|
|
213
|
+
width: 250
|
|
214
214
|
},
|
|
215
215
|
suiteNo: {
|
|
216
216
|
component: BsHeaderChild,
|
|
@@ -242,10 +242,10 @@ var GoodHeaderMap = {
|
|
|
242
242
|
key: "refundAmount",
|
|
243
243
|
width: 150
|
|
244
244
|
},
|
|
245
|
-
|
|
245
|
+
num: {
|
|
246
246
|
component: BsHeaderChild,
|
|
247
247
|
name: "实际发出数量",
|
|
248
|
-
key: "
|
|
248
|
+
key: "num",
|
|
249
249
|
width: 150
|
|
250
250
|
},
|
|
251
251
|
price: {
|
|
@@ -260,10 +260,10 @@ var GoodHeaderMap = {
|
|
|
260
260
|
key: "originalPrice",
|
|
261
261
|
width: 150
|
|
262
262
|
},
|
|
263
|
-
|
|
263
|
+
giftTypeDesc: {
|
|
264
264
|
component: BsHeaderChild,
|
|
265
265
|
name: "赠品类型",
|
|
266
|
-
key: "
|
|
266
|
+
key: "giftTypeDesc",
|
|
267
267
|
width: 150
|
|
268
268
|
}
|
|
269
269
|
},
|
|
@@ -283,10 +283,10 @@ var GoodHeaderMap = {
|
|
|
283
283
|
refundNum: "退款数量",
|
|
284
284
|
totalAmount: "退货总额",
|
|
285
285
|
refundAmount: "已退款金额",
|
|
286
|
-
|
|
286
|
+
num: "实际发出数量",
|
|
287
287
|
price: "价格",
|
|
288
288
|
originalPrice: "原价",
|
|
289
|
-
|
|
289
|
+
giftTypeDesc: "赠品类型"
|
|
290
290
|
},
|
|
291
291
|
moneyKey: "totalAmount"
|
|
292
292
|
},
|
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) =>
|
|
3
|
+
export declare const factory: (type: string, options: PickOption) => BsE3Reissue | BasicFile | BasicPicture | BasicPicturePro | PublicGoods | PublicReissueGoods | BasicSelect | WdtReissue | 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 | JstSendGood | JstSupply | BsSystemOrder | BsGoods | BsE3Goods | PublicExchange | BsExchange | BsReissue | BsReturn | BsLogistics | 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 | MsgStatus | WdtGoods | 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.
|
|
3
|
+
"version": "2.2.35",
|
|
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.
|
|
25
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.2.35",
|
|
25
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.35",
|
|
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": "18010e2d8395d8b3082e9e7e0a2afedddbc753c2",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|