@kmkf-fe-packages/basic-components 1.22.1-beta.24 → 1.22.1-beta.27
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 +164 -8
- package/dist/index.js +164 -8
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -12469,7 +12469,11 @@ var GoodsModal$4 = function GoodsModal(props, ref) {
|
|
|
12469
12469
|
};
|
|
12470
12470
|
var BsE3GoodsModal = /*#__PURE__*/forwardRef(GoodsModal$4);
|
|
12471
12471
|
|
|
12472
|
-
var getColumns = function getColumns() {
|
|
12472
|
+
var getColumns = function getColumns(_ref) {
|
|
12473
|
+
var _ref$text = _ref.text,
|
|
12474
|
+
text = _ref$text === void 0 ? '' : _ref$text,
|
|
12475
|
+
disabled = _ref.disabled,
|
|
12476
|
+
updateHandle = _ref.updateHandle;
|
|
12473
12477
|
return {
|
|
12474
12478
|
//百胜E3补发商品
|
|
12475
12479
|
BS_E3_REISSUE_GOODS: [{
|
|
@@ -12540,7 +12544,7 @@ var getColumns = function getColumns() {
|
|
|
12540
12544
|
return /*#__PURE__*/React.createElement("span", null, +val ? '是' : '否');
|
|
12541
12545
|
}
|
|
12542
12546
|
}],
|
|
12543
|
-
|
|
12547
|
+
//百胜E3商品信息
|
|
12544
12548
|
BS_E3_GOODS: [{
|
|
12545
12549
|
dataIndex: 'sku',
|
|
12546
12550
|
title: "SKU",
|
|
@@ -12624,13 +12628,39 @@ var getColumns = function getColumns() {
|
|
|
12624
12628
|
title: "\u5546\u54C1\u6570\u91CF",
|
|
12625
12629
|
align: 'center',
|
|
12626
12630
|
ellipsis: true,
|
|
12627
|
-
width: 100
|
|
12631
|
+
width: 100,
|
|
12632
|
+
render: function render(val, record, index) {
|
|
12633
|
+
return record.canEdit && !disabled ? /*#__PURE__*/React.createElement(InputNumber, {
|
|
12634
|
+
style: {
|
|
12635
|
+
width: 70
|
|
12636
|
+
},
|
|
12637
|
+
value: val,
|
|
12638
|
+
min: 1,
|
|
12639
|
+
precision: 0,
|
|
12640
|
+
onChange: function onChange(num) {
|
|
12641
|
+
return updateHandle(num, index, 'goodsNumber');
|
|
12642
|
+
}
|
|
12643
|
+
}) : /*#__PURE__*/React.createElement("span", null, val);
|
|
12644
|
+
}
|
|
12628
12645
|
}, {
|
|
12629
12646
|
dataIndex: 'goodsPrice',
|
|
12630
12647
|
title: "\u5546\u54C1\u5355\u4EF7",
|
|
12631
12648
|
align: 'center',
|
|
12632
12649
|
ellipsis: true,
|
|
12633
|
-
width: 120
|
|
12650
|
+
width: 120,
|
|
12651
|
+
render: function render(val, record, index) {
|
|
12652
|
+
return record.canEdit && !disabled ? /*#__PURE__*/React.createElement(InputNumber, {
|
|
12653
|
+
style: {
|
|
12654
|
+
width: 70
|
|
12655
|
+
},
|
|
12656
|
+
value: val,
|
|
12657
|
+
min: 0,
|
|
12658
|
+
precision: 2,
|
|
12659
|
+
onChange: function onChange(num) {
|
|
12660
|
+
return updateHandle(num, index, 'goodsPrice');
|
|
12661
|
+
}
|
|
12662
|
+
}) : /*#__PURE__*/React.createElement("span", null, val);
|
|
12663
|
+
}
|
|
12634
12664
|
}, {
|
|
12635
12665
|
dataIndex: 'shopPrice',
|
|
12636
12666
|
title: "\u5546\u54C1\u7F51\u5E97\u552E\u4EF7",
|
|
@@ -12654,7 +12684,20 @@ var getColumns = function getColumns() {
|
|
|
12654
12684
|
title: "\u5B9E\u4ED8\u91D1\u989D",
|
|
12655
12685
|
align: 'center',
|
|
12656
12686
|
ellipsis: true,
|
|
12657
|
-
width: 120
|
|
12687
|
+
width: 120,
|
|
12688
|
+
render: function render(val, record, index) {
|
|
12689
|
+
return record.canEdit && !disabled ? /*#__PURE__*/React.createElement(InputNumber, {
|
|
12690
|
+
style: {
|
|
12691
|
+
width: 70
|
|
12692
|
+
},
|
|
12693
|
+
value: val,
|
|
12694
|
+
min: 0,
|
|
12695
|
+
precision: 2,
|
|
12696
|
+
onChange: function onChange(num) {
|
|
12697
|
+
return updateHandle(num, index, 'payment');
|
|
12698
|
+
}
|
|
12699
|
+
}) : /*#__PURE__*/React.createElement("span", null, val);
|
|
12700
|
+
}
|
|
12658
12701
|
}, {
|
|
12659
12702
|
dataIndex: 'tcSku',
|
|
12660
12703
|
title: "\u5957\u9910SKU",
|
|
@@ -12682,6 +12725,114 @@ var getColumns = function getColumns() {
|
|
|
12682
12725
|
render: function render(val) {
|
|
12683
12726
|
return /*#__PURE__*/React.createElement("span", null, BS_E3_BOOLEAN_STATUS_MAP[val] || val);
|
|
12684
12727
|
}
|
|
12728
|
+
}],
|
|
12729
|
+
BS_GOODS: [{
|
|
12730
|
+
dataIndex: 'mark',
|
|
12731
|
+
title: "\u5546\u54C1\u6807\u8BB0",
|
|
12732
|
+
align: 'center',
|
|
12733
|
+
ellipsis: true,
|
|
12734
|
+
width: 70,
|
|
12735
|
+
render: function render(val, record, index) {
|
|
12736
|
+
return /*#__PURE__*/React.createElement(Select, {
|
|
12737
|
+
options: [{
|
|
12738
|
+
label: '是',
|
|
12739
|
+
value: '是'
|
|
12740
|
+
}, {
|
|
12741
|
+
label: '否',
|
|
12742
|
+
value: '否'
|
|
12743
|
+
}],
|
|
12744
|
+
disabled: disabled,
|
|
12745
|
+
value: val,
|
|
12746
|
+
onChange: function onChange(val) {
|
|
12747
|
+
return updateHandle(val, index, 'mark');
|
|
12748
|
+
}
|
|
12749
|
+
});
|
|
12750
|
+
}
|
|
12751
|
+
}, {
|
|
12752
|
+
dataIndex: 'skuName',
|
|
12753
|
+
title: "".concat(text, "sku\u540D\u79F0"),
|
|
12754
|
+
align: 'center',
|
|
12755
|
+
ellipsis: true,
|
|
12756
|
+
width: 250
|
|
12757
|
+
}, {
|
|
12758
|
+
dataIndex: 'sku',
|
|
12759
|
+
title: "".concat(text, "sku\u7F16\u7801"),
|
|
12760
|
+
align: 'center',
|
|
12761
|
+
ellipsis: true,
|
|
12762
|
+
width: 100
|
|
12763
|
+
}, {
|
|
12764
|
+
dataIndex: 'name',
|
|
12765
|
+
title: "".concat(text, "\u540D\u79F0"),
|
|
12766
|
+
align: 'center',
|
|
12767
|
+
ellipsis: true,
|
|
12768
|
+
width: 250
|
|
12769
|
+
}, {
|
|
12770
|
+
dataIndex: 'pic',
|
|
12771
|
+
title: "\u56FE\u7247",
|
|
12772
|
+
align: 'center',
|
|
12773
|
+
ellipsis: true,
|
|
12774
|
+
width: 100,
|
|
12775
|
+
render: function render(val) {
|
|
12776
|
+
return /*#__PURE__*/React.createElement(Image, {
|
|
12777
|
+
width: 60,
|
|
12778
|
+
src: val
|
|
12779
|
+
});
|
|
12780
|
+
}
|
|
12781
|
+
}, {
|
|
12782
|
+
dataIndex: 'code',
|
|
12783
|
+
title: "".concat(text, "\u7F16\u7801"),
|
|
12784
|
+
align: 'center',
|
|
12785
|
+
ellipsis: true,
|
|
12786
|
+
width: 100
|
|
12787
|
+
}, {
|
|
12788
|
+
dataIndex: 'money',
|
|
12789
|
+
title: "\u5B9E\u4ED8\u91D1\u989D",
|
|
12790
|
+
align: 'center',
|
|
12791
|
+
ellipsis: true,
|
|
12792
|
+
width: 100
|
|
12793
|
+
}, {
|
|
12794
|
+
dataIndex: 'number',
|
|
12795
|
+
title: "".concat(text, "\u6570\u91CF"),
|
|
12796
|
+
align: 'center',
|
|
12797
|
+
ellipsis: true,
|
|
12798
|
+
width: 100,
|
|
12799
|
+
render: function render(val, record, index) {
|
|
12800
|
+
return record.canUpdateNumber && !disabled ? /*#__PURE__*/React.createElement(InputNumber, {
|
|
12801
|
+
style: {
|
|
12802
|
+
width: 70
|
|
12803
|
+
},
|
|
12804
|
+
value: val,
|
|
12805
|
+
min: 1,
|
|
12806
|
+
precision: 0,
|
|
12807
|
+
onChange: function onChange(num) {
|
|
12808
|
+
return updateHandle(num, index, 'number');
|
|
12809
|
+
}
|
|
12810
|
+
}) : /*#__PURE__*/React.createElement("span", null, val);
|
|
12811
|
+
}
|
|
12812
|
+
}, {
|
|
12813
|
+
dataIndex: 'share',
|
|
12814
|
+
title: "\u5206\u644A\u4EF7",
|
|
12815
|
+
align: 'center',
|
|
12816
|
+
ellipsis: true,
|
|
12817
|
+
width: 70
|
|
12818
|
+
}, {
|
|
12819
|
+
dataIndex: 'type',
|
|
12820
|
+
title: "\u8D60\u54C1\u7C7B\u578B",
|
|
12821
|
+
align: 'center',
|
|
12822
|
+
ellipsis: true,
|
|
12823
|
+
width: 100
|
|
12824
|
+
}, {
|
|
12825
|
+
dataIndex: 'batch',
|
|
12826
|
+
title: "\u6279\u6B21\u53F7",
|
|
12827
|
+
align: 'center',
|
|
12828
|
+
ellipsis: true,
|
|
12829
|
+
width: 100
|
|
12830
|
+
}, {
|
|
12831
|
+
dataIndex: 'expireDate',
|
|
12832
|
+
title: "\u6709\u6548\u671F",
|
|
12833
|
+
align: 'center',
|
|
12834
|
+
ellipsis: true,
|
|
12835
|
+
width: 100
|
|
12685
12836
|
}]
|
|
12686
12837
|
};
|
|
12687
12838
|
};
|
|
@@ -13218,7 +13369,11 @@ var getColumnsMap = function getColumnsMap(args) {
|
|
|
13218
13369
|
text = _ref$text === void 0 ? '' : _ref$text,
|
|
13219
13370
|
disabled = _ref.disabled,
|
|
13220
13371
|
updateHandle = _ref.updateHandle;
|
|
13221
|
-
return _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, getColumns(
|
|
13372
|
+
return _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, getColumns({
|
|
13373
|
+
text: text,
|
|
13374
|
+
disabled: disabled,
|
|
13375
|
+
updateHandle: updateHandle
|
|
13376
|
+
})), getColumns$1({
|
|
13222
13377
|
text: text,
|
|
13223
13378
|
disabled: disabled,
|
|
13224
13379
|
updateHandle: updateHandle
|
|
@@ -13581,6 +13736,7 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
13581
13736
|
case 'WDT_RETURN_GOODS':
|
|
13582
13737
|
case 'WDT_EXCHANGE_GOODS':
|
|
13583
13738
|
case 'BS_E3_GOODS':
|
|
13739
|
+
case 'BS_GOODS':
|
|
13584
13740
|
case 'WLN_GOODS':
|
|
13585
13741
|
{
|
|
13586
13742
|
columns = getColumnsMap({
|
|
@@ -13638,8 +13794,8 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
13638
13794
|
var currentCol = initBaseInfoColumns.find(function (item) {
|
|
13639
13795
|
return item.dataIndex === col.dataIndex;
|
|
13640
13796
|
});
|
|
13641
|
-
return currentCol
|
|
13642
|
-
});
|
|
13797
|
+
return currentCol ? currentCol : undefined;
|
|
13798
|
+
}).filter(Boolean);
|
|
13643
13799
|
}
|
|
13644
13800
|
var columnList = [{
|
|
13645
13801
|
dataIndex: '',
|
package/dist/index.js
CHANGED
|
@@ -12481,7 +12481,11 @@ var GoodsModal$4 = function GoodsModal(props, ref) {
|
|
|
12481
12481
|
};
|
|
12482
12482
|
var BsE3GoodsModal = /*#__PURE__*/React.forwardRef(GoodsModal$4);
|
|
12483
12483
|
|
|
12484
|
-
var getColumns = function getColumns() {
|
|
12484
|
+
var getColumns = function getColumns(_ref) {
|
|
12485
|
+
var _ref$text = _ref.text,
|
|
12486
|
+
text = _ref$text === void 0 ? '' : _ref$text,
|
|
12487
|
+
disabled = _ref.disabled,
|
|
12488
|
+
updateHandle = _ref.updateHandle;
|
|
12485
12489
|
return {
|
|
12486
12490
|
//百胜E3补发商品
|
|
12487
12491
|
BS_E3_REISSUE_GOODS: [{
|
|
@@ -12552,7 +12556,7 @@ var getColumns = function getColumns() {
|
|
|
12552
12556
|
return /*#__PURE__*/React__default['default'].createElement("span", null, +val ? '是' : '否');
|
|
12553
12557
|
}
|
|
12554
12558
|
}],
|
|
12555
|
-
|
|
12559
|
+
//百胜E3商品信息
|
|
12556
12560
|
BS_E3_GOODS: [{
|
|
12557
12561
|
dataIndex: 'sku',
|
|
12558
12562
|
title: "SKU",
|
|
@@ -12636,13 +12640,39 @@ var getColumns = function getColumns() {
|
|
|
12636
12640
|
title: "\u5546\u54C1\u6570\u91CF",
|
|
12637
12641
|
align: 'center',
|
|
12638
12642
|
ellipsis: true,
|
|
12639
|
-
width: 100
|
|
12643
|
+
width: 100,
|
|
12644
|
+
render: function render(val, record, index) {
|
|
12645
|
+
return record.canEdit && !disabled ? /*#__PURE__*/React__default['default'].createElement(antd.InputNumber, {
|
|
12646
|
+
style: {
|
|
12647
|
+
width: 70
|
|
12648
|
+
},
|
|
12649
|
+
value: val,
|
|
12650
|
+
min: 1,
|
|
12651
|
+
precision: 0,
|
|
12652
|
+
onChange: function onChange(num) {
|
|
12653
|
+
return updateHandle(num, index, 'goodsNumber');
|
|
12654
|
+
}
|
|
12655
|
+
}) : /*#__PURE__*/React__default['default'].createElement("span", null, val);
|
|
12656
|
+
}
|
|
12640
12657
|
}, {
|
|
12641
12658
|
dataIndex: 'goodsPrice',
|
|
12642
12659
|
title: "\u5546\u54C1\u5355\u4EF7",
|
|
12643
12660
|
align: 'center',
|
|
12644
12661
|
ellipsis: true,
|
|
12645
|
-
width: 120
|
|
12662
|
+
width: 120,
|
|
12663
|
+
render: function render(val, record, index) {
|
|
12664
|
+
return record.canEdit && !disabled ? /*#__PURE__*/React__default['default'].createElement(antd.InputNumber, {
|
|
12665
|
+
style: {
|
|
12666
|
+
width: 70
|
|
12667
|
+
},
|
|
12668
|
+
value: val,
|
|
12669
|
+
min: 0,
|
|
12670
|
+
precision: 2,
|
|
12671
|
+
onChange: function onChange(num) {
|
|
12672
|
+
return updateHandle(num, index, 'goodsPrice');
|
|
12673
|
+
}
|
|
12674
|
+
}) : /*#__PURE__*/React__default['default'].createElement("span", null, val);
|
|
12675
|
+
}
|
|
12646
12676
|
}, {
|
|
12647
12677
|
dataIndex: 'shopPrice',
|
|
12648
12678
|
title: "\u5546\u54C1\u7F51\u5E97\u552E\u4EF7",
|
|
@@ -12666,7 +12696,20 @@ var getColumns = function getColumns() {
|
|
|
12666
12696
|
title: "\u5B9E\u4ED8\u91D1\u989D",
|
|
12667
12697
|
align: 'center',
|
|
12668
12698
|
ellipsis: true,
|
|
12669
|
-
width: 120
|
|
12699
|
+
width: 120,
|
|
12700
|
+
render: function render(val, record, index) {
|
|
12701
|
+
return record.canEdit && !disabled ? /*#__PURE__*/React__default['default'].createElement(antd.InputNumber, {
|
|
12702
|
+
style: {
|
|
12703
|
+
width: 70
|
|
12704
|
+
},
|
|
12705
|
+
value: val,
|
|
12706
|
+
min: 0,
|
|
12707
|
+
precision: 2,
|
|
12708
|
+
onChange: function onChange(num) {
|
|
12709
|
+
return updateHandle(num, index, 'payment');
|
|
12710
|
+
}
|
|
12711
|
+
}) : /*#__PURE__*/React__default['default'].createElement("span", null, val);
|
|
12712
|
+
}
|
|
12670
12713
|
}, {
|
|
12671
12714
|
dataIndex: 'tcSku',
|
|
12672
12715
|
title: "\u5957\u9910SKU",
|
|
@@ -12694,6 +12737,114 @@ var getColumns = function getColumns() {
|
|
|
12694
12737
|
render: function render(val) {
|
|
12695
12738
|
return /*#__PURE__*/React__default['default'].createElement("span", null, kmkfUtils.BS_E3_BOOLEAN_STATUS_MAP[val] || val);
|
|
12696
12739
|
}
|
|
12740
|
+
}],
|
|
12741
|
+
BS_GOODS: [{
|
|
12742
|
+
dataIndex: 'mark',
|
|
12743
|
+
title: "\u5546\u54C1\u6807\u8BB0",
|
|
12744
|
+
align: 'center',
|
|
12745
|
+
ellipsis: true,
|
|
12746
|
+
width: 70,
|
|
12747
|
+
render: function render(val, record, index) {
|
|
12748
|
+
return /*#__PURE__*/React__default['default'].createElement(antd.Select, {
|
|
12749
|
+
options: [{
|
|
12750
|
+
label: '是',
|
|
12751
|
+
value: '是'
|
|
12752
|
+
}, {
|
|
12753
|
+
label: '否',
|
|
12754
|
+
value: '否'
|
|
12755
|
+
}],
|
|
12756
|
+
disabled: disabled,
|
|
12757
|
+
value: val,
|
|
12758
|
+
onChange: function onChange(val) {
|
|
12759
|
+
return updateHandle(val, index, 'mark');
|
|
12760
|
+
}
|
|
12761
|
+
});
|
|
12762
|
+
}
|
|
12763
|
+
}, {
|
|
12764
|
+
dataIndex: 'skuName',
|
|
12765
|
+
title: "".concat(text, "sku\u540D\u79F0"),
|
|
12766
|
+
align: 'center',
|
|
12767
|
+
ellipsis: true,
|
|
12768
|
+
width: 250
|
|
12769
|
+
}, {
|
|
12770
|
+
dataIndex: 'sku',
|
|
12771
|
+
title: "".concat(text, "sku\u7F16\u7801"),
|
|
12772
|
+
align: 'center',
|
|
12773
|
+
ellipsis: true,
|
|
12774
|
+
width: 100
|
|
12775
|
+
}, {
|
|
12776
|
+
dataIndex: 'name',
|
|
12777
|
+
title: "".concat(text, "\u540D\u79F0"),
|
|
12778
|
+
align: 'center',
|
|
12779
|
+
ellipsis: true,
|
|
12780
|
+
width: 250
|
|
12781
|
+
}, {
|
|
12782
|
+
dataIndex: 'pic',
|
|
12783
|
+
title: "\u56FE\u7247",
|
|
12784
|
+
align: 'center',
|
|
12785
|
+
ellipsis: true,
|
|
12786
|
+
width: 100,
|
|
12787
|
+
render: function render(val) {
|
|
12788
|
+
return /*#__PURE__*/React__default['default'].createElement(antd.Image, {
|
|
12789
|
+
width: 60,
|
|
12790
|
+
src: val
|
|
12791
|
+
});
|
|
12792
|
+
}
|
|
12793
|
+
}, {
|
|
12794
|
+
dataIndex: 'code',
|
|
12795
|
+
title: "".concat(text, "\u7F16\u7801"),
|
|
12796
|
+
align: 'center',
|
|
12797
|
+
ellipsis: true,
|
|
12798
|
+
width: 100
|
|
12799
|
+
}, {
|
|
12800
|
+
dataIndex: 'money',
|
|
12801
|
+
title: "\u5B9E\u4ED8\u91D1\u989D",
|
|
12802
|
+
align: 'center',
|
|
12803
|
+
ellipsis: true,
|
|
12804
|
+
width: 100
|
|
12805
|
+
}, {
|
|
12806
|
+
dataIndex: 'number',
|
|
12807
|
+
title: "".concat(text, "\u6570\u91CF"),
|
|
12808
|
+
align: 'center',
|
|
12809
|
+
ellipsis: true,
|
|
12810
|
+
width: 100,
|
|
12811
|
+
render: function render(val, record, index) {
|
|
12812
|
+
return record.canUpdateNumber && !disabled ? /*#__PURE__*/React__default['default'].createElement(antd.InputNumber, {
|
|
12813
|
+
style: {
|
|
12814
|
+
width: 70
|
|
12815
|
+
},
|
|
12816
|
+
value: val,
|
|
12817
|
+
min: 1,
|
|
12818
|
+
precision: 0,
|
|
12819
|
+
onChange: function onChange(num) {
|
|
12820
|
+
return updateHandle(num, index, 'number');
|
|
12821
|
+
}
|
|
12822
|
+
}) : /*#__PURE__*/React__default['default'].createElement("span", null, val);
|
|
12823
|
+
}
|
|
12824
|
+
}, {
|
|
12825
|
+
dataIndex: 'share',
|
|
12826
|
+
title: "\u5206\u644A\u4EF7",
|
|
12827
|
+
align: 'center',
|
|
12828
|
+
ellipsis: true,
|
|
12829
|
+
width: 70
|
|
12830
|
+
}, {
|
|
12831
|
+
dataIndex: 'type',
|
|
12832
|
+
title: "\u8D60\u54C1\u7C7B\u578B",
|
|
12833
|
+
align: 'center',
|
|
12834
|
+
ellipsis: true,
|
|
12835
|
+
width: 100
|
|
12836
|
+
}, {
|
|
12837
|
+
dataIndex: 'batch',
|
|
12838
|
+
title: "\u6279\u6B21\u53F7",
|
|
12839
|
+
align: 'center',
|
|
12840
|
+
ellipsis: true,
|
|
12841
|
+
width: 100
|
|
12842
|
+
}, {
|
|
12843
|
+
dataIndex: 'expireDate',
|
|
12844
|
+
title: "\u6709\u6548\u671F",
|
|
12845
|
+
align: 'center',
|
|
12846
|
+
ellipsis: true,
|
|
12847
|
+
width: 100
|
|
12697
12848
|
}]
|
|
12698
12849
|
};
|
|
12699
12850
|
};
|
|
@@ -13230,7 +13381,11 @@ var getColumnsMap = function getColumnsMap(args) {
|
|
|
13230
13381
|
text = _ref$text === void 0 ? '' : _ref$text,
|
|
13231
13382
|
disabled = _ref.disabled,
|
|
13232
13383
|
updateHandle = _ref.updateHandle;
|
|
13233
|
-
return _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, getColumns(
|
|
13384
|
+
return _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, getColumns({
|
|
13385
|
+
text: text,
|
|
13386
|
+
disabled: disabled,
|
|
13387
|
+
updateHandle: updateHandle
|
|
13388
|
+
})), getColumns$1({
|
|
13234
13389
|
text: text,
|
|
13235
13390
|
disabled: disabled,
|
|
13236
13391
|
updateHandle: updateHandle
|
|
@@ -13593,6 +13748,7 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
13593
13748
|
case 'WDT_RETURN_GOODS':
|
|
13594
13749
|
case 'WDT_EXCHANGE_GOODS':
|
|
13595
13750
|
case 'BS_E3_GOODS':
|
|
13751
|
+
case 'BS_GOODS':
|
|
13596
13752
|
case 'WLN_GOODS':
|
|
13597
13753
|
{
|
|
13598
13754
|
columns = getColumnsMap({
|
|
@@ -13650,8 +13806,8 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
13650
13806
|
var currentCol = initBaseInfoColumns.find(function (item) {
|
|
13651
13807
|
return item.dataIndex === col.dataIndex;
|
|
13652
13808
|
});
|
|
13653
|
-
return currentCol
|
|
13654
|
-
});
|
|
13809
|
+
return currentCol ? currentCol : undefined;
|
|
13810
|
+
}).filter(Boolean);
|
|
13655
13811
|
}
|
|
13656
13812
|
var columnList = [{
|
|
13657
13813
|
dataIndex: '',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "1.22.1-beta.
|
|
3
|
+
"version": "1.22.1-beta.27",
|
|
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": "f9145447958ab0b77b8c25cb6dd67ceb990028d0"
|
|
69
69
|
}
|