fix:交接表单选择物料后再显示交接工段
This commit is contained in:
parent
95188151e2
commit
aa7c8d827a
|
|
@ -146,7 +146,7 @@
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :md="12" :sm="24" v-if="mtype!==30">
|
<el-col :md="12" :sm="24" v-if="mtype!==30&&form.handoverb.length>0">
|
||||||
<el-form-item label="接收工段" prop="recive_mgroup">
|
<el-form-item label="接收工段" prop="recive_mgroup">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="form.recive_mgroup"
|
v-model="form.recive_mgroup"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue