Commit 50a6fe90 authored by 陈前's avatar 陈前

打印

parent e9298fb9
......@@ -183,8 +183,6 @@ public class StatisticsDetailActivity extends BaseActivity<StatisticsDetailPrese
} catch (Exception e) {
ToastUtils.showShort("无法打印");
}
mViewBinding.btnPrint.setEnabled(false);
mViewBinding.btnPrint.setText("已打印");
}
......@@ -304,8 +302,7 @@ public class StatisticsDetailActivity extends BaseActivity<StatisticsDetailPrese
ToastUtils.showShort("无法打印");
}
mViewBinding.btnPrint.setEnabled(false);
mViewBinding.btnPrint.setText("已打印");
}
});
}
......
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