This commit is contained in:
wangshiming
2022-02-28 15:56:51 +08:00
5 changed files with 10 additions and 6 deletions

View File

@ -47,7 +47,7 @@
{{formData?.bankSerialNumber}}
</se>
<se label="提现至银行卡">
{{formData?.bankId}}
{{formData?.bankCardNumber}}
</se>
<se label="银行回单" col="1">
<a (click)="downBack()">{{formData?.refundStatus==='3'?'下载回单':'暂无回单'}}</a>

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-02-22 13:53:29
* @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
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/

View File

@ -25,10 +25,10 @@
{{ headerInfo?.invoicedate }}
</se>
<se label="价税合计">
{{ headerInfo?.vatmoney }}
{{ headerInfo?.vatmoney | currency }}
</se>
<se label="税额">
{{ headerInfo?.vattax }}
{{ headerInfo?.vattax | currency }}
</se>
</div>
<div nz-col [nzXl]="8" [nzLg]="8" [nzSm]="8" [nzXs]="8" se-container [labelWidth]="100" col="1">

View File

@ -26,8 +26,8 @@ export class TicketService extends ShipperBaseService {
// 运营端销票处理-订单明细页面
$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';
// 运营端订单明细开票处理

View File

@ -47,6 +47,10 @@
<button [disabled]="service.http.loading" nz-button nzDanger (click)="save()">
保存
</button>
<button [disabled]="service.http.loading" nz-button nzDanger (click)="auditPass()" acl
[acl-ability]="['USERCENTER-FREIGHT-ENTERPRISE-D-audit']">
通过
</button>
</ng-container>
<ng-template #editButton>
<ng-container *ngIf="detailData?.approvalStatus===10">