销售统计查询条件更改
This commit is contained in:
parent
890d41dfa4
commit
ef2612f2b7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue