diff --git a/pages/projectEnd/projectIndex/projectIndex.vue b/pages/projectEnd/projectIndex/projectIndex.vue
index 8f205c60..64a39bf1 100644
--- a/pages/projectEnd/projectIndex/projectIndex.vue
+++ b/pages/projectEnd/projectIndex/projectIndex.vue
@@ -2,16 +2,15 @@
-
-
+
-
-
-
{{ weatherInfo.winddirection }}风 {{ weatherInfo.windpower }}级
@@ -60,8 +60,16 @@
要求完成日期
+
- -->
+
·已有产品·
@@ -982,15 +990,7 @@
margin-bottom: 12rpx;
}
}
- .topBoxContent-box {
- margin: 26rpx;
- width: calc(100% - 52rpx);
- height: 400rpx;
- background-image: url('@/static/chaozhou-index.png');
- background-repeat: no-repeat;
- background-size: 100% 100%;
- position: relative;
- }
+
.topBoxContent {
color: white;
font-size: 14px;
@@ -1083,7 +1083,7 @@
.projectIndexPage {
/deep/ .headerBox {
- // background-color: transparent;
+ background-color: transparent;
border-bottom: none;
}
}
@@ -1200,10 +1200,10 @@
}
.moudleContent {
- // box-shadow: 0px 4px 16px 0px rgba(212, 220, 236, 0.59);
+ box-shadow: 0px 4px 16px 0px rgba(212, 220, 236, 0.59);
border-radius: 8px;
padding: 15px 15px;
- margin: 15px 15px 15px;
+ margin: 55px 15px 15px;
position: relative;
z-index: 2;
}
diff --git a/pages/projectEnd/safeSame/index.vue b/pages/projectEnd/safeSame/index.vue
index c010eefc..6ee06c2a 100644
--- a/pages/projectEnd/safeSame/index.vue
+++ b/pages/projectEnd/safeSame/index.vue
@@ -8,7 +8,7 @@
问题概览
{{nowTime}}
-
+
较昨日{{statisticsValue.totalNumDifferYesterday||0}}
@@ -39,14 +39,13 @@
未闭合
-
待整改
- {{countMyTodoInfo.rectificationNum}}
+ {{statisticsValue.rectificationNum}}
待复查
- {{countMyTodoInfo.reviewNum}}
+ {{statisticsValue.reviewNum}}
待核验
- {{countMyTodoInfo.verificationNum}}
+ {{statisticsValue.verificationNum}}
- *补充说明:
+ *补充说明:
@@ -435,7 +435,7 @@
},
//提交表单
formSubmit() {
- if (this.content == '' && this.type != 3) {
+ if (this.content == '') {
uni.showToast({
title: "请输入回复内容",
icon: "none"
@@ -458,10 +458,10 @@
return
}
- // if (this.violatorId.length == 0 && this.type == 1) {
- // this.$message.error("请选择违章人员");
- // return;
- // }
+ if (this.violatorId.length == 0 && this.type == 1) {
+ this.$message.error("请选择违章人员");
+ return;
+ }
let time = this.getNewDate()
let data = {