feat: wpm_gx mlog界面优化

This commit is contained in:
caoqianming 2024-08-13 10:33:48 +08:00
parent 009e2c05bb
commit 28516c89dd
14 changed files with 37 additions and 47 deletions

View File

@ -12,12 +12,12 @@
<mlogs
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 60%"
></mlogs>
<mtask
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 40%"
></mtask>
<!-- 交接记录 -->
<handover

View File

@ -12,12 +12,12 @@
<mlogs
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 60%"
></mlogs>
<mtask
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 40%"
></mtask>
<!-- 交接记录 -->
<handover

View File

@ -12,12 +12,12 @@
<mlogs
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 60%"
></mlogs>
<mtask
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 40%"
></mtask>
<!-- 交接记录 -->
<handover

View File

@ -12,12 +12,12 @@
<mlogs
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 60%"
></mlogs>
<mtask
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 40%"
></mtask>
<!-- 交接记录 -->
<handover

View File

@ -82,6 +82,7 @@
type="primary"
>交送</el-text
>
<span style="width: 4px;"></span>
<el-text
v-if="scope.row.recive_mgroup == mgroupId"
type="success"

View File

@ -12,12 +12,12 @@
<mlogs
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 60%"
></mlogs>
<mtask
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 40%"
></mtask>
<!-- 交接记录 -->
<handover

View File

@ -12,12 +12,12 @@
<mlogs
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 60%"
></mlogs>
<mtask
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 40%"
></mtask>
<!-- 交接记录 -->
<handover

View File

@ -12,12 +12,12 @@
<mlogs
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 60%"
></mlogs>
<mtask
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 40%"
></mtask>
<!-- 交接记录 -->
<handover

View File

@ -41,17 +41,13 @@
<el-table-column
label="生产路线"
prop="material_out_name"
min-width="100"
min-width="130"
>
</el-table-column>
<el-table-column
label="预计工时"
prop="hour_work"
></el-table-column>
<el-table-column
label="工段名称"
prop="mgroup_name"
min-width="100"
width="80"
></el-table-column>
<el-table-column
label="生产设备"
@ -59,12 +55,17 @@
min-width="150"
></el-table-column>
<el-table-column
label="所属部门"
label="部门/工段"
prop="belong_dept_name"
></el-table-column>
>
<template #default="scope">
{{scope.row.belong_dept_name}}/{{scope.row.mgroup_name}}
</template>
</el-table-column>
<el-table-column
label="处理人"
prop="handle_user_name"
width="80"
></el-table-column>
<el-table-column
label="开始时间"
@ -74,10 +75,10 @@
label="结束时间"
prop="work_end_time"
></el-table-column>
<el-table-column
<!-- <el-table-column
label="创建时间"
prop="create_time"
></el-table-column>
></el-table-column> -->
<el-table-column
label="操作"
fixed="right"

View File

@ -12,12 +12,12 @@
<mlogs
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 60%"
></mlogs>
<mtask
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 40%"
></mtask>
<!-- 交接记录 -->
<handover

View File

@ -1,8 +1,5 @@
<template>
<el-container>
<el-header>
<h2>任务列表</h2>
</el-header>
<el-main>
<scTable
ref="table"
@ -12,25 +9,16 @@
:params="params"
>
<el-table-column
label="#"
label="任务列表"
type="index"
width="50"
width="80"
></el-table-column>
<el-table-column
label="产品名"
label="产品名"
prop="material_out_name"
show-overflow-tooltip
>
</el-table-column>
<el-table-column label="型号规格">
<template #default="scope">
<span v-if="scope.row.material_out_"
>{{ scope.row.material_out_.specification }}|{{
scope.row.material_out_.model
}}</span
>
</template>
</el-table-column>
<el-table-column
label="任务编号"
prop="number"

View File

@ -12,12 +12,12 @@
<mlogs
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 60%"
></mlogs>
<mtask
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 40%"
></mtask>
<!-- 交接记录 -->
<handover

View File

@ -12,12 +12,12 @@
<mlogs
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 60%"
></mlogs>
<mtask
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 40%"
></mtask>
<!-- 交接记录 -->
<handover

View File

@ -12,12 +12,12 @@
<mlogs
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 60%"
></mlogs>
<mtask
v-if="values == '日志'"
:mgroupName="mgroupName"
style="height: 50%"
style="height: 40%"
></mtask>
<!-- 交接记录 -->
<handover