|
|
@ -54,7 +54,6 @@ export class OrderStComponent implements OnInit { |
|
|
|
gasOilType: [null], |
|
|
|
gasOilType: [null], |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.getRequest(true, this.searchForm.value); |
|
|
|
this.getRequest(true, this.searchForm.value); |
|
|
|
|
|
|
|
|
|
|
|
if (this.adminFlag == 1 && this.roleType == 5) { |
|
|
|
if (this.adminFlag == 1 && this.roleType == 5) { |
|
|
|
const object = { |
|
|
|
const object = { |
|
|
|
companyId: this.store.get(ADMIN_INFO_OBJECT)['bsCompany'].id, |
|
|
|
companyId: this.store.get(ADMIN_INFO_OBJECT)['bsCompany'].id, |
|
|
|