fix:交接记录类型展示补全

This commit is contained in:
shijing 2025-11-11 09:55:13 +08:00
parent 41929415aa
commit 23d0df54ca
2 changed files with 2 additions and 1 deletions

View File

@ -110,6 +110,7 @@
<el-tag v-if="scope.row.type == 20" type="warning">返工</el-tag> <el-tag v-if="scope.row.type == 20" type="warning">返工</el-tag>
<el-tag v-if="scope.row.type == 30" type="primary">检验</el-tag> <el-tag v-if="scope.row.type == 30" type="primary">检验</el-tag>
<el-tag v-if="scope.row.type == 40" type="danger">报废</el-tag> <el-tag v-if="scope.row.type == 40" type="danger">报废</el-tag>
<el-tag v-if="scope.row.type == 50" type="warning">改版</el-tag>
<el-tag v-if="scope.row.type == 60" type="warning">退料</el-tag> <el-tag v-if="scope.row.type == 60" type="warning">退料</el-tag>
<el-text v-if="scope.row.send_mgroup == mgroupId" type="primary">交送</el-text> <el-text v-if="scope.row.send_mgroup == mgroupId" type="primary">交送</el-text>
<el-text v-if="scope.row.recive_mgroup == mgroupId" type="success">接收</el-text> <el-text v-if="scope.row.recive_mgroup == mgroupId" type="success">接收</el-text>

View File

@ -200,7 +200,7 @@
:apiObj="apiObj" :apiObj="apiObj"
:params="paramsM" :params="paramsM"
v-model="form.material_changed" v-model="form.material_changed"
v-model:label="material_changed_name" v-model:label="form.material_changed_name"
style="width:100%" style="width:100%"
> >
<el-table-column label="名称" prop="name"></el-table-column> <el-table-column label="名称" prop="name"></el-table-column>