-
+ [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 }
];
}
}