销售统计查询条件更改

This commit is contained in:
shijing 2024-01-09 09:35:10 +08:00
parent 890d41dfa4
commit ef2612f2b7
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@
option2.xAxis.data = that.xAxisData;
let exec = that.queryType=='月'?'saleOutWeek':'saleOutMonth';
let obj = {
query: { start_date: that.start_date, end_date: that.end_date },
query: { start_date: that.start_date, end_date: that.end_date,mio_type:'sale_out',material_id:'' },
};
that.$API.bi.dataset.exec.req(exec, obj).then((res) => {
// console.log(':',res);