@kmkf-fe-packages/basic-components 2.0.79-beta.22 → 2.0.79-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 +82 -2
- package/dist/index.js +82 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -11348,7 +11348,7 @@ var LogisticsTrajectory = function LogisticsTrajectory(props) {
|
|
|
11348
11348
|
if (disabled) {
|
|
11349
11349
|
return;
|
|
11350
11350
|
}
|
|
11351
|
-
if (
|
|
11351
|
+
if (['KYE', 'SF'].includes(newCompany) && !(newCompany && trajectoryCode && trajectoryPhone)) {
|
|
11352
11352
|
return;
|
|
11353
11353
|
} else if (!(newCompany && trajectoryCode)) {
|
|
11354
11354
|
return;
|
|
@@ -11484,7 +11484,7 @@ var LogisticsTrajectory = function LogisticsTrajectory(props) {
|
|
|
11484
11484
|
value: value === null || value === void 0 ? void 0 : value.trajectorySnapshot
|
|
11485
11485
|
});
|
|
11486
11486
|
};
|
|
11487
|
-
return /*#__PURE__*/React.createElement("div", null, LogisticsCompany(), LogisticsCode(), (value === null || value === void 0 ? void 0 : value.trajectoryCompany)
|
|
11487
|
+
return /*#__PURE__*/React.createElement("div", null, LogisticsCompany(), LogisticsCode(), ['KYE', 'SF'].includes(value === null || value === void 0 ? void 0 : value.trajectoryCompany) ? LogisticsPhone() : null, trajectoryApiStatus && isSingle && LogisticsApiStatus(), showField && showField.includes('snapshot') ? /*#__PURE__*/React.createElement(LogisticsSnapshot, null) : null);
|
|
11488
11488
|
};
|
|
11489
11489
|
|
|
11490
11490
|
var LogisticsMoreTrajectory = function LogisticsMoreTrajectory(props) {
|
|
@@ -14781,6 +14781,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14781
14781
|
val: text
|
|
14782
14782
|
});
|
|
14783
14783
|
}
|
|
14784
|
+
}, {
|
|
14785
|
+
dataIndex: 'apiGoodsName',
|
|
14786
|
+
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
14787
|
+
width: 200,
|
|
14788
|
+
align: 'center'
|
|
14789
|
+
}, {
|
|
14790
|
+
dataIndex: 'platformGoodsId',
|
|
14791
|
+
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
14792
|
+
width: 180,
|
|
14793
|
+
align: 'center'
|
|
14784
14794
|
}, {
|
|
14785
14795
|
dataIndex: 'specId',
|
|
14786
14796
|
title: "SKUID",
|
|
@@ -14803,6 +14813,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14803
14813
|
val: text
|
|
14804
14814
|
});
|
|
14805
14815
|
}
|
|
14816
|
+
}, {
|
|
14817
|
+
dataIndex: 'apiSpecName',
|
|
14818
|
+
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
14819
|
+
width: 200,
|
|
14820
|
+
align: 'center'
|
|
14821
|
+
}, {
|
|
14822
|
+
dataIndex: 'platformSpecId',
|
|
14823
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
14824
|
+
width: 180,
|
|
14825
|
+
align: 'center'
|
|
14806
14826
|
}, {
|
|
14807
14827
|
dataIndex: 'orderPrice',
|
|
14808
14828
|
title: "\u6210\u4EA4\u603B\u91D1\u989D",
|
|
@@ -14847,6 +14867,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14847
14867
|
val: text
|
|
14848
14868
|
});
|
|
14849
14869
|
}
|
|
14870
|
+
}, {
|
|
14871
|
+
dataIndex: 'apiGoodsName',
|
|
14872
|
+
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
14873
|
+
width: 200,
|
|
14874
|
+
align: 'center'
|
|
14875
|
+
}, {
|
|
14876
|
+
dataIndex: 'platformGoodsId',
|
|
14877
|
+
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
14878
|
+
width: 180,
|
|
14879
|
+
align: 'center'
|
|
14850
14880
|
}, {
|
|
14851
14881
|
dataIndex: 'specId',
|
|
14852
14882
|
title: "".concat(text, "SKUID"),
|
|
@@ -14869,6 +14899,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14869
14899
|
val: text
|
|
14870
14900
|
});
|
|
14871
14901
|
}
|
|
14902
|
+
}, {
|
|
14903
|
+
dataIndex: 'apiSpecName',
|
|
14904
|
+
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
14905
|
+
width: 200,
|
|
14906
|
+
align: 'center'
|
|
14907
|
+
}, {
|
|
14908
|
+
dataIndex: 'platformSpecId',
|
|
14909
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
14910
|
+
width: 180,
|
|
14911
|
+
align: 'center'
|
|
14872
14912
|
}, {
|
|
14873
14913
|
dataIndex: 'orderPrice',
|
|
14874
14914
|
title: "\u6210\u4EA4\u603B\u91D1\u989D",
|
|
@@ -14934,6 +14974,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14934
14974
|
val: text
|
|
14935
14975
|
});
|
|
14936
14976
|
}
|
|
14977
|
+
}, {
|
|
14978
|
+
dataIndex: 'apiGoodsName',
|
|
14979
|
+
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
14980
|
+
width: 200,
|
|
14981
|
+
align: 'center'
|
|
14982
|
+
}, {
|
|
14983
|
+
dataIndex: 'platformGoodsId',
|
|
14984
|
+
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
14985
|
+
width: 180,
|
|
14986
|
+
align: 'center'
|
|
14937
14987
|
}, {
|
|
14938
14988
|
dataIndex: 'specId',
|
|
14939
14989
|
title: "".concat(text, "SKUID"),
|
|
@@ -14956,6 +15006,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14956
15006
|
val: text
|
|
14957
15007
|
});
|
|
14958
15008
|
}
|
|
15009
|
+
}, {
|
|
15010
|
+
dataIndex: 'apiSpecName',
|
|
15011
|
+
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
15012
|
+
width: 200,
|
|
15013
|
+
align: 'center'
|
|
15014
|
+
}, {
|
|
15015
|
+
dataIndex: 'platformSpecId',
|
|
15016
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
15017
|
+
width: 180,
|
|
15018
|
+
align: 'center'
|
|
14959
15019
|
}, {
|
|
14960
15020
|
dataIndex: 'num',
|
|
14961
15021
|
title: "".concat(text, "\u9000\u8D27\u6570\u91CF"),
|
|
@@ -15059,6 +15119,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
15059
15119
|
val: text
|
|
15060
15120
|
});
|
|
15061
15121
|
}
|
|
15122
|
+
}, {
|
|
15123
|
+
dataIndex: 'apiGoodsName',
|
|
15124
|
+
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
15125
|
+
width: 200,
|
|
15126
|
+
align: 'center'
|
|
15127
|
+
}, {
|
|
15128
|
+
dataIndex: 'platformGoodsId',
|
|
15129
|
+
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
15130
|
+
width: 180,
|
|
15131
|
+
align: 'center'
|
|
15062
15132
|
}, {
|
|
15063
15133
|
dataIndex: 'specId',
|
|
15064
15134
|
title: "".concat(text, "SKUID"),
|
|
@@ -15081,6 +15151,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
15081
15151
|
val: text
|
|
15082
15152
|
});
|
|
15083
15153
|
}
|
|
15154
|
+
}, {
|
|
15155
|
+
dataIndex: 'apiSpecName',
|
|
15156
|
+
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
15157
|
+
width: 200,
|
|
15158
|
+
align: 'center'
|
|
15159
|
+
}, {
|
|
15160
|
+
dataIndex: 'platformSpecId',
|
|
15161
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
15162
|
+
width: 180,
|
|
15163
|
+
align: 'center'
|
|
15084
15164
|
}, {
|
|
15085
15165
|
dataIndex: 'num',
|
|
15086
15166
|
title: "".concat(text, "\u6362\u51FA\u6570\u91CF"),
|
package/dist/index.js
CHANGED
|
@@ -11360,7 +11360,7 @@ var LogisticsTrajectory = function LogisticsTrajectory(props) {
|
|
|
11360
11360
|
if (disabled) {
|
|
11361
11361
|
return;
|
|
11362
11362
|
}
|
|
11363
|
-
if (
|
|
11363
|
+
if (['KYE', 'SF'].includes(newCompany) && !(newCompany && trajectoryCode && trajectoryPhone)) {
|
|
11364
11364
|
return;
|
|
11365
11365
|
} else if (!(newCompany && trajectoryCode)) {
|
|
11366
11366
|
return;
|
|
@@ -11496,7 +11496,7 @@ var LogisticsTrajectory = function LogisticsTrajectory(props) {
|
|
|
11496
11496
|
value: value === null || value === void 0 ? void 0 : value.trajectorySnapshot
|
|
11497
11497
|
});
|
|
11498
11498
|
};
|
|
11499
|
-
return /*#__PURE__*/React__default['default'].createElement("div", null, LogisticsCompany(), LogisticsCode(), (value === null || value === void 0 ? void 0 : value.trajectoryCompany)
|
|
11499
|
+
return /*#__PURE__*/React__default['default'].createElement("div", null, LogisticsCompany(), LogisticsCode(), ['KYE', 'SF'].includes(value === null || value === void 0 ? void 0 : value.trajectoryCompany) ? LogisticsPhone() : null, trajectoryApiStatus && isSingle && LogisticsApiStatus(), showField && showField.includes('snapshot') ? /*#__PURE__*/React__default['default'].createElement(LogisticsSnapshot, null) : null);
|
|
11500
11500
|
};
|
|
11501
11501
|
|
|
11502
11502
|
var LogisticsMoreTrajectory = function LogisticsMoreTrajectory(props) {
|
|
@@ -14793,6 +14793,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14793
14793
|
val: text
|
|
14794
14794
|
});
|
|
14795
14795
|
}
|
|
14796
|
+
}, {
|
|
14797
|
+
dataIndex: 'apiGoodsName',
|
|
14798
|
+
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
14799
|
+
width: 200,
|
|
14800
|
+
align: 'center'
|
|
14801
|
+
}, {
|
|
14802
|
+
dataIndex: 'platformGoodsId',
|
|
14803
|
+
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
14804
|
+
width: 180,
|
|
14805
|
+
align: 'center'
|
|
14796
14806
|
}, {
|
|
14797
14807
|
dataIndex: 'specId',
|
|
14798
14808
|
title: "SKUID",
|
|
@@ -14815,6 +14825,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14815
14825
|
val: text
|
|
14816
14826
|
});
|
|
14817
14827
|
}
|
|
14828
|
+
}, {
|
|
14829
|
+
dataIndex: 'apiSpecName',
|
|
14830
|
+
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
14831
|
+
width: 200,
|
|
14832
|
+
align: 'center'
|
|
14833
|
+
}, {
|
|
14834
|
+
dataIndex: 'platformSpecId',
|
|
14835
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
14836
|
+
width: 180,
|
|
14837
|
+
align: 'center'
|
|
14818
14838
|
}, {
|
|
14819
14839
|
dataIndex: 'orderPrice',
|
|
14820
14840
|
title: "\u6210\u4EA4\u603B\u91D1\u989D",
|
|
@@ -14859,6 +14879,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14859
14879
|
val: text
|
|
14860
14880
|
});
|
|
14861
14881
|
}
|
|
14882
|
+
}, {
|
|
14883
|
+
dataIndex: 'apiGoodsName',
|
|
14884
|
+
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
14885
|
+
width: 200,
|
|
14886
|
+
align: 'center'
|
|
14887
|
+
}, {
|
|
14888
|
+
dataIndex: 'platformGoodsId',
|
|
14889
|
+
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
14890
|
+
width: 180,
|
|
14891
|
+
align: 'center'
|
|
14862
14892
|
}, {
|
|
14863
14893
|
dataIndex: 'specId',
|
|
14864
14894
|
title: "".concat(text, "SKUID"),
|
|
@@ -14881,6 +14911,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14881
14911
|
val: text
|
|
14882
14912
|
});
|
|
14883
14913
|
}
|
|
14914
|
+
}, {
|
|
14915
|
+
dataIndex: 'apiSpecName',
|
|
14916
|
+
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
14917
|
+
width: 200,
|
|
14918
|
+
align: 'center'
|
|
14919
|
+
}, {
|
|
14920
|
+
dataIndex: 'platformSpecId',
|
|
14921
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
14922
|
+
width: 180,
|
|
14923
|
+
align: 'center'
|
|
14884
14924
|
}, {
|
|
14885
14925
|
dataIndex: 'orderPrice',
|
|
14886
14926
|
title: "\u6210\u4EA4\u603B\u91D1\u989D",
|
|
@@ -14946,6 +14986,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14946
14986
|
val: text
|
|
14947
14987
|
});
|
|
14948
14988
|
}
|
|
14989
|
+
}, {
|
|
14990
|
+
dataIndex: 'apiGoodsName',
|
|
14991
|
+
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
14992
|
+
width: 200,
|
|
14993
|
+
align: 'center'
|
|
14994
|
+
}, {
|
|
14995
|
+
dataIndex: 'platformGoodsId',
|
|
14996
|
+
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
14997
|
+
width: 180,
|
|
14998
|
+
align: 'center'
|
|
14949
14999
|
}, {
|
|
14950
15000
|
dataIndex: 'specId',
|
|
14951
15001
|
title: "".concat(text, "SKUID"),
|
|
@@ -14968,6 +15018,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
14968
15018
|
val: text
|
|
14969
15019
|
});
|
|
14970
15020
|
}
|
|
15021
|
+
}, {
|
|
15022
|
+
dataIndex: 'apiSpecName',
|
|
15023
|
+
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
15024
|
+
width: 200,
|
|
15025
|
+
align: 'center'
|
|
15026
|
+
}, {
|
|
15027
|
+
dataIndex: 'platformSpecId',
|
|
15028
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
15029
|
+
width: 180,
|
|
15030
|
+
align: 'center'
|
|
14971
15031
|
}, {
|
|
14972
15032
|
dataIndex: 'num',
|
|
14973
15033
|
title: "".concat(text, "\u9000\u8D27\u6570\u91CF"),
|
|
@@ -15071,6 +15131,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
15071
15131
|
val: text
|
|
15072
15132
|
});
|
|
15073
15133
|
}
|
|
15134
|
+
}, {
|
|
15135
|
+
dataIndex: 'apiGoodsName',
|
|
15136
|
+
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
15137
|
+
width: 200,
|
|
15138
|
+
align: 'center'
|
|
15139
|
+
}, {
|
|
15140
|
+
dataIndex: 'platformGoodsId',
|
|
15141
|
+
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
15142
|
+
width: 180,
|
|
15143
|
+
align: 'center'
|
|
15074
15144
|
}, {
|
|
15075
15145
|
dataIndex: 'specId',
|
|
15076
15146
|
title: "".concat(text, "SKUID"),
|
|
@@ -15093,6 +15163,16 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
15093
15163
|
val: text
|
|
15094
15164
|
});
|
|
15095
15165
|
}
|
|
15166
|
+
}, {
|
|
15167
|
+
dataIndex: 'apiSpecName',
|
|
15168
|
+
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
15169
|
+
width: 200,
|
|
15170
|
+
align: 'center'
|
|
15171
|
+
}, {
|
|
15172
|
+
dataIndex: 'platformSpecId',
|
|
15173
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
15174
|
+
width: 180,
|
|
15175
|
+
align: 'center'
|
|
15096
15176
|
}, {
|
|
15097
15177
|
dataIndex: 'num',
|
|
15098
15178
|
title: "".concat(text, "\u6362\u51FA\u6570\u91CF"),
|
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.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": "2bb32a44b45931ddabfd2cbec66166833cb2892e"
|
|
69
69
|
}
|