Compare commits
No commits in common. "625df22d50600e8de9118e4dbfbc6b065c449fae" and "42bc028585380de36f5eeb72a4d6436698520df9" have entirely different histories.
625df22d50
...
42bc028585
|
|
@ -532,7 +532,7 @@ export default {
|
|||
})
|
||||
}else{
|
||||
if(route!==null){
|
||||
that.$API.qm.qct.getQct.req({material:material_in,tag:'process',type:'in'}).then((res) => {
|
||||
that.$API.qm.qct.getQct.req({material:material_in,tag:'process'}).then((res) => {
|
||||
res.qct_defects.forEach((item) => {
|
||||
that.defectinform[item.defect_name] = 0;
|
||||
})
|
||||
|
|
@ -548,7 +548,7 @@ export default {
|
|||
}
|
||||
})
|
||||
//material_out
|
||||
that.$API.qm.qct.getQct.req({material:material_out,tag:'process',type:'out'}).then((res) => {
|
||||
that.$API.qm.qct.getQct.req({material:material_out,tag:'process'}).then((res) => {
|
||||
res.qct_defects.forEach((item) => {
|
||||
that.defectform[item.defect_name] = 0;
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue