Kaynağa Gözat

改了质检方案和质检工单

wsx 11 ay önce
ebeveyn
işleme
7d569d1ece

+ 1 - 1
src/views/inspectionTemplate/AddorUpdate.vue

@@ -433,7 +433,7 @@
       },
       confirmChoose(list) {
         let categoryList = list.map((item) => {
-          item['name'] = item.categoryLevelName;
+          item['name'] = item.name;
           item['id'] = '';
           return item;
         });

+ 4 - 3
src/views/inspectionWork/components/baseInfo.vue

@@ -79,15 +79,16 @@
         </el-form-item>
       </el-col>
     </el-row>
-    <div style="text-align: right; margin-bottom: 22px">
+    <!-- <div style="text-align: right; margin-bottom: 22px">
       <div @click="toggleExpand">
         <div v-if="isExpanded"> <i class="el-icon-arrow-up"></i>收起 </div>
         <div v-if="!isExpanded">
           <i class="el-icon-arrow-down"></i>展开更多
         </div>
       </div>
-    </div>
-    <div v-if="isExpanded">
+    </div> -->
+    <!-- v-if="isExpanded" -->
+    <div >
       <el-row>
         <el-col :span="6">
           <el-form-item label="质检部门" prop="groupId">