@kmkf-fe-packages/basic-components 1.19.8-beta.4 → 1.19.8-beta.6
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 +7 -7
- package/dist/index.js +7 -7
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -12085,7 +12085,7 @@ var getTableData$1 = function getTableData(_ref, formData) {
|
|
|
12085
12085
|
var data = {
|
|
12086
12086
|
goodNo: formData.goodNo || null,
|
|
12087
12087
|
goodName: formData.goodName || null,
|
|
12088
|
-
|
|
12088
|
+
skuCode: formData.skuCode || null,
|
|
12089
12089
|
skuId: formData.skuId || null
|
|
12090
12090
|
};
|
|
12091
12091
|
return extendRequest('/qy/gdfw/product/product/page', {
|
|
@@ -14285,32 +14285,32 @@ var columnsMap = {
|
|
|
14285
14285
|
}, {
|
|
14286
14286
|
title: '是否被拆分',
|
|
14287
14287
|
dataIndex: 'isSplit',
|
|
14288
|
-
width:
|
|
14288
|
+
width: 100,
|
|
14289
14289
|
ellipsis: true
|
|
14290
14290
|
}, {
|
|
14291
14291
|
title: '是否拆分子单',
|
|
14292
14292
|
dataIndex: 'isSplitNew',
|
|
14293
|
-
width:
|
|
14293
|
+
width: 100,
|
|
14294
14294
|
ellipsis: true
|
|
14295
14295
|
}, {
|
|
14296
14296
|
title: '是否被合并',
|
|
14297
14297
|
dataIndex: 'isCombine',
|
|
14298
|
-
width:
|
|
14298
|
+
width: 100,
|
|
14299
14299
|
ellipsis: true
|
|
14300
14300
|
}, {
|
|
14301
14301
|
title: '是否合并新单',
|
|
14302
14302
|
dataIndex: 'isCombineNew',
|
|
14303
|
-
width:
|
|
14303
|
+
width: 100,
|
|
14304
14304
|
ellipsis: true
|
|
14305
14305
|
}, {
|
|
14306
14306
|
title: '是否复制单',
|
|
14307
14307
|
dataIndex: 'isCopy',
|
|
14308
|
-
width:
|
|
14308
|
+
width: 100,
|
|
14309
14309
|
ellipsis: true
|
|
14310
14310
|
}, {
|
|
14311
14311
|
title: '是否换货单',
|
|
14312
14312
|
dataIndex: 'isExchangeOrder',
|
|
14313
|
-
width:
|
|
14313
|
+
width: 100,
|
|
14314
14314
|
ellipsis: true
|
|
14315
14315
|
}, {
|
|
14316
14316
|
title: '订单备注',
|
package/dist/index.js
CHANGED
|
@@ -12097,7 +12097,7 @@ var getTableData$1 = function getTableData(_ref, formData) {
|
|
|
12097
12097
|
var data = {
|
|
12098
12098
|
goodNo: formData.goodNo || null,
|
|
12099
12099
|
goodName: formData.goodName || null,
|
|
12100
|
-
|
|
12100
|
+
skuCode: formData.skuCode || null,
|
|
12101
12101
|
skuId: formData.skuId || null
|
|
12102
12102
|
};
|
|
12103
12103
|
return extendRequest('/qy/gdfw/product/product/page', {
|
|
@@ -14297,32 +14297,32 @@ var columnsMap = {
|
|
|
14297
14297
|
}, {
|
|
14298
14298
|
title: '是否被拆分',
|
|
14299
14299
|
dataIndex: 'isSplit',
|
|
14300
|
-
width:
|
|
14300
|
+
width: 100,
|
|
14301
14301
|
ellipsis: true
|
|
14302
14302
|
}, {
|
|
14303
14303
|
title: '是否拆分子单',
|
|
14304
14304
|
dataIndex: 'isSplitNew',
|
|
14305
|
-
width:
|
|
14305
|
+
width: 100,
|
|
14306
14306
|
ellipsis: true
|
|
14307
14307
|
}, {
|
|
14308
14308
|
title: '是否被合并',
|
|
14309
14309
|
dataIndex: 'isCombine',
|
|
14310
|
-
width:
|
|
14310
|
+
width: 100,
|
|
14311
14311
|
ellipsis: true
|
|
14312
14312
|
}, {
|
|
14313
14313
|
title: '是否合并新单',
|
|
14314
14314
|
dataIndex: 'isCombineNew',
|
|
14315
|
-
width:
|
|
14315
|
+
width: 100,
|
|
14316
14316
|
ellipsis: true
|
|
14317
14317
|
}, {
|
|
14318
14318
|
title: '是否复制单',
|
|
14319
14319
|
dataIndex: 'isCopy',
|
|
14320
|
-
width:
|
|
14320
|
+
width: 100,
|
|
14321
14321
|
ellipsis: true
|
|
14322
14322
|
}, {
|
|
14323
14323
|
title: '是否换货单',
|
|
14324
14324
|
dataIndex: 'isExchangeOrder',
|
|
14325
|
-
width:
|
|
14325
|
+
width: 100,
|
|
14326
14326
|
ellipsis: true
|
|
14327
14327
|
}, {
|
|
14328
14328
|
title: '订单备注',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "1.19.8-beta.
|
|
3
|
+
"version": "1.19.8-beta.6",
|
|
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": "e293b532d12e7121db1ade108a291e8c9c9a4f34"
|
|
69
69
|
}
|