LAPTOP-FO2T5SIU\35838 8 mesi fa
parent
commit
26d03039d4

+ 1 - 1
src/views/customerManagement/numberManagement/index.vue

@@ -59,7 +59,7 @@
         <el-button size="small" class="ch-button" style="float: right; margin-top: 4px" @click="downLoad"><i class="el-icon-menu" />&nbsp;选房通知单</el-button>
         <el-button size="small" class="ch-button-danger" style="float: right; margin-top: 4px;margin-right: 10px;" @click="handleDelete"><i class="el-icon-menu" />&nbsp;删除</el-button>
         <el-button size="small" class="ch-button-export" style="float: right;margin-top: 4px" @click="batchImport()"><i class="el-icon-menu" />&nbsp;批量导入</el-button>
-        <el-button size="small" class="ch-button" style="float: right; margin-right: 10px; margin-top: 4px" @click="handleAdd()"><i class="el-icon-menu" />&nbsp;新增</el-button>
+        <el-button size="small" class="ch-button-add" style="float: right; margin-right: 10px; margin-top: 4px" @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>
         <el-button size="small" class="ch-button-warning" style="float: right;margin-top: 4px" @click="handleReset()"><i class="el-icon-menu" />&nbsp;重置</el-button>
       </el-col>

+ 1 - 0
src/views/customerManagement/roomChose/roomIndex.vue

@@ -584,6 +584,7 @@ export default {
             this.roomUse = ['1']
             this.saleStatus = ['1']
             this.soldStatus = ['1']
+            this.chooseStatus = ['0']
             this.queryParam.nodeId = data.nodeId
             this.queryParam.level = data.level
             this.expandedDeptKey = [data.nodeId]

+ 4 - 4
src/views/parkAssets/parkRoom/index.vue

@@ -128,7 +128,7 @@
               <el-button size="small" class="ch-button-export" style="float: right; margin-top: 4px" @click="handleExcel"><i class="el-icon-menu" />&nbsp;导出EXCEL</el-button>
               <el-button size="small" class="ch-button-export" style="float: right;margin-top: 4px" @click="batchImport()"><i class="el-icon-menu" />&nbsp;批量导入</el-button>
 
-              <el-button size="small" class="ch-button" style="float: right;  margin-right: 10px; margin-top: 4px" @click="handleAdd()"><i class="el-icon-menu" />&nbsp;新增房间</el-button>
+              <el-button size="small" class="ch-button-add" style="float: right;  margin-right: 10px; margin-top: 4px" @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>
               <el-button size="small" class="ch-button-warning" style="float: right;margin-top: 4px" @click="handleReset()"><i class="el-icon-menu" />&nbsp;重置</el-button>
             </el-col>
@@ -157,7 +157,7 @@
               <el-table-column label="操作" header-align="center" width="250">
                 <template scope="scope">
                   <el-button size="mini" type="text" @click="handleEdit(scope.row)">编辑</el-button>
-                  <el-button size="mini" type="text" @click="handleDelete(scope.row)">删除</el-button>
+                  <el-button :disabled="scope.row.soldStatus!=1" size="mini" type="text" @click="handleDelete(scope.row)">删除</el-button>
                   <el-button size="mini" type="text" @click="handleView(scope.row)">查看</el-button>
                 </template>
               </el-table-column>
@@ -505,11 +505,11 @@ export default {
                 // predictionShareArea: [{ required: true, trigger: 'blur', message: '请输入预测分摊面积' }],
                 // predictionBuildArea: [{ required: true, trigger: 'blur', message: '请输入预测建筑面积' }],
                 // predictionLandArea: [{ required: true, trigger: 'blur', message: '请输入预测土地面积' }],
-                actualInternalArea: [{ required: true, trigger: 'blur', message: '请输入实测分摊面积' }],
+                actualInternalArea: [{ required: true, trigger: 'blur', message: '请输入实测套内面积' }],
                 actualShareArea: [{ required: true, trigger: 'blur', message: '请输入实测分摊面积' }],
                 actualBuildArea: [{ required: true, trigger: 'blur', message: '请输入实测建筑面积' }],
                 // actualLandArea: [{ required: true, trigger: 'blur', message: '请输入实测土地面积' }],
-                roomUse: [{ required: true, trigger: 'blur', message: '请输入用途' }],
+                roomUse: [{ required: true, trigger: 'blur', message: '请输入用途' }]
                 // roomNumber: [{ required: true, trigger: 'blur', message: '请输入户编号' }]
             },
 

+ 3 - 27
src/views/signingManagement/contractManagement/contractAdd.vue

@@ -159,7 +159,7 @@
             <el-row>
               <el-col :span="5" class="col-txt"><span>备注说明</span></el-col>
               <el-col :span="18" class="col-input">
-                <el-input v-model="form.remark" type="textarea" maxlength="2000" show-word-limit />
+                <el-input v-model="form.remark" type="textarea" :autosize="{ minRows: 2, maxRows: 100}" maxlength="2000" show-word-limit />
               </el-col>
             </el-row>
             <el-row>
@@ -552,30 +552,6 @@ export default {
   .ch-input .el-input__inner {
       border-color: #32323A;
   }
-  .ch-input-size {
-      width: 150px;
-  }
-  .ch-button {
-      border-color: #32323A;
-      background-color: #32323A;
-      color: #fff;
-  }
-  .ch-button-warning {
-      margin-left: 10px;
-      border-color: #E6A23C;
-      background-color: #E6A23C;
-      color: #fff;
-  }
-  .ch-button-export {
-      margin-left: 10px;
-      border-color: #98CC1F;
-      background-color: #98CC1F;
-      color: #fff;
-  }
-  /deep/.el-dialog__header {
-      padding: 10px 20px;
-  }
-  /deep/.el-dialog__body {
-      padding: 10px 20px;
-  }
+
+
 </style>