fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-01-12 10:52:50
|
* @Date : 2022-01-12 10:52:50
|
||||||
* @LastEditors : Shiming
|
* @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
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\receipts-audit\\receipts-audit.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -130,7 +130,7 @@
|
|||||||
|
|
||||||
<ng-template #extraTemplate>
|
<ng-template #extraTemplate>
|
||||||
<div>
|
<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>
|
<button nz-button nzType="primary" (click)="sign1('1')" acl [acl-ability]="['ORDER-RECEIPTS- electronicBilling']"> 批量生成电子单据 </button>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|||||||
@ -226,7 +226,7 @@ export class VehicleComponentsAuditComponent implements OnInit {
|
|||||||
exportFire() {
|
exportFire() {
|
||||||
this.service.request(this.service.$api_carLicenseAudit_export, this.reqParams).subscribe((res: any) => {
|
this.service.request(this.service.$api_carLicenseAudit_export, this.reqParams).subscribe((res: any) => {
|
||||||
if(res) {
|
if(res) {
|
||||||
this.service.msgSrv.success('导出成功!')
|
this.service.msgSrv.success('导出成功,请去右上角下载中心下载')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@ -285,7 +285,7 @@ export class VehicleComponentsListComponent implements OnInit {
|
|||||||
exportFire() {
|
exportFire() {
|
||||||
this.service.request(this.service.$api_carLicense_export, this.reqParams).subscribe((res: any) => {
|
this.service.request(this.service.$api_carLicense_export, this.reqParams).subscribe((res: any) => {
|
||||||
if(res) {
|
if(res) {
|
||||||
this.service.msgSrv.success('导出成功!')
|
this.service.msgSrv.success('导出成功,请去右上角下载中心下载')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user