Ver código fonte

室外管线 -> 庭院

wangzhe 10 meses atrás
pai
commit
94f1b70b65

+ 1 - 1
src/components/ConstructionDetails/indexGY.vue

@@ -194,7 +194,7 @@
                 </el-collapse-item>
               </el-collapse>
             </el-checkbox-group>
-            <el-checkbox-group v-if="enginClassification=='室外管线'" v-model="checkList">
+            <el-checkbox-group v-if="enginClassification=='庭院'" v-model="checkList">
               <el-collapse
                 class="rmOldPie"
                 v-for="(e,idx) in currentCollapses"

+ 4 - 4
src/views/zdsz/engineeringGY/index.vue

@@ -1052,7 +1052,7 @@ export default {
       let str = '';
       if (value == '室内管线') {
         str = 'gy_inner'
-      } else if (value == '室外管线') {
+      } else if (value == '庭院') {
         str = 'gy_out'
       } else if (value == '调压柜') {
         str = 'gy_tyg'
@@ -1097,7 +1097,7 @@ export default {
       let str = '';
       if (e.enginClassification == '室内管线') {
         str = 'gy_inner'
-      } else if (e.enginClassification == '室外管线') {
+      } else if (e.enginClassification == '庭院') {
         str = 'gy_out'
       } else if (e.enginClassification == '调压柜') {
         str = 'gy_tyg'
@@ -1123,7 +1123,7 @@ export default {
       let str = '';
       if (e.enginClassification == '室内管线') {
         str = 'gy_inner'
-      } else if (e.enginClassification == '室外管线') {
+      } else if (e.enginClassification == '庭院') {
         str = 'gy_out'
       } else if (e.enginClassification == '调压柜') {
         str = 'gy_tyg'
@@ -1329,7 +1329,7 @@ export default {
               if(this.enginClassificationQuery[i] == '室内管线'){
                 this.form.pePreset= this.form.pePresetSn;
                 this.form.gcPreset= this.form.gcPresetSn;
-              }else if (this.enginClassificationQuery[i] == '室外管线'){
+              }else if (this.enginClassificationQuery[i] == '庭院'){
                 this.form.pePreset= this.form.pePresetTy;
                 this.form.gcPreset= this.form.gcPresetTy;
               }else{