fix:交接记录类型展示补全
This commit is contained in:
parent
41929415aa
commit
23d0df54ca
|
|
@ -110,6 +110,7 @@
|
|||
<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 == 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-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>
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@
|
|||
:apiObj="apiObj"
|
||||
:params="paramsM"
|
||||
v-model="form.material_changed"
|
||||
v-model:label="material_changed_name"
|
||||
v-model:label="form.material_changed_name"
|
||||
style="width:100%"
|
||||
>
|
||||
<el-table-column label="名称" prop="name"></el-table-column>
|
||||
|
|
|
|||
Loading…
Reference in New Issue