@kmkf-fe-packages/services-components 2.1.8 → 2.1.10

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.
@@ -46,6 +46,18 @@ var GoodHeaderMap = {
46
46
  key: "goodName",
47
47
  width: 100
48
48
  },
49
+ apiGoodsName: {
50
+ component: BsHeaderChild,
51
+ name: "平台商品名称",
52
+ key: "apiGoodsName",
53
+ width: 100
54
+ },
55
+ platformGoodsId: {
56
+ component: BsHeaderChild,
57
+ name: "平台商品ID",
58
+ key: "platformGoodsId",
59
+ width: 100
60
+ },
49
61
  specId: {
50
62
  component: BsHeaderChild,
51
63
  name: "SKUID",
@@ -64,6 +76,18 @@ var GoodHeaderMap = {
64
76
  key: "specName",
65
77
  width: 140
66
78
  },
79
+ apiSpecName: {
80
+ component: BsHeaderChild,
81
+ name: "平台规格名称",
82
+ key: "apiSpecName",
83
+ width: 140
84
+ },
85
+ platformSpecId: {
86
+ component: BsHeaderChild,
87
+ name: "平台规格ID",
88
+ key: "platformSpecId",
89
+ width: 140
90
+ },
67
91
  orderPrice: {
68
92
  component: BsHeaderChild,
69
93
  name: "成交总金额",
@@ -101,9 +125,13 @@ var GoodHeaderMap = {
101
125
  goodId: "商品ID",
102
126
  goodNo: "商品编码",
103
127
  goodName: "商品名称",
128
+ apiGoodsName: "平台商品名称",
129
+ platformGoodsId: "平台商品ID",
104
130
  specId: "SKUID",
105
131
  specNo: "商品SKU编码",
106
132
  specName: "商品SKU名称",
133
+ apiSpecName: "平台规格名称",
134
+ platformSpecId: "平台规格ID",
107
135
  orderPrice: "成交总金额",
108
136
  num: "数量",
109
137
  sharePrice: "分摊价",
@@ -131,6 +159,18 @@ var GoodHeaderMap = {
131
159
  key: "goodName",
132
160
  width: 100
133
161
  },
162
+ apiGoodsName: {
163
+ component: BsHeaderChild,
164
+ name: "平台商品名称",
165
+ key: "apiGoodsName",
166
+ width: 100
167
+ },
168
+ platformGoodsId: {
169
+ component: BsHeaderChild,
170
+ name: "平台商品ID",
171
+ key: "platformGoodsId",
172
+ width: 100
173
+ },
134
174
  specId: {
135
175
  component: BsHeaderChild,
136
176
  name: "SKUID",
@@ -149,6 +189,18 @@ var GoodHeaderMap = {
149
189
  key: "specName",
150
190
  width: 140
151
191
  },
192
+ apiSpecName: {
193
+ component: BsHeaderChild,
194
+ name: "平台规格名称",
195
+ key: "apiSpecName",
196
+ width: 140
197
+ },
198
+ platformSpecId: {
199
+ component: BsHeaderChild,
200
+ name: "平台规格ID",
201
+ key: "platformSpecId",
202
+ width: 140
203
+ },
152
204
  num: {
153
205
  component: BsHeaderChild,
154
206
  name: "退货数量",
@@ -191,9 +243,13 @@ var GoodHeaderMap = {
191
243
  goodId: "商品ID",
192
244
  goodNo: "商品编码",
193
245
  goodName: "商品名称",
246
+ apiGoodsName: "平台商品名称",
247
+ platformGoodsId: "平台商品ID",
194
248
  specId: "SKUID",
195
249
  specNo: "商品SKU编码",
196
250
  specName: "商品SKU名称",
251
+ apiSpecName: "平台规格名称",
252
+ platformSpecId: "平台规格ID",
197
253
  num: "退货数量",
198
254
  sharePrice: "分摊价",
199
255
  returnPrice: "退款金额",
@@ -222,6 +278,18 @@ var GoodHeaderMap = {
222
278
  key: "goodName",
223
279
  width: 100
224
280
  },
281
+ apiGoodsName: {
282
+ component: BsHeaderChild,
283
+ name: "平台商品名称",
284
+ key: "apiGoodsName",
285
+ width: 100
286
+ },
287
+ platformGoodsId: {
288
+ component: BsHeaderChild,
289
+ name: "平台商品ID",
290
+ key: "platformGoodsId",
291
+ width: 100
292
+ },
225
293
  specId: {
226
294
  component: BsHeaderChild,
227
295
  name: "SKUID",
@@ -240,6 +308,18 @@ var GoodHeaderMap = {
240
308
  key: "specName",
241
309
  width: 140
242
310
  },
311
+ apiSpecName: {
312
+ component: BsHeaderChild,
313
+ name: "平台规格名称",
314
+ key: "apiSpecName",
315
+ width: 140
316
+ },
317
+ platformSpecId: {
318
+ component: BsHeaderChild,
319
+ name: "平台规格ID",
320
+ key: "platformSpecId",
321
+ width: 140
322
+ },
243
323
  num: {
244
324
  component: BsHeaderChild,
245
325
  name: "换出数量",
@@ -282,9 +362,13 @@ var GoodHeaderMap = {
282
362
  goodId: "商品ID",
283
363
  goodNo: "商品编码",
284
364
  goodName: "商品名称",
365
+ apiGoodsName: "平台商品名称",
366
+ platformGoodsId: "平台商品ID",
285
367
  specId: "SKUID",
286
368
  specNo: "商品SKU编码",
287
369
  specName: "商品SKU名称",
370
+ apiSpecName: "平台规格名称",
371
+ platformSpecId: "平台规格ID",
288
372
  num: "换出数量",
289
373
  productPrice: "商品单价",
290
374
  exchangePrice: "换出金额",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "2.1.8",
3
+ "version": "2.1.10",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "e6d2f4243dbfb26bfee31f6317cc3b4ede70c3b8",
44
+ "gitHead": "3658c9a9b1c9811dce266d1098cda5bf7a3fcd6d",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }