This commit is contained in:
wangshiming
2022-02-21 14:20:02 +08:00
parent 29b50850f9
commit 85c771f9b0
6 changed files with 25 additions and 20 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-15 13:17:42
* @LastEditors : Shiming
* @LastEditTime : 2022-02-14 09:34:18
* @LastEditTime : 2022-02-21 14:16:50
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\update-freight\\update-freight.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -26,6 +26,7 @@ export class VehicleUpdateFreightComponent implements OnInit {
ui: SFUISchema = {};
aggreechecked = false;
payIng = true;
@Input()
data: any;
@ -37,6 +38,11 @@ export class VehicleUpdateFreightComponent implements OnInit {
ngOnInit(): void {
console.log(this.data)
this.initSF(this.data);
if(this.data.isFreightChangeApplication) {
this.payIng = false;
} else {
this.payIng = true;
}
}
initSF(data: any) {
const info = {