diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index 00475a9f..201fb76f 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -64,7 +64,6 @@ v-model="processLists" :addTemplate="addTemplate" placeholder="暂无数据" - @add="rowAdd" > @@ -101,6 +100,27 @@ + + + + + + + + {{ scope.row.equipment_name}} + + + - - - - - - - - @@ -514,9 +517,10 @@ export default { addTemplate:{ mlog: "", process: "", + equipment: "", handle_user: "", - handle_user_name: "", work_start_time: "", + handle_user_name: "", isEdit: true, }, qct:null, @@ -540,6 +544,7 @@ export default { this.apiObj = this.$API.wpm.mlogb.list; let userInfo = that.$TOOL.data.get("USER_INFO"); that.addTemplate.mlog = that.mlogItem.id; + that.addTemplate.equipment = ""; that.addTemplate.handle_user = userInfo.id; that.addTemplate.handle_user_name = userInfo.name; that.addTemplate.work_start_time = this.$TOOL.dateFormat(new Date());