+
@@ -259,7 +259,7 @@
查看附件
- 补充协议
+ 补充协议
@@ -318,7 +318,7 @@
-
+
@@ -336,6 +336,7 @@
+ 暂无附件信息
diff --git a/src/app/routes/order-management/components/vehicle-detail-change/vehicle-detail-change.component.ts b/src/app/routes/order-management/components/vehicle-detail-change/vehicle-detail-change.component.ts
index 658824ae..3f77e312 100644
--- a/src/app/routes/order-management/components/vehicle-detail-change/vehicle-detail-change.component.ts
+++ b/src/app/routes/order-management/components/vehicle-detail-change/vehicle-detail-change.component.ts
@@ -855,11 +855,7 @@ export class OrderManagementVehicleDetailChangeComponent implements OnInit {
});
};
agreement(value: any) {
- if (value === '1') {
- this.imges = this.i?.supplementAgreement;
- } else if (value === '2') {
- this.imges = this.i?.supplementAgreement;
- }
+ this.imges = this.i?.agreementFilePath;
this.isVisible = true;
}
handleCancel() {
diff --git a/src/app/routes/order-management/components/vehicle-detail/vehicle-detail.component.html b/src/app/routes/order-management/components/vehicle-detail/vehicle-detail.component.html
index aa95f16a..5f2cc64f 100644
--- a/src/app/routes/order-management/components/vehicle-detail/vehicle-detail.component.html
+++ b/src/app/routes/order-management/components/vehicle-detail/vehicle-detail.component.html
@@ -46,9 +46,9 @@
{{ i?.createUserName || i?.goodsResource?.createUserName }} /{{ i?.createUserPhone || i?.goodsResource?.createUserPhone }}
{{ i?.goodsResource?.dispatchName }}/{{ i?.goodsResource?.dispatchPhone }}
{{ i?.externalBillCode }}
- {{ i?.resourceCode }}
+ {{ i?.goodsResource?.resourceCode }}
{{ i?.wayBillId }}
- {{ i?.goodsResource?.dispatchName }}
+ {{ i?.goodsResource?.paymentDays }}
@@ -140,7 +140,7 @@
{{i?.goodsResource?.goodsValue !==null?(i?.goodsResource?.goodsValue|currency)+'元':'-'}}
-
+
{{i?.goodsResource?.insurancePremium!==null?(i?.goodsResource?.insurancePremium |currency)+'元':'-'}}
@@ -171,7 +171,7 @@
查看附件
- 补充协议
+ 补充协议
@@ -214,12 +214,12 @@
@@ -233,6 +233,7 @@
+ 暂无附件信息
diff --git a/src/app/routes/order-management/components/vehicle-detail/vehicle-detail.component.ts b/src/app/routes/order-management/components/vehicle-detail/vehicle-detail.component.ts
index bdf357a9..db20b7d4 100644
--- a/src/app/routes/order-management/components/vehicle-detail/vehicle-detail.component.ts
+++ b/src/app/routes/order-management/components/vehicle-detail/vehicle-detail.component.ts
@@ -124,11 +124,7 @@ export class OrderManagementVehicleDetailComponent implements OnInit {
this.router.navigate(['order-management/vehicle-detailChange', this.id]);
}
agreement(value: any) {
- if (value === '1') {
- this.imges = this.i?.agreementFilePath;
- } else if (value === '2') {
- this.imges = this.i?.agreementFilePath;
- }
+ this.imges = this.i?.agreementFilePath;
this.isVisible = true;
}
handleCancel() {
diff --git a/src/app/routes/order-management/components/vehicle/vehicle.component.html b/src/app/routes/order-management/components/vehicle/vehicle.component.html
index 2a43997c..792b0d3b 100644
--- a/src/app/routes/order-management/components/vehicle/vehicle.component.html
+++ b/src/app/routes/order-management/components/vehicle/vehicle.component.html
@@ -86,13 +86,26 @@
{{ item?.createUserName }}/{{ item?.createUserPhone }}
-
+
+
+ 0">
+
+ {{ data.expenseName }}:{{ data.price | currency }}
+ 0" style="color: #f59a63">待申请
+ 已支付
+ 已拒绝
+ 申请中
+ 退款中
+ 退款成功
+
+
@@ -201,6 +214,7 @@
-