Compare commits
No commits in common. "0a9b1bdf1f29589736e676d398c4bf5a36f10d93" and "a80f3b69acaf1596668a1126de704072e04046a2" have entirely different histories.
0a9b1bdf1f
...
a80f3b69ac
|
|
@ -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',type:'out'}).then((res) => {
|
||||
that.$API.qm.qct.getQct.req({material: that.materialFix,tag:'process'}).then((res) => {
|
||||
res.qct_defects.forEach((item) => {
|
||||
that.defectform[item.defect_name] = 0;
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue