浏览代码

增加管理所显示、不可修改

wang_xy 1 年之前
父节点
当前提交
9cdb912c16
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      pages/oldrenovation/indoor/indoor.vue

+ 15 - 0
pages/oldrenovation/indoor/indoor.vue

@@ -189,6 +189,18 @@
 
 						</view>
 					</view>
+					<view class="uni-list">
+						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
+							<view class="uni-list-cell-left">
+								管理所
+							</view>
+							<view class="uni-list-cell-db" style="margin-top: 10;">
+								<span style="color: darkgray;"
+									v-model="administrative">{{administrative}}</span>
+							</view>
+					
+						</view>
+					</view>
 				</view>
 			</view>
 			<!--报警器切断阀-->
@@ -579,6 +591,7 @@
 					houseHeadName: '',
 					houseHeadPhone: '',
 					houseHeadIDcardNumber: '',
+					administrative: '',
 					type: '',
 					changefj:false,
 					change: false,
@@ -979,6 +992,7 @@
 						this.houseHeadName = "";
 						this.houseHeadPhone = "";
 						this.houseHeadIDcardNumber = "";
+						this.administrative = "";
 						getAreaList(item.dictValue).then(res => {
 							this.XQList = res.data;
 						})
@@ -1010,6 +1024,7 @@
 						this.houseHeadName = "";
 						this.houseHeadPhone = "";
 						this.houseHeadIDcardNumber = "";
+						this.administrative = item.administrative;
 						getBuildingList(item.id).then(res => {
 							this.LDList = res.data
 						})