tplus-components-touch 3.31.11 → 3.31.12
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.
|
@@ -1323,7 +1323,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
1323
1323
|
PayStyle = _enumController$getEn13.PayStyle;
|
|
1324
1324
|
|
|
1325
1325
|
var reg = /^[\d.]+$/g;
|
|
1326
|
-
if (_this2.store.paymode.currentMode.paymentType === PayStyle.hyczk) {
|
|
1326
|
+
if (_this2.store.paymode.currentMode.paymentType === PayStyle.hyczk || _this2.store.paymode.currentMode.paymentType === PayStyle.jfdx) {
|
|
1327
1327
|
if (!val) {
|
|
1328
1328
|
_this2.setState({
|
|
1329
1329
|
storageValue: val
|
|
@@ -5684,6 +5684,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
5684
5684
|
_react2.default.createElement(_input2.default, {
|
|
5685
5685
|
className: _index.hotKey.hotKeyNotFilter('input'),
|
|
5686
5686
|
type: 'text',
|
|
5687
|
+
value: storageValue,
|
|
5687
5688
|
onChange: function onChange(e) {
|
|
5688
5689
|
_this8.setCurrentModeValue(e.target.value, Math.min(currentMode.maxamount, currentMode.member.exchangable));
|
|
5689
5690
|
},
|