zzs 3 hónapja
szülő
commit
65834db93d
1 módosított fájl, 2 hozzáadás és 3 törlés
  1. 2 3
      ruoyi-ui/src/views/purchase/otb/insert.vue

+ 2 - 3
ruoyi-ui/src/views/purchase/otb/insert.vue

@@ -64,7 +64,7 @@
             <el-form-item label="采购方式" prop="buyingMode">
               <el-select style="width: 100%" v-model="form.buyingMode" placeholder="请选择采购方式" @change="changeBuyingMode">
                 <el-option v-for="dict in dict.type.buying_mode" :key="dict.value" :label="dict.label"
-                  :value="dict.value" :disabled="dict.label == '询价'"></el-option>
+                  :value="dict.value"></el-option>
               </el-select>
             </el-form-item>
           </el-col>
@@ -156,8 +156,7 @@
           <el-button type="success" icon="el-icon-plus" @click="addMaterial" size="mini">新增一行</el-button>
           <el-button type="primary" icon="el-icon-upload2" @click="importMaterial" size="mini">导入</el-button>
         </div>
-        <el-table ref="elTable" max-height="250" :data="form.ppmProcurementDetailList" 
-          border style="margin-top: 20px">
+        <el-table ref="elTable" max-height="250" :data="form.ppmProcurementDetailList" border style="margin-top: 20px">
           <el-table-column label="序号" align="center" width="80">
             <template slot-scope="scope">
               <span>{{ scope.$index + 1 }}</span>