- Gestore Ordini GAS (aggiornato)
- Possibilità di modificare un record, click sulla matita rossa. - corretto altre sistemazioni sui valori di minimo e massimo quantità.
This commit is contained in:
@@ -1682,7 +1682,8 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
return Api.SendReq('/chval', 'PATCH', { data: mydata })
|
||||
.then((res) => {
|
||||
if (res) {
|
||||
if (mydata.aggiornainmem) this.UpdateValuesInMemory(mydata);
|
||||
// if (mydata.aggiornainmem) this.UpdateValuesInMemory(mydata);
|
||||
this.UpdateValuesInMemory(mydata);
|
||||
return res.data.code === serv_constants.RIS_CODE_OK;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user