Kaynağa Gözat

Merge branch '2.0.0' of http://git.ycjcjy.com/fuxingfan/smartCommunity into 2.0.0

魏熙美 6 yıl önce
ebeveyn
işleme
cc10cbde15

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/SocialController.java Dosyayı Görüntüle

@@ -321,7 +321,7 @@ public class SocialController extends BaseController {
321 321
 
322 322
     @ApiOperation(value = "添加二手租赁帖子", notes = "添加二手租赁帖子")
323 323
     @ApiImplicitParams({
324
-            @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="title:小区标题, imageUrl:图片URL地址, content:小区内容, type:0议事大厅,1是邻里互助 ,2是二手/租赁,3其它话题"),
324
+            @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="title:小区标题, imageUrl:图片URL地址, content:小区内容, type:0议事大厅,1是邻里互助 ,2是二手/租赁,3其它话题,status:"),
325 325
             @ApiImplicitParam(paramType = "header",dataType = "String",name = "X-Auth-Token",value = "Token")
326 326
     })
327 327
     @RequestMapping(value = "/addTransaction", method = RequestMethod.POST)

+ 2
- 1
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java Dosyayı Görüntüle

@@ -1152,7 +1152,8 @@ public class BuildingOwnerInfoServiceImpl extends ServiceImpl<TpBuildingOwnerInf
1152 1152
             roomInfoList.add(roomInfo.getPhaseName()
1153 1153
             +roomInfo.getBuildingName()
1154 1154
             +roomInfo.getUnitName()
1155
-            +roomInfo.getLevelName());
1155
+            +roomInfo.getLevelName()
1156
+            +roomInfo.getRoomNoName());
1156 1157
         }
1157 1158
         Map<String, Object> map = Maps.newHashMap();
1158 1159
         /*当前房产信息*/

+ 0
- 1
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingTreeServiceImpl.java Dosyayı Görüntüle

@@ -770,7 +770,6 @@ public class BuildingTreeServiceImpl implements BuildingTreeServiceI {
770 770
 				tpBuildingOwnerInfo.eq("community_id", tpUnit.getCommunityId())
771 771
 						.eq("phase_id", tpUnit.getPhaseId())
772 772
 						.eq("building_id", tpUnit.getBuildingId())
773
-						.eq("room_no_name", tpUnit.getName())
774 773
 						.eq("verify_status", 1);
775 774
 				}
776 775
 			List<TpBuildingOwnerInfo> ifoBuid = tpBuildingOwnerInfoMapper.selectList(tpBuildingOwnerInfo);

+ 1
- 1
VUECODE/smart-property-manage/src/router/index.js Dosyayı Görüntüle

@@ -122,7 +122,7 @@ export const constantRouterMap = [
122 122
         path: '/social/transaction',
123 123
         component: () => import('@/views/social/transaction/index'),
124 124
         name: 'transaction-import',
125
-        meta: { title: '二手话题', icon: 'table' }
125
+        meta: { title: '话题', icon: 'table' }
126 126
       },
127 127
       {
128 128
         path: '/transaction/transaction',

+ 6
- 1
VUECODE/smart-property-manage/src/views/building/info/index.vue Dosyayı Görüntüle

@@ -42,7 +42,7 @@
42 42
         </el-form-item>
43 43
         <div> <hr style="height:1px;border:none;border-top:1px solid #FF8888;margin-right:100%"  width="100%"/></div>  
44 44
         <el-form-item label="在当前房屋">
45
-          <span style="transform:translateY(80%);">{{ listQuery.phaseName + listQuery.buildingName + listQuery.unitName + listQuery.levelName + listQuery.roomNoName }}</span>
45
+          <span style="transform:translateY(80%);color:#A9A9A9;font-size: 14px; color: #606266;">{{ listQuery.phaseName + listQuery.buildingName + listQuery.unitName + listQuery.levelName + listQuery.roomNoName }}</span>
46 46
             <table style="transform:translateY(20%);">   
47 47
             <tr>
48 48
               <td>身份</td>
@@ -160,6 +160,11 @@ export default {
160 160
        this.listQuery.roomNoName = res.data.taUserVerify.roomNoName
161 161
        this.listQuery.roomInfoList  = res.data.roomInfoList
162 162
        this.listQuery.roleId = res.data.taUserVerify.roleId + ''
163
+       this.listQuery.phaseName = res.data.taUserVerify.phaseName
164
+       this.listQuery.unitName = res.data.taUserVerify.unitName
165
+       this.listQuery.buildingName = res.data.taUserVerify.buildingName
166
+       this.listQuery.levelName = res.data.taUserVerify.levelName
167
+
163 168
        console.log('')
164 169
       }).catch(() => {
165 170
         console.log('BuildingDetails error')

+ 1
- 1
VUECODE/smart-property-manage/src/views/social/activity/info/index.vue Dosyayı Görüntüle

@@ -181,7 +181,7 @@ export default {
181 181
 
182 182
 }
183 183
 .activityTile{
184
-  font-size: 5px;
184
+  font-size: 14px;
185 185
 }
186 186
 .activityContext{
187 187
   margin-bottom: 20px;

+ 0
- 1
VUECODE/smart-property-manage/src/views/social/transaction/transactionAdd.vue Dosyayı Görüntüle

@@ -44,7 +44,6 @@
44 44
         </div>
45 45
       </el-form-item>
46 46
       <el-form-item>
47
-        <el-button @click="resetForm('ruleForm','2')">存为草稿</el-button>
48 47
         <el-button type="primary" @click="submitForm('ruleForm','1')">发布</el-button>
49 48
       </el-form-item>
50 49
     </el-form>