edit
This commit is contained in:
@ -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>
|
||||
|
||||
@ -75,6 +75,8 @@ export class OneCarOrderCancelConfirmComponent implements OnInit {
|
||||
initData() {
|
||||
let indexId = 0
|
||||
let index = 0
|
||||
console.log(this.i);
|
||||
|
||||
this.i?.mybidDetailInfo.forEach((ele: any) => {
|
||||
if(this.sts == 1) {
|
||||
// 大宗
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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';
|
||||
// 运营端订单明细开票处理
|
||||
|
||||
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user