edit
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> | ||||||
|  | |||||||
| @ -75,6 +75,8 @@ export class OneCarOrderCancelConfirmComponent implements OnInit { | |||||||
|   initData() { |   initData() { | ||||||
|     let indexId = 0 |     let indexId = 0 | ||||||
|     let index = 0 |     let index = 0 | ||||||
|  |     console.log(this.i); | ||||||
|  |      | ||||||
|     this.i?.mybidDetailInfo.forEach((ele: any) => { |     this.i?.mybidDetailInfo.forEach((ele: any) => { | ||||||
|       if(this.sts == 1) { |       if(this.sts == 1) { | ||||||
|         // 大宗 |         // 大宗 | ||||||
|  | |||||||
| @ -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