车辆对接
This commit is contained in:
@ -175,7 +175,7 @@ export class OrderManagementBulkComponent implements OnInit {
|
||||
},
|
||||
}
|
||||
},
|
||||
brandId2: {
|
||||
payeeId: {
|
||||
title: '车队长',
|
||||
type: 'string',
|
||||
ui: {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-16 10:19:08
|
||||
* @LastEditTime: 2021-12-16 16:52:28
|
||||
* @LastEditTime: 2021-12-17 11:21:28
|
||||
* @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\risk-detail\risk-detail.component.html
|
||||
@ -42,8 +42,8 @@
|
||||
<button nzType="primary" (click)="edit(i)" nzGhost nz-button>编辑</button>
|
||||
</ng-template> -->
|
||||
<sf #sf [compact]="true" [ui]="ui" [schema]="schema" [button]="'none'" *ngIf="schema" [formData]="datailList">
|
||||
<ng-template sf-template="enterpriseQualificationCe" let-schema="schema" let-me let-ui="ui">
|
||||
<app-imagelist [imgList]="me.value"></app-imagelist>
|
||||
<ng-template sf-template="enterpriseQualificationCe" let-schema="schema" let-item let-ui="ui">
|
||||
<app-imagelist [imgList]="datailList?.fileArr"></app-imagelist>
|
||||
</ng-template>
|
||||
</sf>
|
||||
</nz-card>
|
||||
|
||||
@ -120,7 +120,9 @@ export class OrderManagementRiskDetailComponent implements OnInit {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
kkk(value: any) {
|
||||
console.log(value)
|
||||
}
|
||||
goBack() {
|
||||
window.history.go(-1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user