- Estrazione dei dati da Amazon
- Ciclo di Estrapolazione di tutti i prodotti ed aggiornamento dei campi scraped e scraped_updated - Creazione file CSV con i campi modificati.
This commit is contained in:
@@ -2842,6 +2842,7 @@ export const colTableProducts = [
|
||||
AddCol({ name: 'canBeBuyOnline', label_trans: 'products.canBeBuyOnline', fieldtype: costanti.FieldType.boolean }),
|
||||
AddCol({ name: 'validaprod', label_trans: 'products.validaprod', fieldtype: costanti.FieldType.verifica }),
|
||||
AddCol({ name: 'scraped', label_trans: 'products.scraped', fieldtype: costanti.FieldType.boolean }),
|
||||
AddCol({ name: 'scraped_error', label_trans: 'products.scraped_error', fieldtype: costanti.FieldType.boolean }),
|
||||
AddCol(DeleteRec),
|
||||
AddCol(DuplicateRec),
|
||||
]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1050,9 +1050,11 @@ export const useUserStore = defineStore('UserStore', {
|
||||
},
|
||||
|
||||
async execDbOp(paramquery: any) {
|
||||
// come faccio a ricevere un file da node.js ?
|
||||
return Api.SendReq('/users/dbop', 'POST', paramquery, false, false, 0, 5000, null, null, {timeout: 300000})
|
||||
.then((res) => {
|
||||
|
||||
|
||||
return res.data
|
||||
}).catch((error) => {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user