diff --git a/proxy.conf.js b/proxy.conf.js index 7db07ae1..7e19011b 100644 --- a/proxy.conf.js +++ b/proxy.conf.js @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-01-18 09:51:21 * @LastEditors : Shiming - * @LastEditTime : 2022-05-09 11:25:41 + * @LastEditTime : 2022-05-09 15:14:15 * @FilePath : \\tms-obc-web\\proxy.conf.js * Copyright (C) 2022 huzhenhong. All rights reserved. */ @@ -30,7 +30,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/cancellation-invoice/cancellation-invoice.component.html b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.html index e2611f6f..ce4bc04f 100644 --- a/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.html +++ b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.html @@ -19,91 +19,99 @@ --> -
- - - - - - - -
+
+ + + + + + + +
- -
-
- 已选择 - {{ selectedRows.length }} 张发票   发票金额总计 - {{totalCallNo }} - 清空 -
- - - + -
+ +
+ + + + {{ item.vatinvcode }}
+
- - - - - {{ item.vatinvcode }}
- -
-
+
-
-
- - {{openInfo?.artoname}} - - - {{openInfo?.artotaxno}} - - - {{openInfo?.artoadd}} - - - {{openInfo?.artotel}} - - - {{openInfo?.artobank}} - - - {{openInfo?.artoacc}} - - - {{openInfo?.vatnameLabel}} - - - {{openInfo?.vatremarks}} - - - {{openInfo?.otherremarks}} - - - {{openInfo?.isdetail?'需要':'不需要'}} - - - {{openInfo?.vatmoney | currency}} - - - - - - - - - - - -
+
+
+ + {{ openInfo?.artoname }} + + + {{ openInfo?.artotaxno }} + + + {{ openInfo?.artoadd }} + + + {{ openInfo?.artotel }} + + + {{ openInfo?.artobank }} + + + {{ openInfo?.artoacc }} + + + {{ openInfo?.vatnameLabel }} + + + {{ openInfo?.vatremarks }} + + + {{ openInfo?.otherremarks }} + + + {{ openInfo?.isdetail ? '需要' : '不需要' }} + + + {{ openInfo?.vatmoney | currency }} + + + + + + + + + +
- \ No newline at end of file +
+ diff --git a/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts index 46ebd34b..57e6c57b 100644 --- a/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts +++ b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts @@ -279,16 +279,16 @@ export class CancellationInvoiceComponent extends BasicTableComponent { asyncData: () => this.service.getNetworkFreightForwarder() } }, - sts: { - title: '发票状态', - type: 'string', - ui: { - widget: 'dict-select', - containsAllLabel: true, - params: { dictKey: 'vatinv:status' }, - containAllLable: true - } as SFSelectWidgetSchema - }, + // sts: { + // title: '发票状态', + // type: 'string', + // ui: { + // widget: 'dict-select', + // containsAllLabel: true, + // params: { dictKey: 'vatinv:status' }, + // containAllLable: true + // } as SFSelectWidgetSchema + // }, // or2derSn: { // type: 'string', // title: '订单号',