交付参数更改
This commit is contained in:
parent
355159e49a
commit
6172ca5a80
|
@ -455,7 +455,7 @@ export default {
|
|||
query: {start_date:this.start_date,end_date:this.end_date,dept_name: "6车间"},
|
||||
};
|
||||
let obj2 ={
|
||||
query: {start_date:this.start_date,end_date:this.end_date,dept_name: "6车间"},
|
||||
query: {start_date:this.start_date,end_date:this.end_date,mio_type: 'sale_out',material_id:''},
|
||||
};
|
||||
//生产车间按日统计
|
||||
that.$API.bi.dataset.exec.req('productStatistic', obj).then((res1) => {
|
||||
|
|
|
@ -391,7 +391,7 @@ export default {
|
|||
getsaleOut() {
|
||||
let that = this;
|
||||
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('saleOutDay', obj).then((res6) => {
|
||||
let list = res6.data2.ds0;
|
||||
|
|
|
@ -402,7 +402,7 @@ export default {
|
|||
let that = this;
|
||||
let date = that.yesterday;
|
||||
let obj6 ={
|
||||
query: {start_date:date,end_date:date,mio_type: 'sale_out'},
|
||||
query: {start_date:date,end_date:date,mio_type: 'sale_out',material_id:''},
|
||||
};
|
||||
let obj7 ={
|
||||
query: {start_date:date,end_date:date,dept_name: "7车间"},
|
||||
|
@ -413,7 +413,7 @@ export default {
|
|||
|
||||
let date0 = that.yesterdayBefore;
|
||||
let obj06 ={
|
||||
query: {start_date:date0,end_date:date0,mio_type: 'sale_out'},
|
||||
query: {start_date:date0,end_date:date0,mio_type: 'sale_out',material_id:''},
|
||||
};
|
||||
let obj07 ={
|
||||
query: {start_date:date0,end_date:date0,dept_name: "7车间"},
|
||||
|
@ -472,7 +472,7 @@ export default {
|
|||
let start_date = that.year_s+'-'+that.month_s+'-01';
|
||||
let end_date = that.year_s+'-'+that.month_s+'-'+that.day_s;
|
||||
let obj6 ={
|
||||
query: {start_date:start_date,end_date:end_date,mio_type: 'sale_out'},
|
||||
query: {start_date:start_date,end_date:end_date,mio_type: 'sale_out',material_id:''},
|
||||
};
|
||||
let obj7 ={
|
||||
query: {start_date:start_date,end_date:end_date,dept_name: "7车间"},
|
||||
|
|
Loading…
Reference in New Issue