- preordinabili corretti + altro
This commit is contained in:
@@ -417,6 +417,7 @@ export default defineComponent({
|
||||
strris += addfield(col, 'bookableQty', rec, false, true); col++;
|
||||
strris += addfield(col, 'sconto1', rec, false, true); col++;
|
||||
strris += addfield(col, 'sconto2', rec, false, true); col++;
|
||||
strris += addfield(col, 'gas_name', rec, false, true); col++;
|
||||
strris += '} '
|
||||
|
||||
} else if (cmd === shared_consts.Cmd.CITIES_SERVER) {
|
||||
@@ -440,7 +441,7 @@ export default defineComponent({
|
||||
if (cmd === shared_consts.Cmd.CITIES_SERVER) {
|
||||
userStore.importToServerCmd($q, t, cmd, null)
|
||||
} else if (cmd === shared_consts.Cmd.PRODUCTS) {
|
||||
let options = { aggiornaStockQta: checkAggiornaQta.value }
|
||||
let options = { aggiornaStockQty: checkAggiornaQta.value }
|
||||
if (importasulserver.value)
|
||||
userStore.importToServerCmd($q, t, cmd, { arrdata: strris, options })
|
||||
}
|
||||
@@ -471,7 +472,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function eseguiCmdProduct() {
|
||||
let options = { aggiornaStockQta: checkAggiornaQta.value }
|
||||
let options = { aggiornaStockQty: checkAggiornaQta.value }
|
||||
userStore.importToServerCmd($q, t, cosafare.value, { arrdata: risultato.value, options })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user