fix bug
This commit is contained in:
		| @ -648,6 +648,10 @@ export class SupplyManagementBulkPublishComponent implements OnInit { | ||||
|       this.service.msgSrv.warning('请完善必填项!'); | ||||
|       return; | ||||
|     } | ||||
|     if (this.totalDistance <= 0) { | ||||
|       this.service.msgSrv.warning('起终点相同,请重新选择装卸货地址!'); | ||||
|       return; | ||||
|     } | ||||
|     // 校验各个输入限定值 | ||||
|     if ( | ||||
|       this.sf4.value?.weight > this.limitValues?.maxWeight || | ||||
|  | ||||
		Reference in New Issue
	
	Block a user