LAPTOP-FO2T5SIU\35838 9 月之前
父节点
当前提交
b662e842b7

+ 3 - 0
src/views/parkAssets/component/uploadCost.vue

@@ -145,6 +145,9 @@ export default {
             if (this.importType === 'buildInsert') {
                 this.importBuild()
             }
+            if (this.importType === 'roomInsert') {
+                this.importRoom()
+            }
         },
         importGroup() {
             this.loading = true

+ 2 - 1
src/views/parkAssets/parkBuild/index.vue

@@ -325,7 +325,8 @@ export default {
             importVisible: false,
             importType: '',
             importTitle: '',
-            uploadTitle: []
+            uploadTitle: [],
+            isView: false
 
         }
     },

+ 2 - 2
src/views/parkAssets/parkFloorDisc/index.vue

@@ -37,8 +37,8 @@
         <el-row class="handle-box" style="margin-bottom: 10px">
           <el-col :span="24">
             <el-input v-model="queryParam.name" size="small" placeholder="楼盘名称" class="ch-input-size" @keyup.enter.native="handleSearch()" />
-            <el-button size="small" class="ch-button-add" style="float: right; margin-top: 4px; margin-right: 10px;" @click="batchFQImport()"><i class="el-icon-menu" />&nbsp;楼盘分期导入</el-button>
-            <el-button size="small" class="ch-button-add" style="float: right; margin-top: 4px; margin-right: 10px;" @click="batchImport()"><i class="el-icon-menu" />&nbsp;楼盘导入</el-button>
+            <el-button size="small" class="ch-button-export" style="float: right; margin-top: 4px; margin-right: 10px;" @click="batchFQImport()"><i class="el-icon-menu" />&nbsp;楼盘分期导入</el-button>
+            <el-button size="small" class="ch-button-export" style="float: right; margin-top: 4px; margin-right: 10px;" @click="batchImport()"><i class="el-icon-menu" />&nbsp;楼盘导入</el-button>
             <el-button size="small" class="ch-button-add" style="float: right; margin-top: 4px; margin-right: 10px;" @click="handleAddFQ()"><i class="el-icon-menu" />&nbsp;新增分期</el-button>
             <el-button size="small" class="ch-button-add" style="float: right; margin-top: 4px; margin-right: 10px;" @click="handleAdd()"><i class="el-icon-menu" />&nbsp;新增楼盘</el-button>
             <el-button size="small" class="ch-button" style="float: right;margin-top: 4px" @click="handleSearch()"><i class="el-icon-menu" />&nbsp;查询</el-button>