Browse Source

修改时间戳和消防设施

“yueshang” 1 year ago
parent
commit
25d8009e2f

+ 4 - 4
pagesA/fire/check_active/check_list/check_list.vue

@@ -175,7 +175,7 @@
 				</view>
 			</view>
 		</view>
-		<view style="width: 80%;position: fixed;bottom:80rpx;left: 50%;transform: translate(-50%);">
+		<view style="width: 80%;position: fixed;bottom:50rpx;left: 50%;transform: translate(-50%);">
 			<u-button v-if="current==0&&history==''" style="width: 70%;" @click="addClickModify(tableData)"
 				type="primary" color="#4CB2B6" shape="circle" size="default" text="去完成">
 			</u-button>
@@ -501,8 +501,8 @@
     .main-time::before{
 		  content: "";
 		      position: absolute;
-			  border:rgba(52, 145, 250, 0.4) 2px dashed;
-		      left: -43px;
+			  border:4rpx dashed rgba(33, 191, 208, 0.2) ;
+		      left: -76rpx;
 		      height: calc(100% - 20px);
 		      top: 20rpx;
 	}
@@ -525,6 +525,6 @@
 		background: #21bfd0;
 		top: 50%;
 		transform: translateY(-50%);
-		left: -46px;
+		left: -82rpx;
 	}
 </style>

+ 2 - 1
pagesA/fire/fpd_detection/fpd_detection.vue

@@ -124,6 +124,7 @@
 					detdate: [],
 					detinspect: null,
 					detresult: null,
+					orgIds:['']
 				},
 
 			}
@@ -299,7 +300,7 @@
 				this.formData.orgName = response.data[0].orgName;
 				this.formData.orgId = response.data[0].dwid;
 				this.queryParams.orgName = response.data[0].orgName;
-				this.queryParams.orgId = response.data[0].dwid;
+				this.queryParams.orgIds[0] = response.data[0].dwid;
 				this.tableData = []
                 this.getData()
 				// this.search();