lxf 1 年之前
父节点
当前提交
c43c570255
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/production/warehouse/finished-parts-storage/index.vue

+ 1 - 1
src/views/production/warehouse/finished-parts-storage/index.vue

@@ -73,7 +73,7 @@
               <el-row>
               <el-row>
                 <el-col :span="12">
                 <el-col :span="12">
                   <el-form-item label="事业部" prop="departmentId" style="width: 100%; margin-bottom: 18px">
                   <el-form-item label="事业部" prop="departmentId" style="width: 100%; margin-bottom: 18px">
-                    <el-select v-model="formData.data.departmentId" placeholder="请选择调事业部" clearable style="width: 100%">
+                    <el-select v-model="formData.data.departmentId" placeholder="请选择调事业部" clearable style="width: 100%" disabled>
                       <el-option v-for="item in departmentList" :key="item.dictKey" :label="item.dictValue" :value="item.dictKey" />
                       <el-option v-for="item in departmentList" :key="item.dictKey" :label="item.dictValue" :value="item.dictKey" />
                     </el-select>
                     </el-select>
                   </el-form-item>
                   </el-form-item>