Commit df1fe11d by 陶然

优化

parent ec36c9e2
...@@ -40,6 +40,7 @@ namespace Kivii.Finances.Seeyon ...@@ -40,6 +40,7 @@ namespace Kivii.Finances.Seeyon
if (Result == "审批通过") if (Result == "审批通过")
{ {
if (Invoices.IsNullOrEmpty()) throw new Exception("请填写发票信息");
var trans = conn.OpenTransaction(); var trans = conn.OpenTransaction();
try try
{ {
......
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