From 63572e11f9d8eaf34d77fd2426688be2e5e05fb8 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 11 Feb 2022 15:28:46 +0800 Subject: [PATCH] edit --- .../abnormal-gold.component.html | 5 +- .../cost-management.component.html | 9 +- .../payable-order.component.html | 5 +- .../payment-order.component.html | 5 +- .../payment-record.component.html | 5 +- .../receipt-order/receipt-order.component.ts | 2 +- .../receivable-order.component.html | 5 +- .../recharge-record.component.html | 5 +- .../transaction-flow.component.html | 5 +- .../voucher-management.component.html | 5 +- .../voucher-summary.component.html | 5 +- .../withdrawals-record.component.html | 5 +- .../cancellation-invoice.component.html | 5 +- .../etc-blacklist.component.html | 5 +- .../etc-invoiced-list.component.html | 5 +- .../etc-invoiced-logs.component.html | 5 +- .../etc-invoiced-requested.component.html | 5 +- .../express-info/express-info.component.html | 7 +- .../input-invoice.component.html | 5 +- .../invoice-detail.component.html | 87 ++++++------------- .../invoice-requested.component.html | 8 +- .../invoiced-list.component.html | 5 +- 22 files changed, 51 insertions(+), 147 deletions(-) diff --git a/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold.component.html b/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold.component.html index 69881611..4490c1b9 100644 --- a/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold.component.html +++ b/src/app/routes/financial-management/components/abnormal-gold/abnormal-gold.component.html @@ -30,9 +30,6 @@ - \ No newline at end of file diff --git a/src/app/routes/financial-management/components/cost-management/cost-management.component.html b/src/app/routes/financial-management/components/cost-management/cost-management.component.html index d758969a..187f8086 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management.component.html +++ b/src/app/routes/financial-management/components/cost-management/cost-management.component.html @@ -39,10 +39,7 @@ --> - {{ item.armoeny | currency}} @@ -51,8 +48,8 @@ {{ item.hrmoney | currency}} - {{ item.artocode}}/{{ item.artonames}} - {{ item.hrtocode}}/{{ item.hrtonames}} + {{ item.artocode}}/{{ item.artonames}} + {{ item.hrtocode}}/{{ item.hrtonames}} {{ item.hrpaymoney | currency}} diff --git a/src/app/routes/financial-management/components/payable-order/payable-order.component.html b/src/app/routes/financial-management/components/payable-order/payable-order.component.html index 7f90be10..1c8ba444 100644 --- a/src/app/routes/financial-management/components/payable-order/payable-order.component.html +++ b/src/app/routes/financial-management/components/payable-order/payable-order.component.html @@ -33,10 +33,7 @@ - \ No newline at end of file diff --git a/src/app/routes/financial-management/components/payment-order/payment-order.component.html b/src/app/routes/financial-management/components/payment-order/payment-order.component.html index 9d6b741f..550284cb 100644 --- a/src/app/routes/financial-management/components/payment-order/payment-order.component.html +++ b/src/app/routes/financial-management/components/payment-order/payment-order.component.html @@ -34,10 +34,7 @@ - \ No newline at end of file diff --git a/src/app/routes/financial-management/components/payment-record/payment-record.component.html b/src/app/routes/financial-management/components/payment-record/payment-record.component.html index 27740ac2..e91d996d 100644 --- a/src/app/routes/financial-management/components/payment-record/payment-record.component.html +++ b/src/app/routes/financial-management/components/payment-record/payment-record.component.html @@ -30,10 +30,7 @@ - {{ item.orderPaymentCode }}
{{ item.paymentStatusLabel }} diff --git a/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts b/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts index d1eb05f1..769618ea 100644 --- a/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts +++ b/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts @@ -153,7 +153,7 @@ export class ReceiptOrderComponent implements OnInit { title: '收款状态', ui: { widget: 'dict-select', - params: { dictKey: 'refund:apply:status' }, + params: { dictKey: 'write:off:status' }, placeholder: '请选择', visibleIf: { expand: (value: boolean) => value diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order.component.html b/src/app/routes/financial-management/components/receivable-order/receivable-order.component.html index ba8f8b84..48799be7 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order.component.html +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order.component.html @@ -31,10 +31,7 @@ - \ No newline at end of file diff --git a/src/app/routes/financial-management/components/recharge-record/recharge-record.component.html b/src/app/routes/financial-management/components/recharge-record/recharge-record.component.html index e7449b65..0b4341bc 100644 --- a/src/app/routes/financial-management/components/recharge-record/recharge-record.component.html +++ b/src/app/routes/financial-management/components/recharge-record/recharge-record.component.html @@ -36,10 +36,7 @@ - {{ item.transferBankOpenName }}
{{ item.transferBankCardNumber }} diff --git a/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.html b/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.html index 02a00db4..c07d3fe5 100644 --- a/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.html +++ b/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.html @@ -21,10 +21,7 @@
- diff --git a/src/app/routes/financial-management/components/voucher-management/voucher-management.component.html b/src/app/routes/financial-management/components/voucher-management/voucher-management.component.html index ef514a13..10813518 100644 --- a/src/app/routes/financial-management/components/voucher-management/voucher-management.component.html +++ b/src/app/routes/financial-management/components/voucher-management/voucher-management.component.html @@ -33,10 +33,7 @@ --> - \ No newline at end of file diff --git a/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.html b/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.html index 2d84d734..0edf8f62 100644 --- a/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.html +++ b/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.html @@ -33,10 +33,7 @@ - \ No newline at end of file diff --git a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.html b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.html index b3bf720d..f81ec9dc 100644 --- a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.html +++ b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.html @@ -65,10 +65,7 @@
- {{ item.bankName }}
{{ item.bankCardNumber }} 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 267ffbc8..66b83b7c 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 @@ -44,10 +44,7 @@ + [req]="{process: beforeReq }" [res]="{process:afterRes }" [loading]="service.http.loading"> {{ item.vatinvcode }}
diff --git a/src/app/routes/ticket-management/components/etc-blacklist/etc-blacklist.component.html b/src/app/routes/ticket-management/components/etc-blacklist/etc-blacklist.component.html index f40d5e1c..175cf98e 100644 --- a/src/app/routes/ticket-management/components/etc-blacklist/etc-blacklist.component.html +++ b/src/app/routes/ticket-management/components/etc-blacklist/etc-blacklist.component.html @@ -32,8 +32,5 @@ + [req]="{ process: beforeReq }" [loading]="service.http.loading" (change)="stChange($event)">
\ No newline at end of file diff --git a/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.html b/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.html index c6a5964e..92b7deda 100644 --- a/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.html +++ b/src/app/routes/ticket-management/components/etc-invoiced-list/etc-invoiced-list.component.html @@ -22,10 +22,7 @@ - {{item.driverName}}
{{item.driverTelephone}} diff --git a/src/app/routes/ticket-management/components/etc-invoiced-logs/etc-invoiced-logs.component.html b/src/app/routes/ticket-management/components/etc-invoiced-logs/etc-invoiced-logs.component.html index 5029b4bf..e51410c7 100644 --- a/src/app/routes/ticket-management/components/etc-invoiced-logs/etc-invoiced-logs.component.html +++ b/src/app/routes/ticket-management/components/etc-invoiced-logs/etc-invoiced-logs.component.html @@ -23,10 +23,7 @@
- {{item.driverName}}
{{item.driverCellphone}} diff --git a/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.html b/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.html index c274b52f..c70109db 100644 --- a/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.html +++ b/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.html @@ -32,10 +32,7 @@ - {{item.driverName}}
{{item.driverTelephone}} diff --git a/src/app/routes/ticket-management/components/express-info/express-info.component.html b/src/app/routes/ticket-management/components/express-info/express-info.component.html index 5d02c313..10d768d1 100644 --- a/src/app/routes/ticket-management/components/express-info/express-info.component.html +++ b/src/app/routes/ticket-management/components/express-info/express-info.component.html @@ -19,9 +19,6 @@
- +
\ No newline at end of file diff --git a/src/app/routes/ticket-management/components/input-invoice/input-invoice.component.html b/src/app/routes/ticket-management/components/input-invoice/input-invoice.component.html index 2e7e9058..0e667010 100644 --- a/src/app/routes/ticket-management/components/input-invoice/input-invoice.component.html +++ b/src/app/routes/ticket-management/components/input-invoice/input-invoice.component.html @@ -32,10 +32,7 @@ - \ No newline at end of file diff --git a/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html b/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html index 6040a2ac..542c9eb7 100644 --- a/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html +++ b/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html @@ -74,13 +74,9 @@
- +
@@ -89,30 +85,16 @@
- +
- +
@@ -121,59 +103,40 @@
- +
- + - + {{ item.vatname }} - + {{ item.vatmodel }} - + {{ item.vatunit }} - + {{ item.vatqty }} -

顺丰快递: {{ routesInfo?.mailNo }} 已签收

+

顺丰快递: {{ routesInfo?.mailNo }} 已签收 + +

- + \ No newline at end of file diff --git a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.html b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.html index e6fea07b..fcc15370 100644 --- a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.html +++ b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.html @@ -52,11 +52,9 @@
- + {{ item.vatappcode }}
diff --git a/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html b/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html index a4a18af0..511be404 100644 --- a/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html +++ b/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html @@ -41,10 +41,7 @@ --> - {{ item.no }}