tplus-components-touch 3.26.34 → 3.26.35
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.
|
@@ -636,25 +636,25 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
636
636
|
case 9:
|
|
637
637
|
memberdata1 = _context.t0;
|
|
638
638
|
|
|
639
|
+
_this2.setState({
|
|
640
|
+
czkVisible: true
|
|
641
|
+
});
|
|
639
642
|
if (memberdata1 && memberdata1.length === 1) {
|
|
640
643
|
_this2.handleCzkMoreData(true);
|
|
641
644
|
_this2.store.handleCzkData(memberdata1[0]);
|
|
642
645
|
} else if (memberdata1 && memberdata1.length >= 1) {
|
|
643
646
|
_this2.setState({
|
|
644
|
-
czkVisible: true,
|
|
645
647
|
moreCzkVisible: true,
|
|
646
648
|
memberdata1: memberdata1
|
|
647
649
|
});
|
|
648
650
|
} else {
|
|
649
|
-
_this2.setState({
|
|
650
|
-
czkVisible: true
|
|
651
|
-
});
|
|
651
|
+
_this2.setState({});
|
|
652
652
|
setTimeout(function () {
|
|
653
653
|
_this2.czkInput && _this2.czkInput.input.focus();
|
|
654
654
|
}, 300);
|
|
655
655
|
}
|
|
656
656
|
|
|
657
|
-
case
|
|
657
|
+
case 12:
|
|
658
658
|
case 'end':
|
|
659
659
|
return _context.stop();
|
|
660
660
|
}
|
|
@@ -857,7 +857,7 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
857
857
|
}
|
|
858
858
|
}, 350);
|
|
859
859
|
|
|
860
|
-
if (!isInputMember) {
|
|
860
|
+
if (!(isInputMember && _this2.store.member.ID)) {
|
|
861
861
|
_context4.next = 18;
|
|
862
862
|
break;
|
|
863
863
|
}
|
|
@@ -3356,6 +3356,9 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
3356
3356
|
} else if (ret.status === 1) {
|
|
3357
3357
|
// this.searchMember(ret.value);
|
|
3358
3358
|
// this.czkInput.input["value"]=ret.value;
|
|
3359
|
+
_this6.setState({
|
|
3360
|
+
czkValue: ret.value
|
|
3361
|
+
});
|
|
3359
3362
|
_this6.loadCzk(ret.value);
|
|
3360
3363
|
}
|
|
3361
3364
|
});
|