|
@@ -1179,7 +1179,7 @@ export class UserData {
|
|
|
this.nativeHttp.setDataSerializer('json');
|
|
|
const headers = { Authorization: `Bearer ${token}`, 'Content-Type': 'application/json;charset=UTF-8' };
|
|
|
return new Promise((resolve, reject) => {
|
|
|
- from(this.nativeHttp.get(`${environment.APP_SERVE_URL}/inventory/qc/mobile`, form,
|
|
|
+ from(this.nativeHttp.get(`${environment.APP_SERVE_URL}/inventory/qc/mobile?current=${form.current}&size=${form.size}&scpCode=${form.scpCode}&sscCode=${form.sscCode}&scpCustomercode=${form.scpCustomercode}&poCode=${form.poCode}`, {},
|
|
|
headers)).pipe(
|
|
|
finalize(() => loading.dismiss())
|
|
|
).subscribe(async data => {
|