yijing 1 éve
szülő
commit
1855048268
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      src/views/inspectionPlan/components/baseInfo.vue

+ 2 - 1
src/views/inspectionPlan/components/baseInfo.vue

@@ -16,7 +16,8 @@
 
       <el-col :span="6">
         <el-form-item label="检验方式:" prop="qualityMode">
-          <DictSelection dictName="取样类型" v-model="form.qualityMode" clearable :disabled="btnType == 'detail'">
+          <DictSelection dictName="取样类型" v-model="form.qualityMode" clearable
+            :disabled="btnType == 'detail' || btnType == 'issued'">
           </DictSelection>
         </el-form-item>
       </el-col>