@kmkf-fe-packages/basic-components 1.17.8-beta.22 → 1.17.8-beta.24
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 +139 -2
- package/dist/index.js +139 -2
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -12029,7 +12029,7 @@ var getTableData$1 = function getTableData(_ref, formData) {
|
|
|
12029
12029
|
pageSize = _ref.pageSize;
|
|
12030
12030
|
var data = {
|
|
12031
12031
|
goodsSn: formData.goodsSn || null,
|
|
12032
|
-
|
|
12032
|
+
goodsName: formData.goodsName || null,
|
|
12033
12033
|
sku: formData.sku || null,
|
|
12034
12034
|
skuId: formData.skuId || null
|
|
12035
12035
|
};
|
|
@@ -12177,7 +12177,7 @@ var GoodList$1 = function GoodList(props, ref) {
|
|
|
12177
12177
|
width: 150
|
|
12178
12178
|
}
|
|
12179
12179
|
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
12180
|
-
name: "
|
|
12180
|
+
name: "goodsName",
|
|
12181
12181
|
style: {
|
|
12182
12182
|
marginBottom: '12px'
|
|
12183
12183
|
}
|
|
@@ -12804,6 +12804,143 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
12804
12804
|
}];
|
|
12805
12805
|
}
|
|
12806
12806
|
break;
|
|
12807
|
+
case 'BS_E3_GOODS':
|
|
12808
|
+
{
|
|
12809
|
+
columns = [{
|
|
12810
|
+
dataIndex: 'sku',
|
|
12811
|
+
title: "SKU",
|
|
12812
|
+
align: 'center',
|
|
12813
|
+
ellipsis: true,
|
|
12814
|
+
width: 70
|
|
12815
|
+
}, {
|
|
12816
|
+
dataIndex: 'skuId',
|
|
12817
|
+
title: "SKU ID",
|
|
12818
|
+
align: 'center',
|
|
12819
|
+
ellipsis: true,
|
|
12820
|
+
width: 70
|
|
12821
|
+
}, {
|
|
12822
|
+
dataIndex: 'goodsName',
|
|
12823
|
+
title: "\u5546\u54C1\u540D\u79F0",
|
|
12824
|
+
align: 'center',
|
|
12825
|
+
ellipsis: true,
|
|
12826
|
+
width: 70
|
|
12827
|
+
}, {
|
|
12828
|
+
dataIndex: 'goodsSname',
|
|
12829
|
+
title: "\u5546\u54C1\u7B80\u79F0",
|
|
12830
|
+
align: 'center',
|
|
12831
|
+
ellipsis: true,
|
|
12832
|
+
width: 70
|
|
12833
|
+
}, {
|
|
12834
|
+
dataIndex: 'picPath',
|
|
12835
|
+
title: "\u5546\u54C1\u56FE\u7247",
|
|
12836
|
+
align: 'center',
|
|
12837
|
+
ellipsis: true,
|
|
12838
|
+
width: 70
|
|
12839
|
+
}, {
|
|
12840
|
+
dataIndex: 'goodsSn',
|
|
12841
|
+
title: "\u8D27\u53F7",
|
|
12842
|
+
align: 'center',
|
|
12843
|
+
ellipsis: true,
|
|
12844
|
+
width: 70
|
|
12845
|
+
}, {
|
|
12846
|
+
dataIndex: 'goodsId',
|
|
12847
|
+
title: "\u8D27\u53F7ID",
|
|
12848
|
+
align: 'center',
|
|
12849
|
+
ellipsis: true,
|
|
12850
|
+
width: 70
|
|
12851
|
+
}, {
|
|
12852
|
+
dataIndex: 'colorName',
|
|
12853
|
+
title: "\u989C\u8272\u540D\u79F0",
|
|
12854
|
+
align: 'center',
|
|
12855
|
+
ellipsis: true,
|
|
12856
|
+
width: 70
|
|
12857
|
+
}, {
|
|
12858
|
+
dataIndex: 'colorCode',
|
|
12859
|
+
title: "\u989C\u8272\u4EE3\u7801",
|
|
12860
|
+
align: 'center',
|
|
12861
|
+
ellipsis: true,
|
|
12862
|
+
width: 70
|
|
12863
|
+
}, {
|
|
12864
|
+
dataIndex: 'sizeName',
|
|
12865
|
+
title: "\u5C3A\u7801\u540D\u79F0",
|
|
12866
|
+
align: 'center',
|
|
12867
|
+
ellipsis: true,
|
|
12868
|
+
width: 70
|
|
12869
|
+
}, {
|
|
12870
|
+
dataIndex: 'sizeCode',
|
|
12871
|
+
title: "\u5C3A\u7801\u4EE3\u7801",
|
|
12872
|
+
align: 'center',
|
|
12873
|
+
ellipsis: true,
|
|
12874
|
+
width: 70
|
|
12875
|
+
}, {
|
|
12876
|
+
dataIndex: 'brandName',
|
|
12877
|
+
title: "\u54C1\u724C\u540D\u79F0",
|
|
12878
|
+
align: 'center',
|
|
12879
|
+
ellipsis: true,
|
|
12880
|
+
width: 70
|
|
12881
|
+
}, {
|
|
12882
|
+
dataIndex: 'goodsNumber',
|
|
12883
|
+
title: "\u5546\u54C1\u6570\u91CF",
|
|
12884
|
+
align: 'center',
|
|
12885
|
+
ellipsis: true,
|
|
12886
|
+
width: 70
|
|
12887
|
+
}, {
|
|
12888
|
+
dataIndex: 'goodsPrice',
|
|
12889
|
+
title: "\u5546\u54C1\u5355\u4EF7",
|
|
12890
|
+
align: 'center',
|
|
12891
|
+
ellipsis: true,
|
|
12892
|
+
width: 70
|
|
12893
|
+
}, {
|
|
12894
|
+
dataIndex: 'shopPrice',
|
|
12895
|
+
title: "\u5546\u54C1\u7F51\u5E97\u552E\u4EF7",
|
|
12896
|
+
align: 'center',
|
|
12897
|
+
ellipsis: true,
|
|
12898
|
+
width: 70
|
|
12899
|
+
}, {
|
|
12900
|
+
dataIndex: 'sharePrice',
|
|
12901
|
+
title: "\u5206\u644A\u4EF7",
|
|
12902
|
+
align: 'center',
|
|
12903
|
+
ellipsis: true,
|
|
12904
|
+
width: 70
|
|
12905
|
+
}, {
|
|
12906
|
+
dataIndex: 'sharePayment',
|
|
12907
|
+
title: "\u5206\u644A\u5B9E\u4ED8\u91D1\u989D",
|
|
12908
|
+
align: 'center',
|
|
12909
|
+
ellipsis: true,
|
|
12910
|
+
width: 70
|
|
12911
|
+
}, {
|
|
12912
|
+
dataIndex: 'payment',
|
|
12913
|
+
title: "\u5B9E\u4ED8\u91D1\u989D",
|
|
12914
|
+
align: 'center',
|
|
12915
|
+
ellipsis: true,
|
|
12916
|
+
width: 70
|
|
12917
|
+
}, {
|
|
12918
|
+
dataIndex: 'tcSku',
|
|
12919
|
+
title: "\u5957\u9910SKU",
|
|
12920
|
+
align: 'center',
|
|
12921
|
+
ellipsis: true,
|
|
12922
|
+
width: 70
|
|
12923
|
+
}, {
|
|
12924
|
+
dataIndex: 'tcGoodsNumber',
|
|
12925
|
+
title: "\u5957\u9910\u5957\u6570",
|
|
12926
|
+
align: 'center',
|
|
12927
|
+
ellipsis: true,
|
|
12928
|
+
width: 70
|
|
12929
|
+
}, {
|
|
12930
|
+
dataIndex: 'taocanSingleSl',
|
|
12931
|
+
title: "\u5355\u4E2A\u5957\u9910\u6570\u91CF",
|
|
12932
|
+
align: 'center',
|
|
12933
|
+
ellipsis: true,
|
|
12934
|
+
width: 70
|
|
12935
|
+
}, {
|
|
12936
|
+
dataIndex: 'isGift',
|
|
12937
|
+
title: "\u662F\u5426\u8D60\u54C1",
|
|
12938
|
+
align: 'center',
|
|
12939
|
+
ellipsis: true,
|
|
12940
|
+
width: 70
|
|
12941
|
+
}];
|
|
12942
|
+
}
|
|
12943
|
+
break;
|
|
12807
12944
|
default:
|
|
12808
12945
|
columns = [{
|
|
12809
12946
|
dataIndex: 'mark',
|
package/dist/index.js
CHANGED
|
@@ -12041,7 +12041,7 @@ var getTableData$1 = function getTableData(_ref, formData) {
|
|
|
12041
12041
|
pageSize = _ref.pageSize;
|
|
12042
12042
|
var data = {
|
|
12043
12043
|
goodsSn: formData.goodsSn || null,
|
|
12044
|
-
|
|
12044
|
+
goodsName: formData.goodsName || null,
|
|
12045
12045
|
sku: formData.sku || null,
|
|
12046
12046
|
skuId: formData.skuId || null
|
|
12047
12047
|
};
|
|
@@ -12189,7 +12189,7 @@ var GoodList$1 = function GoodList(props, ref) {
|
|
|
12189
12189
|
width: 150
|
|
12190
12190
|
}
|
|
12191
12191
|
})), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
|
|
12192
|
-
name: "
|
|
12192
|
+
name: "goodsName",
|
|
12193
12193
|
style: {
|
|
12194
12194
|
marginBottom: '12px'
|
|
12195
12195
|
}
|
|
@@ -12816,6 +12816,143 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
12816
12816
|
}];
|
|
12817
12817
|
}
|
|
12818
12818
|
break;
|
|
12819
|
+
case 'BS_E3_GOODS':
|
|
12820
|
+
{
|
|
12821
|
+
columns = [{
|
|
12822
|
+
dataIndex: 'sku',
|
|
12823
|
+
title: "SKU",
|
|
12824
|
+
align: 'center',
|
|
12825
|
+
ellipsis: true,
|
|
12826
|
+
width: 70
|
|
12827
|
+
}, {
|
|
12828
|
+
dataIndex: 'skuId',
|
|
12829
|
+
title: "SKU ID",
|
|
12830
|
+
align: 'center',
|
|
12831
|
+
ellipsis: true,
|
|
12832
|
+
width: 70
|
|
12833
|
+
}, {
|
|
12834
|
+
dataIndex: 'goodsName',
|
|
12835
|
+
title: "\u5546\u54C1\u540D\u79F0",
|
|
12836
|
+
align: 'center',
|
|
12837
|
+
ellipsis: true,
|
|
12838
|
+
width: 70
|
|
12839
|
+
}, {
|
|
12840
|
+
dataIndex: 'goodsSname',
|
|
12841
|
+
title: "\u5546\u54C1\u7B80\u79F0",
|
|
12842
|
+
align: 'center',
|
|
12843
|
+
ellipsis: true,
|
|
12844
|
+
width: 70
|
|
12845
|
+
}, {
|
|
12846
|
+
dataIndex: 'picPath',
|
|
12847
|
+
title: "\u5546\u54C1\u56FE\u7247",
|
|
12848
|
+
align: 'center',
|
|
12849
|
+
ellipsis: true,
|
|
12850
|
+
width: 70
|
|
12851
|
+
}, {
|
|
12852
|
+
dataIndex: 'goodsSn',
|
|
12853
|
+
title: "\u8D27\u53F7",
|
|
12854
|
+
align: 'center',
|
|
12855
|
+
ellipsis: true,
|
|
12856
|
+
width: 70
|
|
12857
|
+
}, {
|
|
12858
|
+
dataIndex: 'goodsId',
|
|
12859
|
+
title: "\u8D27\u53F7ID",
|
|
12860
|
+
align: 'center',
|
|
12861
|
+
ellipsis: true,
|
|
12862
|
+
width: 70
|
|
12863
|
+
}, {
|
|
12864
|
+
dataIndex: 'colorName',
|
|
12865
|
+
title: "\u989C\u8272\u540D\u79F0",
|
|
12866
|
+
align: 'center',
|
|
12867
|
+
ellipsis: true,
|
|
12868
|
+
width: 70
|
|
12869
|
+
}, {
|
|
12870
|
+
dataIndex: 'colorCode',
|
|
12871
|
+
title: "\u989C\u8272\u4EE3\u7801",
|
|
12872
|
+
align: 'center',
|
|
12873
|
+
ellipsis: true,
|
|
12874
|
+
width: 70
|
|
12875
|
+
}, {
|
|
12876
|
+
dataIndex: 'sizeName',
|
|
12877
|
+
title: "\u5C3A\u7801\u540D\u79F0",
|
|
12878
|
+
align: 'center',
|
|
12879
|
+
ellipsis: true,
|
|
12880
|
+
width: 70
|
|
12881
|
+
}, {
|
|
12882
|
+
dataIndex: 'sizeCode',
|
|
12883
|
+
title: "\u5C3A\u7801\u4EE3\u7801",
|
|
12884
|
+
align: 'center',
|
|
12885
|
+
ellipsis: true,
|
|
12886
|
+
width: 70
|
|
12887
|
+
}, {
|
|
12888
|
+
dataIndex: 'brandName',
|
|
12889
|
+
title: "\u54C1\u724C\u540D\u79F0",
|
|
12890
|
+
align: 'center',
|
|
12891
|
+
ellipsis: true,
|
|
12892
|
+
width: 70
|
|
12893
|
+
}, {
|
|
12894
|
+
dataIndex: 'goodsNumber',
|
|
12895
|
+
title: "\u5546\u54C1\u6570\u91CF",
|
|
12896
|
+
align: 'center',
|
|
12897
|
+
ellipsis: true,
|
|
12898
|
+
width: 70
|
|
12899
|
+
}, {
|
|
12900
|
+
dataIndex: 'goodsPrice',
|
|
12901
|
+
title: "\u5546\u54C1\u5355\u4EF7",
|
|
12902
|
+
align: 'center',
|
|
12903
|
+
ellipsis: true,
|
|
12904
|
+
width: 70
|
|
12905
|
+
}, {
|
|
12906
|
+
dataIndex: 'shopPrice',
|
|
12907
|
+
title: "\u5546\u54C1\u7F51\u5E97\u552E\u4EF7",
|
|
12908
|
+
align: 'center',
|
|
12909
|
+
ellipsis: true,
|
|
12910
|
+
width: 70
|
|
12911
|
+
}, {
|
|
12912
|
+
dataIndex: 'sharePrice',
|
|
12913
|
+
title: "\u5206\u644A\u4EF7",
|
|
12914
|
+
align: 'center',
|
|
12915
|
+
ellipsis: true,
|
|
12916
|
+
width: 70
|
|
12917
|
+
}, {
|
|
12918
|
+
dataIndex: 'sharePayment',
|
|
12919
|
+
title: "\u5206\u644A\u5B9E\u4ED8\u91D1\u989D",
|
|
12920
|
+
align: 'center',
|
|
12921
|
+
ellipsis: true,
|
|
12922
|
+
width: 70
|
|
12923
|
+
}, {
|
|
12924
|
+
dataIndex: 'payment',
|
|
12925
|
+
title: "\u5B9E\u4ED8\u91D1\u989D",
|
|
12926
|
+
align: 'center',
|
|
12927
|
+
ellipsis: true,
|
|
12928
|
+
width: 70
|
|
12929
|
+
}, {
|
|
12930
|
+
dataIndex: 'tcSku',
|
|
12931
|
+
title: "\u5957\u9910SKU",
|
|
12932
|
+
align: 'center',
|
|
12933
|
+
ellipsis: true,
|
|
12934
|
+
width: 70
|
|
12935
|
+
}, {
|
|
12936
|
+
dataIndex: 'tcGoodsNumber',
|
|
12937
|
+
title: "\u5957\u9910\u5957\u6570",
|
|
12938
|
+
align: 'center',
|
|
12939
|
+
ellipsis: true,
|
|
12940
|
+
width: 70
|
|
12941
|
+
}, {
|
|
12942
|
+
dataIndex: 'taocanSingleSl',
|
|
12943
|
+
title: "\u5355\u4E2A\u5957\u9910\u6570\u91CF",
|
|
12944
|
+
align: 'center',
|
|
12945
|
+
ellipsis: true,
|
|
12946
|
+
width: 70
|
|
12947
|
+
}, {
|
|
12948
|
+
dataIndex: 'isGift',
|
|
12949
|
+
title: "\u662F\u5426\u8D60\u54C1",
|
|
12950
|
+
align: 'center',
|
|
12951
|
+
ellipsis: true,
|
|
12952
|
+
width: 70
|
|
12953
|
+
}];
|
|
12954
|
+
}
|
|
12955
|
+
break;
|
|
12819
12956
|
default:
|
|
12820
12957
|
columns = [{
|
|
12821
12958
|
dataIndex: 'mark',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "1.17.8-beta.
|
|
3
|
+
"version": "1.17.8-beta.24",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "1.17.8-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "1.17.8-beta.23",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"bignumber.js": "^9.1.2",
|
|
26
26
|
"kmkf-monitor": "^0.8.9",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "f9d1b5b48571318aee4758769afbf0f2ecf213ed"
|
|
69
69
|
}
|