fix bug
This commit is contained in:
@ -47,7 +47,7 @@
|
|||||||
{{formData?.bankSerialNumber}}
|
{{formData?.bankSerialNumber}}
|
||||||
</se>
|
</se>
|
||||||
<se label="提现至银行卡">
|
<se label="提现至银行卡">
|
||||||
{{formData?.bankId}}
|
{{formData?.bankCardNumber}}
|
||||||
</se>
|
</se>
|
||||||
<se label="银行回单" col="1">
|
<se label="银行回单" col="1">
|
||||||
<a (click)="downBack()">{{formData?.refundStatus==='3'?'下载回单':'暂无回单'}}</a>
|
<a (click)="downBack()">{{formData?.refundStatus==='3'?'下载回单':'暂无回单'}}</a>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-02-22 13:53:29
|
* @Date : 2022-02-22 13:53:29
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-02-28 15:12:10
|
* @LastEditTime : 2022-02-28 15:56:46
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\cancel-confirm\\cancel-confirm.component.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\cancel-confirm\\cancel-confirm.component.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -25,10 +25,10 @@
|
|||||||
{{ headerInfo?.invoicedate }}
|
{{ headerInfo?.invoicedate }}
|
||||||
</se>
|
</se>
|
||||||
<se label="价税合计">
|
<se label="价税合计">
|
||||||
{{ headerInfo?.vatmoney }}
|
{{ headerInfo?.vatmoney | currency }}
|
||||||
</se>
|
</se>
|
||||||
<se label="税额">
|
<se label="税额">
|
||||||
{{ headerInfo?.vattax }}
|
{{ headerInfo?.vattax | currency }}
|
||||||
</se>
|
</se>
|
||||||
</div>
|
</div>
|
||||||
<div nz-col [nzXl]="8" [nzLg]="8" [nzSm]="8" [nzXs]="8" se-container [labelWidth]="100" col="1">
|
<div nz-col [nzXl]="8" [nzLg]="8" [nzSm]="8" [nzXs]="8" se-container [labelWidth]="100" col="1">
|
||||||
|
|||||||
@ -26,8 +26,8 @@ export class TicketService extends ShipperBaseService {
|
|||||||
|
|
||||||
// 运营端销票处理-订单明细页面
|
// 运营端销票处理-订单明细页面
|
||||||
$api_ficoVatinvHList = '/api/fcc/ficoVatinvH/ficoVatinvHList';
|
$api_ficoVatinvHList = '/api/fcc/ficoVatinvH/ficoVatinvHList';
|
||||||
// 获取销项发票抬头详情信息
|
// 获取开票申请订单明细头部信息
|
||||||
$api_ficoVatinv_header = '/api/fcc/ficoVatinvH/getDetail';
|
$api_ficoVatinv_header = '/api/fcc/ficoVatappBill/getDetailHeadByVatappHId';
|
||||||
// 获取分票发票明细
|
// 获取分票发票明细
|
||||||
$api_ficoVatinv_Detail = '/api/fcc/ficoVatinvL/getDetailByVatinvHId';
|
$api_ficoVatinv_Detail = '/api/fcc/ficoVatinvL/getDetailByVatinvHId';
|
||||||
// 运营端订单明细开票处理
|
// 运营端订单明细开票处理
|
||||||
|
|||||||
@ -47,6 +47,10 @@
|
|||||||
<button [disabled]="service.http.loading" nz-button nzDanger (click)="save()">
|
<button [disabled]="service.http.loading" nz-button nzDanger (click)="save()">
|
||||||
保存
|
保存
|
||||||
</button>
|
</button>
|
||||||
|
<button [disabled]="service.http.loading" nz-button nzDanger (click)="auditPass()" acl
|
||||||
|
[acl-ability]="['USERCENTER-FREIGHT-ENTERPRISE-D-audit']">
|
||||||
|
通过
|
||||||
|
</button>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-template #editButton>
|
<ng-template #editButton>
|
||||||
<ng-container *ngIf="detailData?.approvalStatus===10">
|
<ng-container *ngIf="detailData?.approvalStatus===10">
|
||||||
|
|||||||
Reference in New Issue
Block a user