fix bug
This commit is contained in:
		@ -1,7 +1,7 @@
 | 
			
		||||
<!--
 | 
			
		||||
 * @Author: your name
 | 
			
		||||
 * @Date: 2021-12-03 11:10:14
 | 
			
		||||
 * @LastEditTime: 2021-12-14 15:47:08
 | 
			
		||||
 * @LastEditTime: 2021-12-15 14:25:34
 | 
			
		||||
 * @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\supply-management\components\vehicle\vehicle.component.html
 | 
			
		||||
@ -84,7 +84,6 @@
 | 
			
		||||
  <ng-container *nzModalContent>
 | 
			
		||||
    <st
 | 
			
		||||
    #stFloat
 | 
			
		||||
    multiSort
 | 
			
		||||
    size="small"
 | 
			
		||||
    [bordered]="true"
 | 
			
		||||
    [data]="datass"
 | 
			
		||||
 | 
			
		||||
@ -613,7 +613,7 @@ export class OrderManagementBulkComponent implements OnInit {
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
  //  *变更运费
 | 
			
		||||
  //  *确认签收
 | 
			
		||||
   
 | 
			
		||||
   confirmReceipt(item: any) {
 | 
			
		||||
    const modalRef = this.modal.create({
 | 
			
		||||
@ -626,7 +626,7 @@ export class OrderManagementBulkComponent implements OnInit {
 | 
			
		||||
      nzFooter: null
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
  //  *变更运费
 | 
			
		||||
  //  *确认发车
 | 
			
		||||
   
 | 
			
		||||
   sureDepart(item: any) {
 | 
			
		||||
    const modalRef = this.modal.create({
 | 
			
		||||
@ -639,7 +639,7 @@ export class OrderManagementBulkComponent implements OnInit {
 | 
			
		||||
      nzFooter: null
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
  //  *变更运费
 | 
			
		||||
  //  *确认到车
 | 
			
		||||
   
 | 
			
		||||
   sureArrive(item: any) {
 | 
			
		||||
    const modalRef = this.modal.create({
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user