From 3f16a82bdf724c9d48a95d994d2416baacc1fe1f Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Fri, 5 Sep 2025 09:42:04 +0800 Subject: [PATCH] =?UTF-8?q?flx:=20=E6=BD=AE=E5=B7=9E=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=BF=98=E5=8E=9F=E6=A0=87=E5=87=86=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectEnd/projectIndex/projectIndex.vue | 38 ++++++------ pages/projectEnd/safeSame/index.vue | 58 +++---------------- pages/projectEnd/safeSame/reply.vue | 14 ++--- 3 files changed, 33 insertions(+), 77 deletions(-) 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 @@ - - + {{ projectDetail.projectName }} - - - {{ 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 = {