tplus-components-touch 3.54.9 → 3.54.10
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.
|
@@ -2715,27 +2715,17 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
2715
2715
|
|
|
2716
2716
|
_modalWraper2.default.confirm({
|
|
2717
2717
|
className: 'not-selectable-voucher',
|
|
2718
|
-
title: '
|
|
2719
|
-
icon: false,
|
|
2718
|
+
title: '以下零售单尚未生成零售结算单,不能进行收款',
|
|
2720
2719
|
content: _react2.default.createElement(
|
|
2721
|
-
'
|
|
2720
|
+
'ul',
|
|
2722
2721
|
null,
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
null,
|
|
2731
|
-
notSelectableVoucherList.map(function (o) {
|
|
2732
|
-
return _react2.default.createElement(
|
|
2733
|
-
'li',
|
|
2734
|
-
null,
|
|
2735
|
-
o.Code
|
|
2736
|
-
);
|
|
2737
|
-
})
|
|
2738
|
-
)
|
|
2722
|
+
notSelectableVoucherList.map(function (o) {
|
|
2723
|
+
return _react2.default.createElement(
|
|
2724
|
+
'li',
|
|
2725
|
+
null,
|
|
2726
|
+
o.Code
|
|
2727
|
+
);
|
|
2728
|
+
})
|
|
2739
2729
|
)
|
|
2740
2730
|
});
|
|
2741
2731
|
return _context18.abrupt('return');
|