fix:禅道187
This commit is contained in:
parent
76f2dcac81
commit
102c03b1e9
|
|
@ -958,9 +958,9 @@ export default {
|
||||||
}
|
}
|
||||||
if(data[i].name=='外协白片抛'){
|
if(data[i].name=='外协白片抛'){
|
||||||
that.getProcessCount0(data[i].name,1);
|
that.getProcessCount0(data[i].name,1);
|
||||||
}else if(data[i].name=='外协一次抛'){
|
}else if(data[i].name=='磨抛一次抛'){
|
||||||
that.getProcessCount0(data[i].name,2);
|
that.getProcessCount0(data[i].name,2);
|
||||||
}else if(data[i].name=='外扫'){
|
}else if(data[i].name=='成品抛'){
|
||||||
that.getProcessCount0(data[i].name,3);
|
that.getProcessCount0(data[i].name,3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1035,7 +1035,7 @@ export default {
|
||||||
}else if(index==2){
|
}else if(index==2){
|
||||||
that.option2.title.text = '一次抛';
|
that.option2.title.text = '一次抛';
|
||||||
}else if(index==3){
|
}else if(index==3){
|
||||||
that.option3.title.text = '外形抛光';
|
that.option3.title.text = '成品抛';
|
||||||
}
|
}
|
||||||
let obj = {query:{end_date:that.end_date,start_date:that.start_date,mgroup_name:name}};
|
let obj = {query:{end_date:that.end_date,start_date:that.start_date,mgroup_name:name}};
|
||||||
that.$API.bi.dataset.exec.req('lineDay_m2', obj).then((res) => {
|
that.$API.bi.dataset.exec.req('lineDay_m2', obj).then((res) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue