@kmkf-fe-packages/basic-components 2.2.5-beta.28 → 2.2.5-beta.29
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
CHANGED
|
@@ -12679,7 +12679,7 @@ styleInject(css_248z$9);
|
|
|
12679
12679
|
|
|
12680
12680
|
var Item = Form.Item;
|
|
12681
12681
|
var LogisticsInterception = function LogisticsInterception(props) {
|
|
12682
|
-
var _value$
|
|
12682
|
+
var _value$interceptLogis3, _value$interceptLogis4, _value$interceptLogis5;
|
|
12683
12683
|
var LogisticsAddress = LogisticsAddressData.getInstance();
|
|
12684
12684
|
var LogisticsAddressOptions = (LogisticsAddress === null || LogisticsAddress === void 0 ? void 0 : LogisticsAddress.getAddressData()) || [];
|
|
12685
12685
|
var address = AddressData.getInstance();
|
|
@@ -12877,17 +12877,19 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
12877
12877
|
status: '',
|
|
12878
12878
|
reason: ''
|
|
12879
12879
|
},
|
|
12880
|
+
interceptLogisticsApiStatusReason: undefined,
|
|
12880
12881
|
interceptLogisticsUserKCode: undefined,
|
|
12881
12882
|
interceptLogisticsUserSecretKey: undefined
|
|
12882
12883
|
});
|
|
12883
12884
|
}
|
|
12884
12885
|
if (type === 'interceptLogisticsApiStatus') {
|
|
12885
|
-
var _value$interceptLogis;
|
|
12886
|
+
var _value$interceptLogis, _value$interceptLogis2;
|
|
12886
12887
|
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
12887
12888
|
interceptLogisticsApiStatus: {
|
|
12888
12889
|
status: val,
|
|
12889
12890
|
reason: (value === null || value === void 0 ? void 0 : (_value$interceptLogis = value.interceptLogisticsApiStatus) === null || _value$interceptLogis === void 0 ? void 0 : _value$interceptLogis.reason) || ''
|
|
12890
|
-
}
|
|
12891
|
+
},
|
|
12892
|
+
interceptLogisticsApiStatusReason: (value === null || value === void 0 ? void 0 : (_value$interceptLogis2 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis2 === void 0 ? void 0 : _value$interceptLogis2.reason) || ''
|
|
12891
12893
|
});
|
|
12892
12894
|
}
|
|
12893
12895
|
if (type === 'interceptLogisticsUserKCode') {
|
|
@@ -13110,7 +13112,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
13110
13112
|
label: '接口状态',
|
|
13111
13113
|
key: 'interceptLogisticsApiStatus'
|
|
13112
13114
|
}, /*#__PURE__*/React.createElement(Select, {
|
|
13113
|
-
value: (value === null || value === void 0 ? void 0 : (_value$
|
|
13115
|
+
value: (value === null || value === void 0 ? void 0 : (_value$interceptLogis3 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis3 === void 0 ? void 0 : _value$interceptLogis3.status) || null,
|
|
13114
13116
|
disabled: true,
|
|
13115
13117
|
style: {
|
|
13116
13118
|
width: '200px'
|
|
@@ -13126,11 +13128,21 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
13126
13128
|
label: '失败',
|
|
13127
13129
|
value: '失败'
|
|
13128
13130
|
}]
|
|
13129
|
-
}), (value === null || value === void 0 ? void 0 : (_value$
|
|
13131
|
+
}), (value === null || value === void 0 ? void 0 : (_value$interceptLogis4 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis4 === void 0 ? void 0 : _value$interceptLogis4.reason) ? /*#__PURE__*/React.createElement("div", {
|
|
13130
13132
|
style: {
|
|
13131
13133
|
color: 'red'
|
|
13132
13134
|
}
|
|
13133
|
-
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : (_value$
|
|
13135
|
+
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : (_value$interceptLogis5 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis5 === void 0 ? void 0 : _value$interceptLogis5.reason) : null), /*#__PURE__*/React.createElement(Item, {
|
|
13136
|
+
label: '接口状态原因',
|
|
13137
|
+
key: 'interceptLogisticsApiStatusReason'
|
|
13138
|
+
}, /*#__PURE__*/React.createElement(Input, {
|
|
13139
|
+
value: value === null || value === void 0 ? void 0 : value.interceptLogisticsApiStatusReason,
|
|
13140
|
+
disabled: true,
|
|
13141
|
+
placeholder: "\u63A5\u53E3\u72B6\u6001\u539F\u56E0",
|
|
13142
|
+
onChange: function onChange(e) {
|
|
13143
|
+
return changeHandle(e.target.value, 'interceptLogisticsApiStatusReason');
|
|
13144
|
+
}
|
|
13145
|
+
})));
|
|
13134
13146
|
};
|
|
13135
13147
|
|
|
13136
13148
|
var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
|
package/dist/index.js
CHANGED
|
@@ -12694,7 +12694,7 @@ styleInject(css_248z$9);
|
|
|
12694
12694
|
|
|
12695
12695
|
var Item = antd.Form.Item;
|
|
12696
12696
|
var LogisticsInterception = function LogisticsInterception(props) {
|
|
12697
|
-
var _value$
|
|
12697
|
+
var _value$interceptLogis3, _value$interceptLogis4, _value$interceptLogis5;
|
|
12698
12698
|
var LogisticsAddress = kmkfUtils.LogisticsAddressData.getInstance();
|
|
12699
12699
|
var LogisticsAddressOptions = (LogisticsAddress === null || LogisticsAddress === void 0 ? void 0 : LogisticsAddress.getAddressData()) || [];
|
|
12700
12700
|
var address = kmkfUtils.AddressData.getInstance();
|
|
@@ -12892,17 +12892,19 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
12892
12892
|
status: '',
|
|
12893
12893
|
reason: ''
|
|
12894
12894
|
},
|
|
12895
|
+
interceptLogisticsApiStatusReason: undefined,
|
|
12895
12896
|
interceptLogisticsUserKCode: undefined,
|
|
12896
12897
|
interceptLogisticsUserSecretKey: undefined
|
|
12897
12898
|
});
|
|
12898
12899
|
}
|
|
12899
12900
|
if (type === 'interceptLogisticsApiStatus') {
|
|
12900
|
-
var _value$interceptLogis;
|
|
12901
|
+
var _value$interceptLogis, _value$interceptLogis2;
|
|
12901
12902
|
newValue = _objectSpread2(_objectSpread2({}, newValue), {}, {
|
|
12902
12903
|
interceptLogisticsApiStatus: {
|
|
12903
12904
|
status: val,
|
|
12904
12905
|
reason: (value === null || value === void 0 ? void 0 : (_value$interceptLogis = value.interceptLogisticsApiStatus) === null || _value$interceptLogis === void 0 ? void 0 : _value$interceptLogis.reason) || ''
|
|
12905
|
-
}
|
|
12906
|
+
},
|
|
12907
|
+
interceptLogisticsApiStatusReason: (value === null || value === void 0 ? void 0 : (_value$interceptLogis2 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis2 === void 0 ? void 0 : _value$interceptLogis2.reason) || ''
|
|
12906
12908
|
});
|
|
12907
12909
|
}
|
|
12908
12910
|
if (type === 'interceptLogisticsUserKCode') {
|
|
@@ -13125,7 +13127,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
13125
13127
|
label: '接口状态',
|
|
13126
13128
|
key: 'interceptLogisticsApiStatus'
|
|
13127
13129
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Select, {
|
|
13128
|
-
value: (value === null || value === void 0 ? void 0 : (_value$
|
|
13130
|
+
value: (value === null || value === void 0 ? void 0 : (_value$interceptLogis3 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis3 === void 0 ? void 0 : _value$interceptLogis3.status) || null,
|
|
13129
13131
|
disabled: true,
|
|
13130
13132
|
style: {
|
|
13131
13133
|
width: '200px'
|
|
@@ -13141,11 +13143,21 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
13141
13143
|
label: '失败',
|
|
13142
13144
|
value: '失败'
|
|
13143
13145
|
}]
|
|
13144
|
-
}), (value === null || value === void 0 ? void 0 : (_value$
|
|
13146
|
+
}), (value === null || value === void 0 ? void 0 : (_value$interceptLogis4 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis4 === void 0 ? void 0 : _value$interceptLogis4.reason) ? /*#__PURE__*/React__default['default'].createElement("div", {
|
|
13145
13147
|
style: {
|
|
13146
13148
|
color: 'red'
|
|
13147
13149
|
}
|
|
13148
|
-
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : (_value$
|
|
13150
|
+
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : (_value$interceptLogis5 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis5 === void 0 ? void 0 : _value$interceptLogis5.reason) : null), /*#__PURE__*/React__default['default'].createElement(Item, {
|
|
13151
|
+
label: '接口状态原因',
|
|
13152
|
+
key: 'interceptLogisticsApiStatusReason'
|
|
13153
|
+
}, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
|
|
13154
|
+
value: value === null || value === void 0 ? void 0 : value.interceptLogisticsApiStatusReason,
|
|
13155
|
+
disabled: true,
|
|
13156
|
+
placeholder: "\u63A5\u53E3\u72B6\u6001\u539F\u56E0",
|
|
13157
|
+
onChange: function onChange(e) {
|
|
13158
|
+
return changeHandle(e.target.value, 'interceptLogisticsApiStatusReason');
|
|
13159
|
+
}
|
|
13160
|
+
})));
|
|
13149
13161
|
};
|
|
13150
13162
|
|
|
13151
13163
|
var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.5-beta.
|
|
3
|
+
"version": "2.2.5-beta.29",
|
|
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": "6f85461b0aa71fe4b536cc116821c46e6c548964"
|
|
70
70
|
}
|