Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -34,7 +34,7 @@ export class ProdService extends baseRestService {
|
||||
}
|
||||
|
||||
async Start(qty: number, newWorkOrder: boolean, riscqty: number) {
|
||||
await this.Put<any>((await this.BASE_URL()) + `start?requestQty=${qty}&newWorkOrder=${newWorkOrder}&numCicliRisc=${riscqty}`, null);
|
||||
await this.Put<any>((await this.BASE_URL()) + `startFull?requestQty=${qty}&newWorkOrder=${newWorkOrder}&numCicliRisc=${riscqty}`, null);
|
||||
}
|
||||
}
|
||||
export const prodService = new ProdService();
|
||||
Reference in New Issue
Block a user