var db_sqlite3_refreh= new Vue({
el:"#focus_list_count",
data:{
num: 1,
累计采购额:"---.--",
累计销售额:"---.--",
实时库存量:"---.--",
累计入库:"---.--",
累计出库:"---.--",
进库车辆:"---.--",
todosjson:[{"name":"sxsp11","content":[{"入库吨数":"34T121","车辆信息":"辽L1231212","地磅数据":"123456121","入库时间":"2021-07-25 12:11","累计采购额":"100.12"}]}]
},
mounted(){
this.created();
},
btnChangeMsg(){
axios.get('/getM01API', {
params: {
TKID: 12345
}
}).then((response) => { //箭头可支持.访问操作
console.log("======================response");
console.log(response);
console.log("======================response.data");
console.log(response.data);
this.todosjson=response.data;
this.累计出库=this.todosjson[0].content[0].累计出库;
this.进库车辆=this.todosjson[0].content[0].进库车辆;
db_data.地磅数据=th