@kmkf-fe-packages/basic-components 2.3.17 → 2.3.19-beta.2
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/index.esm.js +26 -0
- package/dist/index.js +26 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -9132,6 +9132,10 @@ var processErpTradeId = function processErpTradeId(getValue) {
|
|
|
9132
9132
|
EXCHANGE_TRADE_ID: {
|
|
9133
9133
|
key: 'tradeItemList',
|
|
9134
9134
|
defaultValue: []
|
|
9135
|
+
},
|
|
9136
|
+
SWAP_OUT_TRADE_ID: {
|
|
9137
|
+
key: 'tradeItemList',
|
|
9138
|
+
defaultValue: []
|
|
9135
9139
|
}
|
|
9136
9140
|
};
|
|
9137
9141
|
return _defineProperty({}, nex.uniqueKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_").concat(SYSTEM_ORDER_MAP[nex.workOrderComponentType].key)), SYSTEM_ORDER_MAP[nex.workOrderComponentType].defaultValue));
|
|
@@ -9499,6 +9503,7 @@ var transformWorkOrderData = function transformWorkOrderData(templateColumns) {
|
|
|
9499
9503
|
RETURN_GOODS_TRADE_ID: processErpTradeId,
|
|
9500
9504
|
BS_DELIVERY_NO: processErpTradeId,
|
|
9501
9505
|
REISSUE_TRADE_ID: processErpTradeId,
|
|
9506
|
+
SWAP_OUT_TRADE_ID: processErpTradeId,
|
|
9502
9507
|
ERP_AFTER_SALE_TRADE_ID: processErpTradeId,
|
|
9503
9508
|
EXCHANGE_TRADE_ID: processErpTradeId,
|
|
9504
9509
|
WLN_GOODS: processWlnGoods(templateColumns),
|
|
@@ -21813,6 +21818,11 @@ var getColumns$6 = function getColumns() {
|
|
|
21813
21818
|
title: "\u5546\u54C1\u7B80\u79F0",
|
|
21814
21819
|
width: 150,
|
|
21815
21820
|
render: renderTextEllipsis
|
|
21821
|
+
}, {
|
|
21822
|
+
dataIndex: 'sysItemOuterId',
|
|
21823
|
+
title: "\u7CFB\u7EDF\u4E3B\u5546\u5BB6\u7F16\u7801",
|
|
21824
|
+
width: 250,
|
|
21825
|
+
render: renderTextEllipsis
|
|
21816
21826
|
}, {
|
|
21817
21827
|
dataIndex: 'sysOuterId',
|
|
21818
21828
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
@@ -21941,6 +21951,11 @@ var getColumns$6 = function getColumns() {
|
|
|
21941
21951
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
21942
21952
|
width: 150,
|
|
21943
21953
|
render: renderTextEllipsis
|
|
21954
|
+
}, {
|
|
21955
|
+
dataIndex: 'sysItemOuterId',
|
|
21956
|
+
title: "\u7CFB\u7EDF\u4E3B\u5546\u5BB6\u7F16\u7801",
|
|
21957
|
+
width: 250,
|
|
21958
|
+
render: renderTextEllipsis
|
|
21944
21959
|
}, {
|
|
21945
21960
|
dataIndex: 'sysOuterId',
|
|
21946
21961
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
@@ -22109,6 +22124,11 @@ var getColumns$6 = function getColumns() {
|
|
|
22109
22124
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
22110
22125
|
width: 150,
|
|
22111
22126
|
render: renderTextEllipsis
|
|
22127
|
+
}, {
|
|
22128
|
+
dataIndex: 'sysItemOuterId',
|
|
22129
|
+
title: "\u7CFB\u7EDF\u4E3B\u5546\u5BB6\u7F16\u7801",
|
|
22130
|
+
width: 250,
|
|
22131
|
+
render: renderTextEllipsis
|
|
22112
22132
|
}, {
|
|
22113
22133
|
dataIndex: 'sysOuterId',
|
|
22114
22134
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
@@ -22290,6 +22310,11 @@ var getColumns$6 = function getColumns() {
|
|
|
22290
22310
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
22291
22311
|
width: 150,
|
|
22292
22312
|
render: renderTextEllipsis
|
|
22313
|
+
}, {
|
|
22314
|
+
dataIndex: 'sysItemOuterId',
|
|
22315
|
+
title: "\u7CFB\u7EDF\u4E3B\u5546\u5BB6\u7F16\u7801",
|
|
22316
|
+
width: 250,
|
|
22317
|
+
render: renderTextEllipsis
|
|
22293
22318
|
}, {
|
|
22294
22319
|
dataIndex: 'sysOuterId',
|
|
22295
22320
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
@@ -24013,6 +24038,7 @@ var processKmGoods$1 = function processKmGoods(_ref8) {
|
|
|
24013
24038
|
itemSysId: item.goodId,
|
|
24014
24039
|
sysItemId: item.goodId,
|
|
24015
24040
|
sysPicPath: item.goodPicUrl,
|
|
24041
|
+
sysItemOuterId: item.goodNo,
|
|
24016
24042
|
payment: null,
|
|
24017
24043
|
price: item.retailPrice,
|
|
24018
24044
|
type: (kmSkuTypeMap === null || kmSkuTypeMap === void 0 ? void 0 : kmSkuTypeMap[item === null || item === void 0 ? void 0 : item.skuType]) || '',
|
package/dist/index.js
CHANGED
|
@@ -9147,6 +9147,10 @@ var processErpTradeId = function processErpTradeId(getValue) {
|
|
|
9147
9147
|
EXCHANGE_TRADE_ID: {
|
|
9148
9148
|
key: 'tradeItemList',
|
|
9149
9149
|
defaultValue: []
|
|
9150
|
+
},
|
|
9151
|
+
SWAP_OUT_TRADE_ID: {
|
|
9152
|
+
key: 'tradeItemList',
|
|
9153
|
+
defaultValue: []
|
|
9150
9154
|
}
|
|
9151
9155
|
};
|
|
9152
9156
|
return _defineProperty({}, nex.uniqueKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_").concat(SYSTEM_ORDER_MAP[nex.workOrderComponentType].key)), SYSTEM_ORDER_MAP[nex.workOrderComponentType].defaultValue));
|
|
@@ -9514,6 +9518,7 @@ var transformWorkOrderData = function transformWorkOrderData(templateColumns) {
|
|
|
9514
9518
|
RETURN_GOODS_TRADE_ID: processErpTradeId,
|
|
9515
9519
|
BS_DELIVERY_NO: processErpTradeId,
|
|
9516
9520
|
REISSUE_TRADE_ID: processErpTradeId,
|
|
9521
|
+
SWAP_OUT_TRADE_ID: processErpTradeId,
|
|
9517
9522
|
ERP_AFTER_SALE_TRADE_ID: processErpTradeId,
|
|
9518
9523
|
EXCHANGE_TRADE_ID: processErpTradeId,
|
|
9519
9524
|
WLN_GOODS: processWlnGoods(templateColumns),
|
|
@@ -21828,6 +21833,11 @@ var getColumns$6 = function getColumns() {
|
|
|
21828
21833
|
title: "\u5546\u54C1\u7B80\u79F0",
|
|
21829
21834
|
width: 150,
|
|
21830
21835
|
render: renderTextEllipsis
|
|
21836
|
+
}, {
|
|
21837
|
+
dataIndex: 'sysItemOuterId',
|
|
21838
|
+
title: "\u7CFB\u7EDF\u4E3B\u5546\u5BB6\u7F16\u7801",
|
|
21839
|
+
width: 250,
|
|
21840
|
+
render: renderTextEllipsis
|
|
21831
21841
|
}, {
|
|
21832
21842
|
dataIndex: 'sysOuterId',
|
|
21833
21843
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
@@ -21956,6 +21966,11 @@ var getColumns$6 = function getColumns() {
|
|
|
21956
21966
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
21957
21967
|
width: 150,
|
|
21958
21968
|
render: renderTextEllipsis
|
|
21969
|
+
}, {
|
|
21970
|
+
dataIndex: 'sysItemOuterId',
|
|
21971
|
+
title: "\u7CFB\u7EDF\u4E3B\u5546\u5BB6\u7F16\u7801",
|
|
21972
|
+
width: 250,
|
|
21973
|
+
render: renderTextEllipsis
|
|
21959
21974
|
}, {
|
|
21960
21975
|
dataIndex: 'sysOuterId',
|
|
21961
21976
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
@@ -22124,6 +22139,11 @@ var getColumns$6 = function getColumns() {
|
|
|
22124
22139
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
22125
22140
|
width: 150,
|
|
22126
22141
|
render: renderTextEllipsis
|
|
22142
|
+
}, {
|
|
22143
|
+
dataIndex: 'sysItemOuterId',
|
|
22144
|
+
title: "\u7CFB\u7EDF\u4E3B\u5546\u5BB6\u7F16\u7801",
|
|
22145
|
+
width: 250,
|
|
22146
|
+
render: renderTextEllipsis
|
|
22127
22147
|
}, {
|
|
22128
22148
|
dataIndex: 'sysOuterId',
|
|
22129
22149
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
@@ -22305,6 +22325,11 @@ var getColumns$6 = function getColumns() {
|
|
|
22305
22325
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
22306
22326
|
width: 150,
|
|
22307
22327
|
render: renderTextEllipsis
|
|
22328
|
+
}, {
|
|
22329
|
+
dataIndex: 'sysItemOuterId',
|
|
22330
|
+
title: "\u7CFB\u7EDF\u4E3B\u5546\u5BB6\u7F16\u7801",
|
|
22331
|
+
width: 250,
|
|
22332
|
+
render: renderTextEllipsis
|
|
22308
22333
|
}, {
|
|
22309
22334
|
dataIndex: 'sysOuterId',
|
|
22310
22335
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
@@ -24028,6 +24053,7 @@ var processKmGoods$1 = function processKmGoods(_ref8) {
|
|
|
24028
24053
|
itemSysId: item.goodId,
|
|
24029
24054
|
sysItemId: item.goodId,
|
|
24030
24055
|
sysPicPath: item.goodPicUrl,
|
|
24056
|
+
sysItemOuterId: item.goodNo,
|
|
24031
24057
|
payment: null,
|
|
24032
24058
|
price: item.retailPrice,
|
|
24033
24059
|
type: (kmkfUtils.kmSkuTypeMap === null || kmkfUtils.kmSkuTypeMap === void 0 ? void 0 : kmkfUtils.kmSkuTypeMap[item === null || item === void 0 ? void 0 : item.skuType]) || '',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.19-beta.2",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "319beea5fcbeb6171121bb9be09a6031633fab43"
|
|
70
70
|
}
|