diff --git a/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.html b/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.html index 5a1ccecc..74e950e6 100644 --- a/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.html +++ b/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.html @@ -28,110 +28,108 @@ --> - - -
- - - - - - -
+ +
+ + + + + + +
-
- - - {{ item.freightPrice | currency }} - - -
-
- -
-
- -
+
+ + + {{ item.freightPrice | currency }} + + +
+
+
- - -
-
- -
-
- - -
+
+
- - -
装 | {{ item?.loadingTime }}
-
卸 | {{ item?.unloadingTime }}
-
- -
{{ item?.driverName }}{{ item?.driverPhone ? "/" + item?.driverPhone : ''}}{{ item?.carNo ? "/" + - item?.carNo : '' }}
-
- -
{{ item?.payeeName }}{{item?.payeePhone ? "/" + item?.payeePhone : '' }}
-
- - - {{ - item.billCode }} - {{ - item.billCode }} - {{ - item.billCode }} -
- {{item?.billStatusLabel}} +
+
+ +
+
+
-
- {{item?.resourceTypeLabel}}{{item?.serviceTypeLabel === item?.resourceTypeLabel ? - '':item?.serviceTypeLabel}} +
+ +
- - -
{{ item?.goodsName }}
-
- {{ item?.weight ? item?.weight + '吨/' : '' }} - {{ item?.volume ? item?.volume + '方/' : '' }} - {{ item?.goodsNumber ? item?.goodsNumber + '件' : '' }} -
-
- -
-

- {{ data.expenseName }}:{{ data.price | currency }} - {{ data.paymentStatusLabel }} -

-
-
- -
- +
+
+ +
装 | {{ item?.loadingTime }}
+
卸 | {{ item?.unloadingTime }}
+
+ +
{{ item?.driverName }}{{ item?.driverPhone ? "/" + item?.driverPhone : ''}}{{ item?.carNo ? "/" + + item?.carNo : '' }}
+
+ +
{{ item?.payeeName }}{{item?.payeePhone ? "/" + item?.payeePhone : '' }}
+
+ + + {{ + item.billCode }} + {{ + item.billCode }} + {{ + item.billCode }} +
+ {{item?.billStatusLabel}} +
+
+ {{item?.resourceTypeLabel}}{{item?.serviceTypeLabel === item?.resourceTypeLabel ? + '':item?.serviceTypeLabel}} +
+
+ +
{{ item?.goodsName }}
+
+ {{ item?.weight ? item?.weight + '吨/' : '' }} + {{ item?.volume ? item?.volume + '方/' : '' }} + {{ item?.goodsNumber ? item?.goodsNumber + '件' : '' }} +
+
+ +
+

+ {{ data.expenseName }}:{{ data.price | currency }} + {{ data.paymentStatusLabel }} +

+
+
+ +
+ - -
- - - - -
    -
  • - 批量通过 -
  • -
  • - 批量生成电子单据 -
  • -
-
-
-
\ No newline at end of file + +
+ + + + +
    +
  • + 批量通过 +
  • +
  • + 批量生成电子单据 +
  • +
+
+
+
\ No newline at end of file diff --git a/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.less b/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.less index e69de29b..1c23dad0 100644 --- a/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.less +++ b/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.less @@ -0,0 +1,3 @@ +p{ + margin-bottom: 0 +} \ No newline at end of file