fix:光芯返工检测表修正
This commit is contained in:
parent
809c14c123
commit
31df2e12a8
|
|
@ -513,7 +513,7 @@ export default {
|
|||
getdefects(route,material_in,material_out){
|
||||
let that = this;
|
||||
if(that.is_fix&&that.materialFix!==null&&that.materialFix!==''){
|
||||
that.$API.qm.qct.getQct.req({material: that.materialFix,tag:'process'}).then((res) => {
|
||||
that.$API.qm.qct.getQct.req({material: that.materialFix,tag:'process',type:'out'}).then((res) => {
|
||||
res.qct_defects.forEach((item) => {
|
||||
that.defectform[item.defect_name] = 0;
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue