优化
This commit is contained in:
		| @ -13,8 +13,7 @@ | |||||||
| </nz-card> | </nz-card> | ||||||
|  |  | ||||||
| <nz-card> | <nz-card> | ||||||
|   <div class="card-title"x |   <div class="card-title">装卸货信息<span class="tip-font">预计公里数:{{ totalDistance }}km,预计行程耗时:{{ totalTime }}小时</span></div | ||||||
|     >装卸货信息<span class="tip-font">预计公里数:{{ totalDistance }}km,预计行程耗时:{{ totalTime }}小时</span></div |  | ||||||
|   > |   > | ||||||
|  |  | ||||||
|   <form #ngForm="ngForm" nz-form role="form"> |   <form #ngForm="ngForm" nz-form role="form"> | ||||||
|  | |||||||
| @ -445,10 +445,10 @@ export class TaxManagementOrderReportingComponent implements OnInit { | |||||||
|       this.service.msgSrv.warning('选择了已上传,请重新勾选!'); |       this.service.msgSrv.warning('选择了已上传,请重新勾选!'); | ||||||
|       return; |       return; | ||||||
|     } |     } | ||||||
|     if(this.selectedRows.find(item => item.checkStatus !== '1')) { |     // if(this.selectedRows.find(item => item.checkStatus !== '1')) { | ||||||
|       this.service.msgSrv.warning('选择了未通过校验的订单,请重新勾选!'); |     //   this.service.msgSrv.warning('选择了未通过校验的订单,请重新勾选!'); | ||||||
|       return; |     //   return; | ||||||
|     } |     // } | ||||||
|     let params: any[] = []; |     let params: any[] = []; | ||||||
|     this.selectedRows.forEach(item => { |     this.selectedRows.forEach(item => { | ||||||
|       params.push(item.id); |       params.push(item.id); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user