fix: 退火交接记录bug2

This commit is contained in:
caoqianming 2024-03-06 14:38:32 +08:00
parent 1ec5626412
commit cc29f2b2aa
1 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,8 @@
<el-form-item label="交送物料" prop="wm">
<el-select v-model="handoverForm.wm" placeholder="交送物料" clearable style="width: 100%"
:disabled="handoverType == 'edit'">
<el-option v-for="item in wmaterialList" :key="item.id">
<el-option v-for="item in wmaterialList" :key="item.id" :label="item.material_name"
:value="item.id">
<span style="float: left">{{ item.material_name }} {{ item.batch }}</span>
<span style="
float: right;