|
@@ -149,9 +149,8 @@
|
|
|
sa.checkNull(this.completeDate.form.invoiceTime, '请选择 [开票时间]');
|
|
|
sa.checkNull(this.completeDate.form.invoiceNo, '输入 [发票号]');
|
|
|
sa.ajax('/TbInvoiceInfo/complete?' , this.completeDate.form, function(res) {
|
|
|
- sa.alert('开票成功');
|
|
|
this.completeDate.visible = false;
|
|
|
- this.f5();
|
|
|
+ sa.alert('开票成功', this.f5);
|
|
|
}.bind(this))
|
|
|
},
|
|
|
getCustomer() {
|