edit
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
<nz-card class="search-box">
|
||||
<div nz-row>
|
||||
<div nz-col nzSpan="24">
|
||||
<se-container col="3" labelWidth="100" *ngIf="!textStatus">
|
||||
<se-container col="3" labelWidth="120" *ngIf="!textStatus">
|
||||
<se-title class="mb-md" style="font-size: 18px">基本信息(应收费用)</se-title>
|
||||
<se label="网络货运人" required>
|
||||
{{ costInfo?.ltdName }}
|
||||
@ -27,13 +27,13 @@
|
||||
{{ costInfo?.arvattypeLabel }}
|
||||
</se>
|
||||
<se label="应收金额" required>
|
||||
{{ costInfo?.armoeny }}
|
||||
{{ costInfo?.armoeny | currency }}
|
||||
</se>
|
||||
<se label="开票金额" required>
|
||||
{{ costInfo?.arkpmoney }}
|
||||
{{ costInfo?.arkpmoney | currency }}
|
||||
</se>
|
||||
<se label="收款金额" required>
|
||||
{{ costInfo?.armoeny }}
|
||||
{{ costInfo?.armoeny | currency }}
|
||||
</se>
|
||||
</se-container>
|
||||
<se-container col="3" labelWidth="100" *ngIf="textStatus" class="mt-md">
|
||||
@ -44,7 +44,7 @@
|
||||
<se label="费用类型" required>
|
||||
{{ costInfo?.feetypeLabel }}
|
||||
</se>
|
||||
<se label="应付核销" required> </se>
|
||||
<se label="应付核销" required> {{ costInfo?.hrmoney}}</se>
|
||||
<se label="费用备注">
|
||||
{{ costInfo?.hrremarks }}
|
||||
</se>
|
||||
@ -55,13 +55,13 @@
|
||||
{{ costInfo?.hrvattypeLabel }}
|
||||
</se>
|
||||
<se label="应付金额" required>
|
||||
{{ costInfo?.hrmoney }}
|
||||
{{ costInfo?.hrmoney | currency}}
|
||||
</se>
|
||||
<se label="收票金额" required>
|
||||
{{ costInfo?.hrvatmoney }}
|
||||
{{ (costInfo?.hrvatmoney || 0) | currency }}
|
||||
</se>
|
||||
<se label="付款金额" required>
|
||||
{{ costInfo?.hrpaymoney }}
|
||||
{{ costInfo?.hrpaymoney | currency }}
|
||||
</se>
|
||||
</se-container>
|
||||
</div>
|
||||
@ -71,15 +71,11 @@
|
||||
<nz-card class="content-box" nzBordered>
|
||||
<nz-tabset>
|
||||
<nz-tab nzTitle="费用明细">
|
||||
<st
|
||||
#st
|
||||
[scroll]="{ x: '2000px' }"
|
||||
[data]="costInfo?.ficoFeeLList"
|
||||
[columns]="columns.cost"
|
||||
[page]="{ show: false }"
|
||||
[loading]="service.http.loading"
|
||||
[scroll]="{ x: '1200px', y: '370px' }"
|
||||
>
|
||||
<st #st [scroll]="{ x: '2000px' }" [data]="costInfo?.ficoFeeLList" [columns]="columns.cost"
|
||||
[page]="{ show: false }" [loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }">
|
||||
<ng-template st-row="no" let-item let-index="index" let-column="column">
|
||||
{{ index + 1 }}
|
||||
</ng-template>
|
||||
<ng-template st-row="artocode" let-item let-index="index">
|
||||
{{ costInfo?.artocode}}/{{ costInfo?.artonames}}
|
||||
</ng-template>
|
||||
@ -93,9 +89,9 @@
|
||||
<ng-template st-row="arkpmoney" let-item let-index="index">
|
||||
{{ item.arkpmoney | currency}}
|
||||
</ng-template>
|
||||
<ng-template st-row="no" let-item let-index="index" let-column="column">
|
||||
<!-- <ng-template st-row="no" let-item let-index="index" let-column="column">
|
||||
{{ textStatus ? item.hrmoney : item.hrvatmoney }}
|
||||
</ng-template>
|
||||
</ng-template> -->
|
||||
<ng-template st-row="billTime" let-item let-index="index" let-column="column">
|
||||
{{costInfo.billTime}}
|
||||
</ng-template>
|
||||
@ -105,15 +101,8 @@
|
||||
</st>
|
||||
</nz-tab>
|
||||
<nz-tab nzTitle="开票信息">
|
||||
<st
|
||||
#st
|
||||
[scroll]="{ x: '2000px' }"
|
||||
[data]="costInfo?.ficoVatappDatailList"
|
||||
[columns]="columns.requested"
|
||||
[page]="{ show: false }"
|
||||
[loading]="service.http.loading"
|
||||
[scroll]="{ x: '1200px', y: '370px' }"
|
||||
>
|
||||
<st #st [scroll]="{ x: '2000px' }" [data]="costInfo?.ficoVatappDatailList" [columns]="columns.requested"
|
||||
[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>
|
||||
@ -126,15 +115,8 @@
|
||||
</st>
|
||||
</nz-tab>
|
||||
<nz-tab nzTitle="收款信息">
|
||||
<st
|
||||
#st
|
||||
[scroll]="{ x: '2000px' }"
|
||||
[data]="costInfo?.ficoAhxLList"
|
||||
[columns]="columns.collection"
|
||||
[page]="{ show: false }"
|
||||
[loading]="service.http.loading"
|
||||
[scroll]="{ x: '1200px', y: '370px' }"
|
||||
>
|
||||
<st #st [scroll]="{ x: '2000px' }" [data]="costInfo?.ficoAhxLList" [columns]="columns.collection"
|
||||
[page]="{ show: false }" [loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }">
|
||||
<ng-template st-row="ahxmoney" let-item let-index="index">
|
||||
{{ item.ahxmoney | currency}}
|
||||
</ng-template>
|
||||
@ -148,26 +130,12 @@
|
||||
</st>
|
||||
</nz-tab>
|
||||
<nz-tab nzTitle="收票信息">
|
||||
<st
|
||||
#st
|
||||
[data]="data"
|
||||
[scroll]="{ x: '2000px' }"
|
||||
[columns]="columns.ticket"
|
||||
[page]="{ show: false }"
|
||||
[loading]="service.http.loading"
|
||||
[scroll]="{ x: '1200px', y: '370px' }"
|
||||
></st>
|
||||
<st #st [data]="data" [scroll]="{ x: '2000px' }" [columns]="columns.ticket" [page]="{ show: false }"
|
||||
[loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }"></st>
|
||||
</nz-tab>
|
||||
<nz-tab nzTitle="付款信息">
|
||||
<st
|
||||
#st
|
||||
[scroll]="{ x: '2000px' }"
|
||||
[data]="costInfo?.ficoPhxLList"
|
||||
[columns]="columns.payment"
|
||||
[page]="{ show: false }"
|
||||
[loading]="service.http.loading"
|
||||
[scroll]="{ x: '1200px', y: '370px' }"
|
||||
>
|
||||
<nz-tab nzTitle="付款信息" *ngIf="textStatus">
|
||||
<st #st [scroll]="{ x: '2000px' }" [data]="costInfo?.ficoPhxLList" [columns]="columns.payment"
|
||||
[page]="{ show: false }" [loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }">
|
||||
<ng-template st-row="no" let-item let-index="index" let-column="column">
|
||||
{{ index + 1 }}
|
||||
</ng-template>
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
<nz-card [nzLoading]="service.http.loading">
|
||||
<nz-alert nzType="info" nzMessage="提现信息" class="mb-md"></nz-alert>
|
||||
<div se-container [labelWidth]="100">
|
||||
<div se-container [labelWidth]="130">
|
||||
<se label="网络货运人">
|
||||
{{formData?.ltdName}}
|
||||
</se>
|
||||
@ -41,7 +41,7 @@
|
||||
{{formData?.refundStatusLabel}}
|
||||
</se>
|
||||
<se label="提现金额">
|
||||
{{formData?.amount}}
|
||||
{{formData?.amount | currency}}
|
||||
</se>
|
||||
<se label="银行流水号">
|
||||
{{formData?.bankSerialNumber}}
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
</ng-template>
|
||||
|
||||
|
||||
<st #st [scroll]="{ x: '2000px' }" [data]="service.$api_ficoVatinvHList" [columns]="columns"
|
||||
<st #st [scroll]="{ x: '2000px' }" [data]="service.$api_ficoVatinvHList" [columns]="columns" [page]="{}"
|
||||
[req]="{process: beforeReq }" [res]="{process:afterRes }" [loading]="service.http.loading"
|
||||
(change)="stChange($event)">
|
||||
<ng-template st-row="vatinvcode" let-item let-index="index" let-column="column">
|
||||
|
||||
@ -32,5 +32,5 @@
|
||||
</div>
|
||||
</div>
|
||||
<st #st [data]="tabType===1?service.$api_get_etc_shipper_list:service.$api_get_etc_cart_page" [columns]="columns"
|
||||
[req]="{ process: beforeReq }" [loading]="service.http.loading" (change)="stChange($event)"></st>
|
||||
[page]="{}" [req]="{ process: beforeReq }" [loading]="service.http.loading" (change)="stChange($event)"></st>
|
||||
</nz-card>
|
||||
@ -23,7 +23,7 @@
|
||||
<nz-card class="content-box" nzBordered>
|
||||
|
||||
<st #st [data]="service.$api_get_invoice_record_page" [columns]="columns" [req]="{ process: beforeReq }"
|
||||
[loading]="service.http.loading" [scroll]="{ x:'1200px' }">
|
||||
[page]="{}" [loading]="service.http.loading" [scroll]="{ x:'1200px' }">
|
||||
<ng-template st-row="call1No" let-item let-index="index" let-column="column">
|
||||
{{item.driverName}}<br>{{item.driverTelephone}}
|
||||
</ng-template>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
</nz-card>
|
||||
|
||||
<nz-card class="content-box" nzBordered>
|
||||
<st #st [data]="service.$api_get_invoice_logs_page" [columns]="columns" [req]="{ process: beforeReq }"
|
||||
<st #st [data]="service.$api_get_invoice_logs_page" [columns]="columns" [req]="{ process: beforeReq }" [page]="{}"
|
||||
[loading]="service.http.loading" [scroll]="{ x:'1200px' }">
|
||||
<ng-template st-row="call3No" let-item let-index="index" let-column="column">
|
||||
{{item.driverName}}<br>{{item.driverCellphone}}
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<st #st [data]="service.$api_get_apply_invoice_page" [columns]="columns" [req]="{ process: beforeReq }"
|
||||
<st #st [data]="service.$api_get_apply_invoice_page" [columns]="columns" [req]="{ process: beforeReq }" [page]="{}"
|
||||
[loading]="service.http.loading" [scroll]="{ x:'1200px' }" (change)="stChange($event)">
|
||||
<ng-template st-row="call1No" let-item let-index="index" let-column="column">
|
||||
{{item.driverName}}<br>{{item.driverTelephone}}
|
||||
|
||||
@ -19,6 +19,6 @@
|
||||
<div class="mt-md mb-sm">
|
||||
<button nz-button nzType="primary" (click)="printOrder()">打印面单</button>
|
||||
</div>
|
||||
<st #st [data]="url" [columns]="columns" [req]="{ process:beforeReq }" [loading]="service.http.loading"
|
||||
<st #st [data]="url" [columns]="columns" [req]="{ process:beforeReq }" [loading]="service.http.loading" [page]="{}"
|
||||
(change)="stChange($event)"></st>
|
||||
</nz-card>
|
||||
@ -32,7 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<st #st [data]="service.$api_get_input_invoice_page" [columns]="columns" [req]="{ process: beforeReq }"
|
||||
<st #st [data]="service.$api_get_input_invoice_page" [columns]="columns" [req]="{ process: beforeReq }" [page]="{}"
|
||||
[loading]="service.http.loading" [scroll]="{ x:'1200px' }" (change)="stChange($event)">
|
||||
</st>
|
||||
</nz-card>
|
||||
@ -53,7 +53,7 @@
|
||||
</ng-template>
|
||||
|
||||
<st #st [data]="service.$api_get_invoice_requested_page" [columns]="columns" [req]="{ process: beforeReq }"
|
||||
[res]="{ process: afterRes }" [loading]="service.http.loading" [scroll]="{ x: '1200px' }"
|
||||
[page]="{}" [res]="{ process: afterRes }" [loading]="service.http.loading" [scroll]="{ x: '1200px' }"
|
||||
(change)="stChange($event)">
|
||||
<ng-template st-row="vatappcode" let-item let-index="index" let-column="column">
|
||||
{{ item.vatappcode }} <br />
|
||||
|
||||
Reference in New Issue
Block a user