|
@@ -3,7 +3,7 @@
|
|
|
<div class="form-container">
|
|
|
<el-form ref="returnTurnoverRef" class="master-container" :model="form" :rules="rules" label-width="80px">
|
|
|
<el-form-item label="下序工段:" prop="productionDeptId" label-width="100px">
|
|
|
- <el-select-v2 v-model="form.productionDeptId" clearable :disabled="!form.flag" :options="deptList"
|
|
|
+ <el-select-v2 v-model="form.productionDeptId" :disabled="!form.flag" :options="deptList"
|
|
|
placeholder="请选择下序工段" style="width: 220px" @change="handleDeptChange" />
|
|
|
<el-button @click="showProcessList">工序列表</el-button>
|
|
|
</el-form-item>
|