车辆对接
This commit is contained in:
		@ -1,7 +1,7 @@
 | 
				
			|||||||
<!--
 | 
					<!--
 | 
				
			||||||
 * @Author: your name
 | 
					 * @Author: your name
 | 
				
			||||||
 * @Date: 2021-12-03 11:10:14
 | 
					 * @Date: 2021-12-03 11:10:14
 | 
				
			||||||
 * @LastEditTime: 2022-01-04 20:50:04
 | 
					 * @LastEditTime: 2022-01-10 13:40:12
 | 
				
			||||||
 * @LastEditors: Please set LastEditors
 | 
					 * @LastEditors: Please set LastEditors
 | 
				
			||||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
					 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
				
			||||||
 * @FilePath: \tms-obc-web\src\app\routes\supply-management\components\vehicle\vehicle.component.html
 | 
					 * @FilePath: \tms-obc-web\src\app\routes\supply-management\components\vehicle\vehicle.component.html
 | 
				
			||||||
@ -94,7 +94,7 @@
 | 
				
			|||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</nz-card>
 | 
					</nz-card>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<nz-modal [(nzVisible)]="isVisibleRE"  [nzWidth]="600" [nzFooter]="nzModalFooterview2"  (nzOnOk)="handleOK()" nzTitle="处理" (nzOnCancel)="handleCancel('1')">
 | 
					<nz-modal [(nzVisible)]="isVisibleRE"  [nzWidth]="600" [nzFooter]="nzModalFooterview2"  (nzOnOk)="handleOK()" nzTitle="处理" (nzOnCancel)="Cancel()">
 | 
				
			||||||
  <ng-container *nzModalContent>
 | 
					  <ng-container *nzModalContent>
 | 
				
			||||||
    <sf #sfView [schema]="schemaView" [ui]="uiView" [compact]="true" [button]="'none'">
 | 
					    <sf #sfView [schema]="schemaView" [ui]="uiView" [compact]="true" [button]="'none'">
 | 
				
			||||||
    </sf>
 | 
					    </sf>
 | 
				
			||||||
 | 
				
			|||||||
@ -275,6 +275,9 @@ export class OrderManagementComplaintComponent implements OnInit {
 | 
				
			|||||||
    })
 | 
					    })
 | 
				
			||||||
    this.isVisibleRE = false
 | 
					    this.isVisibleRE = false
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  Cancel() {
 | 
				
			||||||
 | 
					    this.isVisibleRE = false
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
  handleCancel2() {
 | 
					  handleCancel2() {
 | 
				
			||||||
    const paramsa = {
 | 
					    const paramsa = {
 | 
				
			||||||
      id: this.channelId
 | 
					      id: this.channelId
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user