@kmkf-fe-packages/basic-components 2.0.54-beta.41 → 2.0.54-beta.43
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 +14 -11
- package/dist/index.js +14 -11
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -16098,14 +16098,14 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16098
16098
|
dataIndex: 'sysOuterId',
|
|
16099
16099
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
16100
16100
|
width: 150
|
|
16101
|
-
}, {
|
|
16102
|
-
dataIndex: 'outerId',
|
|
16103
|
-
title: "\u5546\u5BB6\u7F16\u7801",
|
|
16104
|
-
width: 150
|
|
16105
16101
|
}, {
|
|
16106
16102
|
dataIndex: 'skuSysId',
|
|
16107
16103
|
title: "\u7CFB\u7EDF\u89C4\u683CID",
|
|
16108
16104
|
width: 150
|
|
16105
|
+
}, {
|
|
16106
|
+
dataIndex: 'skuId',
|
|
16107
|
+
title: "\u5E73\u53F0\u89C4\u683C\u7F16\u53F7",
|
|
16108
|
+
width: 170
|
|
16109
16109
|
}, {
|
|
16110
16110
|
dataIndex: 'itemSysId',
|
|
16111
16111
|
title: "\u7CFB\u7EDF\u5546\u54C1ID",
|
|
@@ -16172,7 +16172,7 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16172
16172
|
});
|
|
16173
16173
|
}),
|
|
16174
16174
|
KM_REISSUE_GOODS: [{
|
|
16175
|
-
dataIndex: '
|
|
16175
|
+
dataIndex: 'skuPropertiesName',
|
|
16176
16176
|
title: "\u89C4\u683C\u540D\u79F0",
|
|
16177
16177
|
width: 250
|
|
16178
16178
|
}, {
|
|
@@ -16187,10 +16187,6 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16187
16187
|
dataIndex: 'title',
|
|
16188
16188
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
16189
16189
|
width: 150
|
|
16190
|
-
}, {
|
|
16191
|
-
dataIndex: 'outerId',
|
|
16192
|
-
title: "\u5546\u5BB6\u7F16\u7801",
|
|
16193
|
-
width: 150
|
|
16194
16190
|
}, {
|
|
16195
16191
|
dataIndex: 'sysOuterId',
|
|
16196
16192
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
@@ -16203,6 +16199,10 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16203
16199
|
dataIndex: 'skuSysId',
|
|
16204
16200
|
title: "\u7CFB\u7EDF\u89C4\u683CID",
|
|
16205
16201
|
width: 150
|
|
16202
|
+
}, {
|
|
16203
|
+
dataIndex: 'skuId',
|
|
16204
|
+
title: "\u5E73\u53F0\u89C4\u683C\u7F16\u53F7",
|
|
16205
|
+
width: 170
|
|
16206
16206
|
}, {
|
|
16207
16207
|
dataIndex: 'realNum',
|
|
16208
16208
|
title: "\u5B9E\u9645\u8865\u53D1\u6570\u91CF",
|
|
@@ -16253,7 +16253,10 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16253
16253
|
}, {
|
|
16254
16254
|
dataIndex: 'price',
|
|
16255
16255
|
title: "\u5546\u54C1\u9500\u552E\u4EF7",
|
|
16256
|
-
width: 150
|
|
16256
|
+
width: 150,
|
|
16257
|
+
render: function render(val) {
|
|
16258
|
+
return val || val === 0 ? Number(val).toFixed(2) : '';
|
|
16259
|
+
}
|
|
16257
16260
|
}, {
|
|
16258
16261
|
dataIndex: 'payment',
|
|
16259
16262
|
title: "\u5B9E\u4ED8\u91D1\u989D",
|
|
@@ -16269,7 +16272,7 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16269
16272
|
onChange: function onChange(num) {
|
|
16270
16273
|
return updateHandle === null || updateHandle === void 0 ? void 0 : updateHandle(num, index, 'payment');
|
|
16271
16274
|
}
|
|
16272
|
-
}) : /*#__PURE__*/React.createElement("span", null, val);
|
|
16275
|
+
}) : /*#__PURE__*/React.createElement("span", null, val || val === 0 ? Number(val).toFixed(2) : '');
|
|
16273
16276
|
}
|
|
16274
16277
|
}, {
|
|
16275
16278
|
dataIndex: 'type',
|
package/dist/index.js
CHANGED
|
@@ -16110,14 +16110,14 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16110
16110
|
dataIndex: 'sysOuterId',
|
|
16111
16111
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
16112
16112
|
width: 150
|
|
16113
|
-
}, {
|
|
16114
|
-
dataIndex: 'outerId',
|
|
16115
|
-
title: "\u5546\u5BB6\u7F16\u7801",
|
|
16116
|
-
width: 150
|
|
16117
16113
|
}, {
|
|
16118
16114
|
dataIndex: 'skuSysId',
|
|
16119
16115
|
title: "\u7CFB\u7EDF\u89C4\u683CID",
|
|
16120
16116
|
width: 150
|
|
16117
|
+
}, {
|
|
16118
|
+
dataIndex: 'skuId',
|
|
16119
|
+
title: "\u5E73\u53F0\u89C4\u683C\u7F16\u53F7",
|
|
16120
|
+
width: 170
|
|
16121
16121
|
}, {
|
|
16122
16122
|
dataIndex: 'itemSysId',
|
|
16123
16123
|
title: "\u7CFB\u7EDF\u5546\u54C1ID",
|
|
@@ -16184,7 +16184,7 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16184
16184
|
});
|
|
16185
16185
|
}),
|
|
16186
16186
|
KM_REISSUE_GOODS: [{
|
|
16187
|
-
dataIndex: '
|
|
16187
|
+
dataIndex: 'skuPropertiesName',
|
|
16188
16188
|
title: "\u89C4\u683C\u540D\u79F0",
|
|
16189
16189
|
width: 250
|
|
16190
16190
|
}, {
|
|
@@ -16199,10 +16199,6 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16199
16199
|
dataIndex: 'title',
|
|
16200
16200
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
16201
16201
|
width: 150
|
|
16202
|
-
}, {
|
|
16203
|
-
dataIndex: 'outerId',
|
|
16204
|
-
title: "\u5546\u5BB6\u7F16\u7801",
|
|
16205
|
-
width: 150
|
|
16206
16202
|
}, {
|
|
16207
16203
|
dataIndex: 'sysOuterId',
|
|
16208
16204
|
title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
|
|
@@ -16215,6 +16211,10 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16215
16211
|
dataIndex: 'skuSysId',
|
|
16216
16212
|
title: "\u7CFB\u7EDF\u89C4\u683CID",
|
|
16217
16213
|
width: 150
|
|
16214
|
+
}, {
|
|
16215
|
+
dataIndex: 'skuId',
|
|
16216
|
+
title: "\u5E73\u53F0\u89C4\u683C\u7F16\u53F7",
|
|
16217
|
+
width: 170
|
|
16218
16218
|
}, {
|
|
16219
16219
|
dataIndex: 'realNum',
|
|
16220
16220
|
title: "\u5B9E\u9645\u8865\u53D1\u6570\u91CF",
|
|
@@ -16265,7 +16265,10 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16265
16265
|
}, {
|
|
16266
16266
|
dataIndex: 'price',
|
|
16267
16267
|
title: "\u5546\u54C1\u9500\u552E\u4EF7",
|
|
16268
|
-
width: 150
|
|
16268
|
+
width: 150,
|
|
16269
|
+
render: function render(val) {
|
|
16270
|
+
return val || val === 0 ? Number(val).toFixed(2) : '';
|
|
16271
|
+
}
|
|
16269
16272
|
}, {
|
|
16270
16273
|
dataIndex: 'payment',
|
|
16271
16274
|
title: "\u5B9E\u4ED8\u91D1\u989D",
|
|
@@ -16281,7 +16284,7 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16281
16284
|
onChange: function onChange(num) {
|
|
16282
16285
|
return updateHandle === null || updateHandle === void 0 ? void 0 : updateHandle(num, index, 'payment');
|
|
16283
16286
|
}
|
|
16284
|
-
}) : /*#__PURE__*/React__default['default'].createElement("span", null, val);
|
|
16287
|
+
}) : /*#__PURE__*/React__default['default'].createElement("span", null, val || val === 0 ? Number(val).toFixed(2) : '');
|
|
16285
16288
|
}
|
|
16286
16289
|
}, {
|
|
16287
16290
|
dataIndex: 'type',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.54-beta.
|
|
3
|
+
"version": "2.0.54-beta.43",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "f90e2c8d0f5eca05f430c4c832819005a31a1840"
|
|
69
69
|
}
|