车辆对接

This commit is contained in:
wangshiming
2021-12-27 14:08:42 +08:00
parent ce13bc115e
commit a1cf5944c1
20 changed files with 590 additions and 103 deletions

View File

@ -2,7 +2,7 @@ import { ViewChild } from '@angular/core';
/*
* @Author: your name
* @Date: 2021-12-03 15:31:52
* @LastEditTime: 2021-12-24 17:20:40
* @LastEditTime: 2021-12-27 13:54:45
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.ts
@ -95,9 +95,9 @@ export class OrderManagementVehicleDetailComponent implements OnInit {
}
agreement(value: any) {
if(value === '1') {
this.imges = this.i?.supplementAgreement
this.imges = this.i?.agreementFilePath
} else if (value === '2') {
this.imges = this.i?.supplementAgreement
this.imges = this.i?.agreementFilePath
}
this.isVisible = true;
}