Commit 0d153ec2 authored by zhang_z's avatar zhang_z

Merge remote-tracking branch 'origin/master'

parents c82bb919 50a6fe90
......@@ -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