付款申请单 候补发票
This commit is contained in:
parent
842c50ca6a
commit
df607a24d3
|
@ -101,9 +101,14 @@ public class SupplementInvoiceBillPlugin extends PaymentApplyEditUI {
|
|||
|
||||
|
||||
}
|
||||
SaveServiceHelper.save(invArr);//发票保存
|
||||
log.info("SupplementInvoiceBillPlugin:发票保存");
|
||||
this.getView().showTipNotification("保存成功");
|
||||
if(invArr.length>0){
|
||||
SaveServiceHelper.save(invArr);//发票保存
|
||||
log.info("SupplementInvoiceBillPlugin:发票保存");
|
||||
this.getView().showTipNotification("保存成功");
|
||||
}else{
|
||||
this.getView().showTipNotification("发票保存失败!");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue