diff --git a/src/views/wpm/mlog_dept10.vue b/src/views/wpm/mlog_dept10.vue index 1901c754..94ede52d 100644 --- a/src/views/wpm/mlog_dept10.vue +++ b/src/views/wpm/mlog_dept10.vue @@ -63,7 +63,7 @@ 任务信息 配粉料数 + v-if="currentMtask && currentMtask.peifen_kg === 0 && (currentMtask.state == 20 || currentMtask.state == 10)">配粉料数 @@ -91,7 +91,8 @@ 新增 + v-if="currentMtask && currentMtask.state == 20" + v-auth="'mlog.create'">新增 @@ -99,11 +100,12 @@ - + - {{ item.material_out_.name }} - {{ item.count_ok }} + {{ item.material_out_name }}| + {{ item.count_ok + }} @@ -130,7 +132,7 @@ - + @@ -243,10 +245,10 @@ }} - {{ - scope.row.material_.process_name - }} - + {{ + scope.row.material_.process_name + }} + @@ -257,10 +259,8 @@ + :material_out="material_out" :brothersList="brothersList" :material_in="material_in" :activeType="activeName" + @success="handleSaveSuccess" @closed="dialogSave = false">