Commit aed7e2cd authored by 陈前's avatar 陈前

String

parent 5e776d12
...@@ -517,7 +517,7 @@ public class SettlePresenter extends SettleContract.Presenter { ...@@ -517,7 +517,7 @@ public class SettlePresenter extends SettleContract.Presenter {
try { try {
ZX_PrintPOS.getInstance(MainActivity.mainActivity).print(1, saleorder); ZX_PrintPOS.getInstance(MainActivity.mainActivity).print(1, saleorder);
} catch (Exception e) { } catch (Exception e) {
ToastUtils.showShort("打印异常"); ToastUtils.showShort("无法打印,请检查");
} }
} }
......
...@@ -212,7 +212,7 @@ public class VipPresenter extends VipContract.Presenter { ...@@ -212,7 +212,7 @@ public class VipPresenter extends VipContract.Presenter {
try { try {
ZX_PrintPOS.getInstance(MainActivity.mainActivity).printSave(1, mVipRechangeOrdervip); ZX_PrintPOS.getInstance(MainActivity.mainActivity).printSave(1, mVipRechangeOrdervip);
} catch (Exception e) { } catch (Exception e) {
ToastUtils.showShort("打印异常"); ToastUtils.showShort("无法打印,请检查");
} }
mView.rechangeSus(vip); mView.rechangeSus(vip);
}, throwable -> { }, throwable -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment