From 5e87921428464de5c2db01d20fa4ed93259c81c7 Mon Sep 17 00:00:00 2001
From: zhy <17877871893@163.com>
Date: Mon, 20 Oct 2025 17:14:18 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E8=87=AA=E6=B2=BB=E5=8C=BA=E6=89=93?=
=?UTF-8?q?=E5=8D=B0=20=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../knzzZzqApply/cpnt/TufaLook.vue | 209 ++++++++++++++----
1 file changed, 170 insertions(+), 39 deletions(-)
diff --git a/src/views/comprehensive/knzzZzqApply/cpnt/TufaLook.vue b/src/views/comprehensive/knzzZzqApply/cpnt/TufaLook.vue
index 45224d3..0ba1cc8 100644
--- a/src/views/comprehensive/knzzZzqApply/cpnt/TufaLook.vue
+++ b/src/views/comprehensive/knzzZzqApply/cpnt/TufaLook.vue
@@ -9,9 +9,20 @@
- 本人情况
+
|
- 出生年月
+
|
- 入学时间
+
|
- 所在年级
+
|
- 联系电话
+
|
- 学习成绩
+
|
- 申请理由(100-150)
-
+
+ 申
+ 请
+ 理
+ 由
+ (
+ 1
+ 0
+ 0
+ -
+ 1
+ 5
+ 0
+ )
+
|
- 班级评议意见
+
+ 班
+ 级
+ 评
+ 议
+ 意
+ 见
+
|
- 学校审核意见
-
+
+ 学
+ 校
+ 审
+ 核
+ 意
+ 见
+
|
From ec5c8ad4dd9992282d711bf086834721e0b581f8 Mon Sep 17 00:00:00 2001
From: zhy <17877871893@163.com>
Date: Mon, 20 Oct 2025 17:27:24 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=80=9D=E6=83=B3?=
=?UTF-8?q?=E5=93=81=E5=BE=B7=E6=89=A3=E5=88=86=E9=A1=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/stuCQS/good/xyjxj.vue | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/stuCQS/good/xyjxj.vue b/src/views/stuCQS/good/xyjxj.vue
index 8bc7220..ef2a283 100644
--- a/src/views/stuCQS/good/xyjxj.vue
+++ b/src/views/stuCQS/good/xyjxj.vue
@@ -492,10 +492,10 @@ export default {
minusCount: 0
}
}
- if (data2.minusCount != 0) {
- bool = true
- this.$message.info('您有思想品德扣分项,不能参加评优评先哦')
- }
+ // if (data2.minusCount != 0) {
+ // bool = true
+ // this.$message.info('您有思想品德扣分项,不能参加评优评先哦')
+ // }
if (data1.unpassCount == 0 && data2.minusCount == 0) {
let res3 = await getOwnRankByCode(v)
@@ -702,10 +702,10 @@ export default {
minusCount: 0
}
}
- if (data2.minusCount != 0) {
- this.$message.info('您有思想品德扣分项,不能参加评优评先哦')
- return
- }
+ // if (data2.minusCount != 0) {
+ // this.$message.info('您有思想品德扣分项,不能参加评优评先哦')
+ // return
+ // }
} else {
this.$message.error('资格校验失败,请稍后重试')
return
|