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