menchuang 1 سال پیش
والد
کامیت
b610d770fd

+ 30 - 1
api/common.js

@@ -1,6 +1,31 @@
 import request from '@/utils/request'
 
 
+//  修改房间信息
+export function putRoomDetails(id, newPhone) {
+	const data = {
+		id,
+		newPhone
+
+	}
+	return request({
+		'url': '/zdsz/house/editById',
+		'method': 'post',
+		'data': data
+	})
+}
+//  通过身份证查询房间信息 
+export function getRoomDetailsIDCard(idCard) {
+	const data = {
+		idCard,
+
+	}
+	return request({
+		'url': '/zdsz/house/getHousesByIdCard',
+		'method': 'get',
+		'data': data
+	})
+}
 
 // 获取公告列表
 export function getNoticeList(noticeType, pageNum, pageSize) {
@@ -200,13 +225,17 @@ export function getEnginSpecificationsList(materId) {
 }
 
 // 工程材质下拉
-export function getEnginMaterialQualityList(enginType, enginSort,enginNode) {
+export function getEnginMaterialQualityList(enginType, enginSort, enginNode, enginStep,nameType) {
 	const data = {
 		enginType
 	}
 	if (enginSort !== undefined) {
 		data['enginSort'] = enginSort
 		data['enginNode'] = enginNode
+		data['enginStep'] = enginStep
+	}
+	if(nameType !== undefined ){
+		data['nameType'] = nameType
 	}
 	return request({
 		'url': '/zdsz/enginMaterialQuality/getEnginMaterialQualityList',

+ 2 - 1
config.js

@@ -1,9 +1,10 @@
 // 应用全局配置
 module.exports = {
-	baseUrl: 'https://www.xcx.cczdsz.cn/prod-api',
+	// baseUrl: 'https://www.xcx.cczdsz.cn/prod-api',
 	// baseUrl: 'http://192.168.4.6:8080',
 	// baseUrl: 'http://192.168.4.20:8080',
 	// baseUrl: 'http://192.168.4.11:8080',
+	baseUrl: 'http://192.168.4.23:8080',
 	// baseUrl: 'http://192.168.4.14:8089',
 	baseIconUrl: 'https://www.xcx.cczdsz.cn/app/images/',
 	// 应用信息

+ 4 - 3
pages/oldrenovation/courtyard/courtyard.vue

@@ -145,7 +145,7 @@
 						}})" class="tj-btn">添加</button>
 
 					</view>
-					<view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
+				<!-- 	<view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
 						<view class="container" style="color: #b2b2b2;">*请上传管道施工记录照片</view>
 						<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
 							<image :src="loadImgSrc('updateimg.png')" mode=""
@@ -168,7 +168,7 @@
 								</view>
 							</view>
 						</view>
-					</view>
+					</view> -->
 					<view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
 						<view class="container" style="color: #b2b2b2;">*请上传管上皮深度测量照片</view>
 						<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
@@ -589,7 +589,8 @@
 					this.type = e; //赋值类型
 					if (e == 'cz') { //材质
 						this.open = true;
-						getEnginMaterialQualityList("民用工程", this.objValue.enginType, this.objValue.enginClassification).then(
+						getEnginMaterialQualityList("民用工程", this.objValue.enginType, this.objValue.enginClassification, this
+							.objValue.enginClassValue).then(
 							response => {
 								this.selectList = response.data;
 							});

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1001 - 1001
pages/oldrenovation/courtyard/newcourtyard.vue


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 559 - 239
pages/oldrenovation/indoor/indoor.vue


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1023 - 1023
pages/oldrenovation/overhead/newoverhead.vue