fix:玻纤输出列表调整
This commit is contained in:
parent
a4c15ba6d7
commit
5b12029d20
|
|
@ -438,7 +438,7 @@ export default {
|
||||||
}
|
}
|
||||||
if(that.qct!==''&&that.qct!==null){//输出
|
if(that.qct!==''&&that.qct!==null){//输出
|
||||||
that.getdefects();
|
that.getdefects();
|
||||||
}else{
|
}else if(that.material_out!==''&&that.material_out!==null){//输入
|
||||||
that.$API.qm.qct.getQct.req({ material: that.material_out,type:'out',tag:'process' }).then((res) => {
|
that.$API.qm.qct.getQct.req({ material: that.material_out,type:'out',tag:'process' }).then((res) => {
|
||||||
that.testdefectss(res);
|
that.testdefectss(res);
|
||||||
}).catch(()=>{
|
}).catch(()=>{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue