车辆对接

This commit is contained in:
wangshiming
2022-01-11 16:42:06 +08:00
parent 070d6bbf11
commit 0dde51a145
3 changed files with 46 additions and 30 deletions

View File

@ -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) {