edit
This commit is contained in:
@ -20,7 +20,7 @@ module.exports = {
|
||||
// }
|
||||
'//api': {
|
||||
target: {
|
||||
host: 'tms-api-dev.eascs.com',
|
||||
host: 'tms-api-test.eascs.com',
|
||||
protocol: 'https:',
|
||||
port: 443
|
||||
},
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
{{headerInfo?.vatinvHNum}} / {{headerInfo?.vatinvBillNum}}
|
||||
</se>
|
||||
<se label="已开/全部发票金额">
|
||||
{{headerInfo?.vatinvHAmount}} / {{headerInfo?.vatinvHNumAmount}}
|
||||
{{headerInfo?.vatinvHAmount |currency}} / {{headerInfo?.vatinvHNumAmount |currency}}
|
||||
</se>
|
||||
<se label="已开发票张数">
|
||||
{{headerInfo?.vatinvHNum}}
|
||||
@ -101,13 +101,13 @@
|
||||
已选择
|
||||
<strong class="text-red">{{ selectedRows.length }}</strong> 条数据 开票金额总计 <strong
|
||||
class="text-red">{{
|
||||
totalCallNo }}</strong>
|
||||
totalCallNo |currency }}</strong>
|
||||
<a *ngIf="selectedRows.length > 0" (click)="st.clearCheck()" class="ml-lg">清空</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<st #st [data]="service.$api_get_invoice_requested_order_detail" [columns]="columns" [req]="{ process: beforeReq }" [page]="{}"
|
||||
[res]="{ process: afterRes }" [loading]="false" [scroll]="{ x:'1200px',y: '200px' }"
|
||||
<st #st [data]="service.$api_get_invoice_requested_order_detail" [columns]="columns" [req]="{ process: beforeReq }"
|
||||
[page]="{}" [res]="{ process: afterRes }" [loading]="false" [scroll]="{ x:'1200px',y: '200px' }"
|
||||
(change)="stChange($event)">
|
||||
<ng-template st-row="billHCode" let-item let-index="index" let-column="column">
|
||||
<a class="text-primary" (click)="routeToOrder(item)"> {{ item.billHCode }}</a>
|
||||
|
||||
@ -244,7 +244,7 @@ export class InvoiceRequestedComponent {
|
||||
|
||||
requestedInvoiceAction(item: any) {
|
||||
const modal = this.nzModalService.create({
|
||||
nzTitle: '开票',
|
||||
nzTitle: '开票受理',
|
||||
nzContent: RequestedInvoiceModalComponent,
|
||||
nzWidth: 1200,
|
||||
nzComponentParams: {
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
{{headerInfo?.ordlines}}
|
||||
</se>
|
||||
<se label="开票金额">
|
||||
{{headerInfo?.vatinvHNumAmount}}
|
||||
{{headerInfo?.vatinvHNumAmount | currency}}
|
||||
</se>
|
||||
<se label="服务名称">
|
||||
{{headerInfo?.vatnameLabel}}
|
||||
|
||||
Reference in New Issue
Block a user