新增耗材入库-ai批量入库

This commit is contained in:
gyq
2025-11-28 18:02:17 +08:00
parent 89f9283163
commit abcec9f62b
9 changed files with 494 additions and 58 deletions

View File

@@ -681,13 +681,15 @@ export default {
shopId: this.shopInfo.id
});
this.trade = res;
this.tradeLoading = false;
this.tradeSale = res.sale;
this.tradeVip = res.vip;
this.tradeCount = res.count;
} catch (error) {
console.log(error);
}
setTimeout(() => {
this.tradeLoading = false;
}, 500);
},
lineChartTypeChange(i) {
this.lineChartType = i;