@kmkf-fe-packages/basic-components 2.0.79-beta.76 → 2.0.79-beta.78
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -18852,7 +18852,7 @@ var getColumns$8 = function getColumns(_ref) {
|
|
|
18852
18852
|
}, {
|
|
18853
18853
|
dataIndex: 'onBillNo',
|
|
18854
18854
|
title: "[SKX]ON\u51FA\u5E93\u901A\u77E5\u5355\u53F7",
|
|
18855
|
-
width:
|
|
18855
|
+
width: 280
|
|
18856
18856
|
}].map(function (item) {
|
|
18857
18857
|
return _objectSpread2(_objectSpread2({}, item), {}, {
|
|
18858
18858
|
align: 'center',
|
|
@@ -24839,7 +24839,7 @@ var IdInputSelect = function IdInputSelect(props) {
|
|
|
24839
24839
|
var typeMap$7 = {
|
|
24840
24840
|
SKX_GOODS: {
|
|
24841
24841
|
key: 'skxGoods',
|
|
24842
|
-
uniqueKey: '
|
|
24842
|
+
uniqueKey: 'skuEcode',
|
|
24843
24843
|
requestParams: {
|
|
24844
24844
|
key: 'onBillNo',
|
|
24845
24845
|
sourceUniqueKey: '78CADF2951',
|
package/dist/index.js
CHANGED
|
@@ -18865,7 +18865,7 @@ var getColumns$8 = function getColumns(_ref) {
|
|
|
18865
18865
|
}, {
|
|
18866
18866
|
dataIndex: 'onBillNo',
|
|
18867
18867
|
title: "[SKX]ON\u51FA\u5E93\u901A\u77E5\u5355\u53F7",
|
|
18868
|
-
width:
|
|
18868
|
+
width: 280
|
|
18869
18869
|
}].map(function (item) {
|
|
18870
18870
|
return _objectSpread2(_objectSpread2({}, item), {}, {
|
|
18871
18871
|
align: 'center',
|
|
@@ -24852,7 +24852,7 @@ var IdInputSelect = function IdInputSelect(props) {
|
|
|
24852
24852
|
var typeMap$7 = {
|
|
24853
24853
|
SKX_GOODS: {
|
|
24854
24854
|
key: 'skxGoods',
|
|
24855
|
-
uniqueKey: '
|
|
24855
|
+
uniqueKey: 'skuEcode',
|
|
24856
24856
|
requestParams: {
|
|
24857
24857
|
key: 'onBillNo',
|
|
24858
24858
|
sourceUniqueKey: '78CADF2951',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.79-beta.
|
|
3
|
+
"version": "2.0.79-beta.78",
|
|
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": "ce7bdf6dad1364e5e60f55e65cee07a0f3665352"
|
|
70
70
|
}
|