diff --git a/proxy.conf.js b/proxy.conf.js index ed5e9851..e90106bb 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-10 13:41:21 + * @LastEditTime : 2022-05-11 10:12:55 * @FilePath : \\tms-obc-web\\proxy.conf.js * Copyright (C) 2022 huzhenhong. All rights reserved. */ diff --git a/src/app/routes/partner/recorded/components/record/record.component.html b/src/app/routes/partner/recorded/components/record/record.component.html index d20b2fcf..7bcde4e5 100644 --- a/src/app/routes/partner/recorded/components/record/record.component.html +++ b/src/app/routes/partner/recorded/components/record/record.component.html @@ -1,16 +1,29 @@ +
- +
-
+
- + +
- + [page]="{ show: true, pageSizes: [10, 20, 50, 100, 200, 500] }" + > - {{ item.bankName }}
{{ item.bankCardNumber }} + {{ item.bankName }}
+ {{ item.bankCardNumber }}
-
- 合伙人数: - 入账笔数: - 开票金额: - 代缴个税: - 入账金额: +
+ 合伙人数: + 入账笔数: + 开票金额: + 代缴个税: + 入账金额:
@@ -68,8 +93,13 @@
- +
diff --git a/src/app/routes/ticket-management/components/input-invoice/input-invoice-detail/input-invoice-detail.component.html b/src/app/routes/ticket-management/components/input-invoice/input-invoice-detail/input-invoice-detail.component.html index 4d858c37..b2653b14 100644 --- a/src/app/routes/ticket-management/components/input-invoice/input-invoice-detail/input-invoice-detail.component.html +++ b/src/app/routes/ticket-management/components/input-invoice/input-invoice-detail/input-invoice-detail.component.html @@ -1,67 +1,92 @@ + - - - + + + -
-
- - {{headerInfo?.ltdid}} - - - {{headerInfo?.invdate}} - -
-
- - {{headerInfo?.hrtoName}} - - - {{headerInfo?.invoiceno}} - -
-
- - {{headerInfo?.invtype}} - - - {{headerInfo?.remarks}} - -
+
+
+ + {{ headerInfo?.ltdName }} + + + {{ headerInfo?.invdate }} +
+
+ + {{ headerInfo?.hrtoName }} + + + {{ headerInfo?.invoiceno }} + +
+
+ + {{ headerInfo?.invtype }} + + + {{ headerInfo?.remarks }} + +
+
-
-
- -
-
- - - -
+
+
+
+
+ + + +
+
- - - {{index+1}} - - - \ No newline at end of file + + + {{ index + 1 }} + + + {{ item.invmoney | currency }} + + + {{ item.invtax | currency }} + + + diff --git a/src/app/routes/ticket-management/components/input-invoice/input-invoice-detail/input-invoice-detail.component.ts b/src/app/routes/ticket-management/components/input-invoice/input-invoice-detail/input-invoice-detail.component.ts index 52286e05..05701c15 100644 --- a/src/app/routes/ticket-management/components/input-invoice/input-invoice-detail/input-invoice-detail.component.ts +++ b/src/app/routes/ticket-management/components/input-invoice/input-invoice-detail/input-invoice-detail.component.ts @@ -144,8 +144,8 @@ export class InputInvoiceDetailComponent implements OnInit { { title: '订单日期', index: 'billTime', width: 150 }, { title: '结算客户', index: 'cnoName', width: 90 }, { title: '费用科目', index: 'feesubname', width: 100 }, - { title: '收票金额', index: 'invmoney', width: 140 }, - { title: '收票税额', index: 'invtax', width: 100 } + { title: '收票金额', render: 'invmoney', width: 140 }, + { title: '收票税额', render: 'invtax', width: 100 } ]; } }