diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 2720a179..7011ed38 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -479,13 +479,17 @@ export default { return item.id==userInfo.id; }) if(arr.length>0){ - that.form.send_user = userInfo.id; + if(that.mode=="add"){ + that.form.send_user = userInfo.id; + } }else{ let obj = {}; obj.id = userInfo.id; obj.name = userInfo.name; that.userList.push(obj) - that.form.send_user = userInfo.id; + if(that.mode=="add"){ + that.form.send_user = userInfo.id; + } } }); }, diff --git a/src/views/wpm_bx/inm.vue b/src/views/wpm_bx/inm.vue index c6806151..7aac8181 100644 --- a/src/views/wpm_bx/inm.vue +++ b/src/views/wpm_bx/inm.vue @@ -5,7 +5,10 @@ 领料 报废 合批 - 入库 + 入库
0){ oinfo.forEach((item)=>{ if(item.name=="丝高"){ data.sigao = item.val; }else if(item.name=="对边"){ data.duibian = item.val; - }else{ + }else if(item.name=="模板"){ + data.moban = item.val; + }else if(item.name=="实验板段"){ data.istest = item.val?'是':'否'; } }) diff --git a/src/views/wpm_bx/mlog_form.vue b/src/views/wpm_bx/mlog_form.vue index 9f20aac2..1ab2f379 100644 --- a/src/views/wpm_bx/mlog_form.vue +++ b/src/views/wpm_bx/mlog_form.vue @@ -58,7 +58,7 @@ - +