diff --git a/proxy.conf.js b/proxy.conf.js
index 10071e14..67c15ee2 100644
--- a/proxy.conf.js
+++ b/proxy.conf.js
@@ -20,7 +20,7 @@ module.exports = {
// }
'//api': {
target: {
- host: 'tms-api-dev.eascs.com',
+ host: 'tms-api-test.eascs.com',
protocol: 'https:',
port: 443
},
diff --git a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested-detail/invoice-requested-detail.component.html b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested-detail/invoice-requested-detail.component.html
index 3a5ab163..14f0808f 100644
--- a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested-detail/invoice-requested-detail.component.html
+++ b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested-detail/invoice-requested-detail.component.html
@@ -19,13 +19,13 @@
{{headerInfo?.vatinvHNum}} / {{headerInfo?.vatinvBillNum}}
- {{headerInfo?.vatinvHAmount}} / {{headerInfo?.vatinvHNumAmount}}
+ {{headerInfo?.vatinvHAmount |currency}} / {{headerInfo?.vatinvHNumAmount |currency}}
{{headerInfo?.vatinvHNum}}
- {{headerInfo?.reciname}}
+ {{headerInfo?.reciname}}
{{headerInfo?.provinceName}}{{headerInfo?.cityName}}{{headerInfo?.areaName}}{{headerInfo?.reciaddr}}
@@ -101,13 +101,13 @@
已选择
{{ selectedRows.length }} 条数据 开票金额总计 {{
- totalCallNo }}
+ totalCallNo |currency }}
0" (click)="st.clearCheck()" class="ml-lg">清空
-
{{ item.billHCode }}
diff --git a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts
index 45af1277..d399540a 100644
--- a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts
+++ b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts
@@ -244,7 +244,7 @@ export class InvoiceRequestedComponent {
requestedInvoiceAction(item: any) {
const modal = this.nzModalService.create({
- nzTitle: '开票',
+ nzTitle: '开票受理',
nzContent: RequestedInvoiceModalComponent,
nzWidth: 1200,
nzComponentParams: {
diff --git a/src/app/routes/ticket-management/components/invoice-requested/requested-detail/requested-detail.component.html b/src/app/routes/ticket-management/components/invoice-requested/requested-detail/requested-detail.component.html
index 40730c41..737e5eef 100644
--- a/src/app/routes/ticket-management/components/invoice-requested/requested-detail/requested-detail.component.html
+++ b/src/app/routes/ticket-management/components/invoice-requested/requested-detail/requested-detail.component.html
@@ -38,7 +38,7 @@
{{headerInfo?.ordlines}}
- {{headerInfo?.vatinvHNumAmount}}
+ {{headerInfo?.vatinvHNumAmount | currency}}
{{headerInfo?.vatnameLabel}}