diff --git a/src/app/routes/order-management/modal/audit/voucher-view/voucher-view.component.ts b/src/app/routes/order-management/modal/audit/voucher-view/voucher-view.component.ts index 5352885d..54b91f69 100644 --- a/src/app/routes/order-management/modal/audit/voucher-view/voucher-view.component.ts +++ b/src/app/routes/order-management/modal/audit/voucher-view/voucher-view.component.ts @@ -424,7 +424,7 @@ export class orderManagementVoucherViewComponent implements OnInit { const params = [this.i.id]; this.service.request(this.service.$api_get_billAuditPass, params).subscribe((res) => { if(res) { - this.service.msgSrv.success('审核成功!') + this.service.msgSrv.success('生成电子单据成功!') this.modal.destroy(true); } })