From 6e1544083236161cb89842147898d4d1a9128fc0 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Mon, 28 Feb 2022 15:20:41 +0800 Subject: [PATCH] edit --- .../withdrawals-detail/withdrawals-detail.component.html | 2 +- .../modal/vehicle/cancel-confirm/cancel-confirm.component.ts | 2 ++ .../components/invoice-detail/invoice-detail.component.html | 4 ++-- src/app/routes/ticket-management/services/ticket.service.ts | 4 ++-- .../components/freight/list/detail/detail.component.html | 4 ++++ 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html index 27916f8e..f9b29185 100644 --- a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html +++ b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html @@ -47,7 +47,7 @@ {{formData?.bankSerialNumber}} - {{formData?.bankId}} + {{formData?.bankCardNumber}} {{formData?.refundStatus==='3'?'下载回单':'暂无回单'}} diff --git a/src/app/routes/order-management/modal/vehicle/cancel-confirm/cancel-confirm.component.ts b/src/app/routes/order-management/modal/vehicle/cancel-confirm/cancel-confirm.component.ts index 56e734b3..257180aa 100644 --- a/src/app/routes/order-management/modal/vehicle/cancel-confirm/cancel-confirm.component.ts +++ b/src/app/routes/order-management/modal/vehicle/cancel-confirm/cancel-confirm.component.ts @@ -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) { // 大宗 diff --git a/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html b/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html index 542c9eb7..fdd1d5bf 100644 --- a/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html +++ b/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html @@ -25,10 +25,10 @@ {{ headerInfo?.invoicedate }} - {{ headerInfo?.vatmoney }} + {{ headerInfo?.vatmoney | currency }} - {{ headerInfo?.vattax }} + {{ headerInfo?.vattax | currency }}
diff --git a/src/app/routes/ticket-management/services/ticket.service.ts b/src/app/routes/ticket-management/services/ticket.service.ts index 231ad653..690eea09 100644 --- a/src/app/routes/ticket-management/services/ticket.service.ts +++ b/src/app/routes/ticket-management/services/ticket.service.ts @@ -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'; // 运营端订单明细开票处理 diff --git a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html index fe34612f..230e4280 100644 --- a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html +++ b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html @@ -47,6 +47,10 @@ +