edit
This commit is contained in:
		| @ -12,46 +12,45 @@ | ||||
|       <se-container col="3" labelWidth="100"> | ||||
|         <se-title class="mb-md" style="font-size: 18px">基本信息</se-title> | ||||
|         <se label="网络货运人" required> | ||||
|           {{ costInfo?.ltdid }} | ||||
|           {{ costInfo?.ltdId }} | ||||
|         </se> | ||||
|         <se label="到账日期" required> | ||||
|           {{ costInfo?.feetype }} | ||||
|           {{ costInfo?.brmdate }} | ||||
|         </se> | ||||
|         <se label="收款方式" required> | ||||
|           {{ costInfo?.arremarks }} | ||||
|           {{ costInfo?.brmmode }} | ||||
|         </se> | ||||
|         <se label="银行类型"> | ||||
|           {{ costInfo?.artoname }} | ||||
|           {{ costInfo?.banktype }} | ||||
|         </se> | ||||
|         <se label="付款人" required> | ||||
|           {{ costInfo?.arvattype }} | ||||
|           {{ costInfo?.artoname }} | ||||
|         </se> | ||||
|         <se label="收款类型" required> | ||||
|           {{ costInfo?.armoeny }} | ||||
|           {{ costInfo?.brmtype }} | ||||
|         </se> | ||||
|         <se label="收款账户" required> | ||||
|           {{ costInfo?.arkpmoney }} | ||||
|           {{ costInfo?.ltdaccountId }} | ||||
|         </se> | ||||
|         <se label="尾差"> | ||||
|           {{ costInfo?.arbrmmoney }} | ||||
|           {{ costInfo?.recnopay |currency }} | ||||
|         </se> | ||||
|         <se label="手续费"> | ||||
|           {{ costInfo?.ltdid }} | ||||
|         </se> | ||||
|         <se label="到账金额" required> | ||||
|           {{ costInfo?.feetype }} | ||||
|           {{ costInfo?.brmmoney |currency }} | ||||
|         </se> | ||||
|         <se label="核销金额"> | ||||
|           {{ costInfo?.hrremarks }} | ||||
|         </se> | ||||
|         <se label="银行水单"> | ||||
|           {{ costInfo?.hrtoname }} | ||||
|           {{ costInfo?.bankreceipt }} | ||||
|         </se> | ||||
|         <se label="预收金额"> | ||||
|           {{ costInfo?.hrvattype }} | ||||
|           {{ costInfo?.yskmoney  |currency}} | ||||
|         </se> | ||||
|         <se label="收款备注"> | ||||
|           {{ costInfo?.hrmoney }} | ||||
|           {{ costInfo?.remarks }} | ||||
|         </se> | ||||
|       </se-container> | ||||
|     </div> | ||||
| @ -78,9 +77,8 @@ | ||||
|     </nz-tab> | ||||
|     <nz-tab nzTitle="预收信息"> | ||||
|       <st #st [scroll]="{ x: '2000px' }" [data]="service.$api_get_receipt_detail" [columns]="columns.requested" | ||||
|         [req]="{ method: 'POST', allInBody: true, process: beforeReq }" | ||||
|         [res]="{ reName: { list: 'data' } }" [page]="{ show: false }" | ||||
|         [loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }"> | ||||
|         [req]="{ method: 'POST', allInBody: true, process: beforeReq }" [res]="{ reName: { list: 'data' } }" | ||||
|         [page]="{ show: false }" [loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }"> | ||||
|         <ng-template st-row="vatnotax" let-item let-index="index"> | ||||
|           {{ item.vatnotax | currency}} | ||||
|         </ng-template> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user