车辆对接
This commit is contained in:
@ -648,7 +648,6 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
|
||||
this.sf3.validator({ emitError: true });
|
||||
this.sf4.validator({ emitError: true });
|
||||
this.sf7.validator({ emitError: true });
|
||||
console.log(this.sf1.valid)
|
||||
if (this.validateForm1.invalid || !this.sf3.valid || !this.sf1.valid|| !this.sf4.valid || !this.sf7.valid) {
|
||||
return;
|
||||
}
|
||||
@ -687,7 +686,6 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
|
||||
} else if(this.PageStatus === '大宗下一单') {
|
||||
this.requests(this.service.$api_set_saveAnotherBulkOrder, params);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
requests(url: any, params: any) {
|
||||
|
||||
Reference in New Issue
Block a user