This commit is contained in:
wangshiming
2022-03-25 11:03:04 +08:00
parent 41a6e83487
commit 99dddaac1e
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-12 10:52:50
* @LastEditors : Shiming
* @LastEditTime : 2022-03-24 09:30:32
* @LastEditTime : 2022-03-25 11:03:00
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\receipts-audit\\receipts-audit.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -130,7 +130,7 @@
<ng-template #extraTemplate>
<div>
<button nz-button nzType="primary" (click)="sign('1')" acl [acl-ability]="['ORDER-RECEIPTS-billAuditPassBatch']"> 批量签收 </button>
<button nz-button nzType="primary" (click)="sign('1')" acl [acl-ability]="['ORDER-RECEIPTS-billAuditPassBatch']"> 批量通过 </button>
<button nz-button nzType="primary" (click)="sign1('1')" acl [acl-ability]="['ORDER-RECEIPTS- electronicBilling']"> 批量生成电子单据 </button>
</div>
</ng-template>

View File

@ -226,7 +226,7 @@ export class VehicleComponentsAuditComponent implements OnInit {
exportFire() {
this.service.request(this.service.$api_carLicenseAudit_export, this.reqParams).subscribe((res: any) => {
if(res) {
this.service.msgSrv.success('导出成功')
this.service.msgSrv.success('导出成功,请去右上角下载中心下载')
return
}
});

View File

@ -285,7 +285,7 @@ export class VehicleComponentsListComponent implements OnInit {
exportFire() {
this.service.request(this.service.$api_carLicense_export, this.reqParams).subscribe((res: any) => {
if(res) {
this.service.msgSrv.success('导出成功')
this.service.msgSrv.success('导出成功,请去右上角下载中心下载')
return
}
});