zhnghongrui 1 yıl önce
ebeveyn
işleme
99ae1f5f9f

+ 1 - 1
components/bottomSheet/bottomSheet.vue

@@ -54,7 +54,7 @@
 								<view class="uni-media-list-text-top" v-show="title=='报警器'||title=='切断阀'">
 									<view class="tit-text">厂家:</view>{{value.zEngineeringMaterialBo[0].brand}}
 								</view>
-								<view class="uni-media-list-text-top" v-show="title=='立杠'||title=='表后管'||title=='阀管'">
+								<view class="uni-media-list-text-top" v-show="title=='立杠'||title=='表后管'">
 									<view class="tit-text">数量:</view>{{value.zEngineeringMaterialBo[0].number}}
 								</view>
 								<view class="uni-media-list-text-top">

+ 34 - 32
pages/oldrenovation/indoor/indoor.vue

@@ -1469,7 +1469,8 @@
 					} else if (this.objValue.enginClassValue == '阀管') { //自闭阀
 						var onlyNumbers = this.specificationValue.name.replace(/[^\d.]/g, '');
 
-						console.log(onlyNumbers); // 输出: "123456"
+						console.log(this.specificationValue)
+						console.log('数量========', onlyNumbers); // 输出: "123456"
 						param = {
 							district: this.XZQValue.dictValue,
 							areaId: this.XQValue.id,
@@ -1591,13 +1592,13 @@
 			justify-content: space-between;
 			padding: 10px;
 			position: relative;
-		
+
 		}
-		
+
 		.uni-list {
 			border: 1xp solid #eee;
 		}
-		
+
 		.to-right-icon {
 			width: 15px;
 			height: 15px;
@@ -1605,13 +1606,13 @@
 			top: 50%;
 			transform: translateY(-50%);
 		}
-		
-		
+
+
 		.text {
 			font-size: 16px;
 			color: #333;
 		}
-		
+
 		.background {
 			// border: 15px solid hsla(0, 0%, 100%, .5);
 			background: white;
@@ -1620,10 +1621,10 @@
 			border-radius: 20rpx;
 			margin: 20rpx 10rpx;
 			/*从padding开始往外面裁剪背景*/
-		
-		
+
+
 		}
-		
+
 		.btn {
 			width: 715rpx;
 			height: 69rpx;
@@ -1637,8 +1638,8 @@
 			margin-top: 40rpx;
 			margin-bottom: 100rpx;
 		}
-		
-		
+
+
 		.number {
 			display: flex;
 			/* 水平居中显示子元素 */
@@ -1649,7 +1650,7 @@
 			padding: 10px;
 			/* 设置padding以提高视觉效果 */
 		}
-		
+
 		.tj-btn {
 			height: 69rpx;
 			background: #3184f0;
@@ -1659,9 +1660,9 @@
 			color: #FFFFFF;
 			line-height: 69rpx;
 			margin: 40rpx 70rpx;
-		
+
 		}
-		
+
 		.sc-btn {
 			height: 69rpx;
 			background: #f0686b;
@@ -1671,9 +1672,9 @@
 			color: #FFFFFF;
 			line-height: 69rpx;
 			margin: 40rpx;
-		
+
 		}
-		
+
 		.num-style {
 			background: #e8f4f9;
 			margin: 20rpx;
@@ -1681,8 +1682,8 @@
 			border-radius: 20rpx;
 			border: 1px solid #d4e3f0;
 		}
-		
-		
+
+
 		.textarea {
 			margin-top: 10upx;
 			width: 100%;
@@ -1690,16 +1691,16 @@
 			min-height: 100upx;
 			line-height: 20px;
 		}
-		
+
 		page {
 			background: #f2f2f2;
 		}
-		
+
 		.flex-x {
 			display: flex;
 			align-items: center;
 		}
-		
+
 		.template_title,
 		.template_title1,
 		.template_title_list {
@@ -1709,15 +1710,15 @@
 			padding: 0 30rpx;
 			box-sizing: border-box;
 		}
-		
+
 		.template_title1 {
 			background: none;
 		}
-		
+
 		.template_title_list {
 			margin-bottom: 4rpx;
 		}
-		
+
 		.template_title>view,
 		.template_title1>view {
 			font-size: 32rpx;
@@ -1725,16 +1726,16 @@
 			flex-shrink: 0;
 			margin-right: 20rpx;
 		}
-		
+
 		.template_title>input {
 			font-size: 28rpx;
 			color: #808080;
 			text-align: right;
 			flex-grow: 1;
 		}
-		
+
 		/* 添加内容 */
-		
+
 		.add_con>text {
 			font-size: 40rpx;
 			color: #f16765;
@@ -1743,26 +1744,27 @@
 			margin-left: 10rpx;
 			line-height: 44rpx;
 		}
-		
+
 		.add_con>view {
 			font-size: 32rpx;
 			color: #7885cb;
 		}
-		
+
 		/* 删除内容 */
-		
+
 		.del {
 			font-size: 32rpx;
 			color: #f16765;
 			margin-right: 14rpx;
 			padding: 20rpx;
 		}
-		
+
 		input {
 			flex-grow: 1;
 			font-size: 28rpx;
 			color: #808080;
 		}
+
 		// .container {
 		// 	display: flex;
 		// 	align-items: center;