|
@@ -348,10 +348,10 @@ export default defineComponent({
|
|
showToast('请选择班级');
|
|
showToast('请选择班级');
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
- if (forms.supportFlag === null) {
|
|
|
|
- showToast('请勾选是否支持学校数字化转型');
|
|
|
|
- return false;
|
|
|
|
- }
|
|
|
|
|
|
+ // if (forms.supportFlag === null) {
|
|
|
|
+ // showToast('请勾选是否支持学校数字化转型');
|
|
|
|
+ // return false;
|
|
|
|
+ // }
|
|
if (forms.participationFlag === null) {
|
|
if (forms.participationFlag === null) {
|
|
showToast('请勾选是否愿意学生参加数字化转型');
|
|
showToast('请勾选是否愿意学生参加数字化转型');
|
|
return false;
|
|
return false;
|
|
@@ -374,7 +374,7 @@ export default defineComponent({
|
|
forms.submitLoading = true;
|
|
forms.submitLoading = true;
|
|
const { currentClass, districtCode, currentGrade, participationFlag,cityCode, openId,provinceCode,smsCode,phone,schoolAreaId,supportFlag,username,id, tenantId} = forms
|
|
const { currentClass, districtCode, currentGrade, participationFlag,cityCode, openId,provinceCode,smsCode,phone,schoolAreaId,supportFlag,username,id, tenantId} = forms
|
|
let params: any = {
|
|
let params: any = {
|
|
- currentClass, districtCode, currentGrade, participationFlag,cityCode, openId,provinceCode,schoolAreaId,supportFlag,username, tenantId
|
|
|
|
|
|
+ currentClass, districtCode, currentGrade, participationFlag,cityCode, openId,provinceCode,schoolAreaId,supportFlag: true,username, tenantId
|
|
}
|
|
}
|
|
if (id) {
|
|
if (id) {
|
|
params.id = id
|
|
params.id = id
|
|
@@ -636,7 +636,7 @@ export default defineComponent({
|
|
forms.classStatus = true
|
|
forms.classStatus = true
|
|
}}>{forms.currentClass ? forms.currentClass : '请选择班级'}<i></i></div>
|
|
}}>{forms.currentClass ? forms.currentClass : '请选择班级'}<i></i></div>
|
|
</div>
|
|
</div>
|
|
- <div class={styles.formItem}>
|
|
|
|
|
|
+ {/* <div class={styles.formItem}>
|
|
<p style="font-size:15px;"><strong>5. 在您了解以上数字化转型事项后,您是否支持学校开展音乐(器乐)课堂数字化转型</strong></p>
|
|
<p style="font-size:15px;"><strong>5. 在您了解以上数字化转型事项后,您是否支持学校开展音乐(器乐)课堂数字化转型</strong></p>
|
|
<div class={styles.selectItem}>
|
|
<div class={styles.selectItem}>
|
|
{
|
|
{
|
|
@@ -648,7 +648,7 @@ export default defineComponent({
|
|
)
|
|
)
|
|
}
|
|
}
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
|
|
+ </div> */}
|
|
<div class={styles.formItem}>
|
|
<div class={styles.formItem}>
|
|
{
|
|
{
|
|
forms.customQuestionE ?
|
|
forms.customQuestionE ?
|
|
@@ -658,8 +658,8 @@ export default defineComponent({
|
|
<>
|
|
<>
|
|
{
|
|
{
|
|
route.query.meetingType === 'primarySchoolNo' || route.query.meetingType === 'juniorSchoolNo' ?
|
|
route.query.meetingType === 'primarySchoolNo' || route.query.meetingType === 'juniorSchoolNo' ?
|
|
- <p style="font-size:15px;"><strong>6. 您是否愿意学生参加数字化转型</strong><span style="font-size:15px;">(注:以学生及家长自愿参加为原则。如愿意参加,家长需自行为学生准备好乐器和“器乐数字Ai”应用软件两项学习工具,市面上均有提供,大约300多元一年。学校不涉及任何收费行为。如不参加,学生按原有方式进行音乐课学习。)</span></p> :
|
|
|
|
- <p style="font-size:15px;"><strong>6. 您是否愿意学生参加数字化转型</strong><span style="font-size:15px;">(注:以学生及家长自愿参加为原则。如愿意参加,家长需自行为学生准备好“器乐数字Ai”应用软件,市面上均有提供,大约300多元一年,学校不涉及任何收费行为。如不参加,学生按原有方式进行器乐课程学习。)</span></p>
|
|
|
|
|
|
+ <p style="font-size:15px;"><strong>5. 您是否愿意学生参加数字化转型</strong><span style="font-size:15px;">(注:以学生及家长自愿参加为原则。如愿意参加,家长需自行为学生准备好乐器和“器乐数字Ai”应用软件两项学习工具,市面上均有提供,大约300多元一年。学校不涉及任何收费行为。如不参加,学生按原有方式进行音乐课学习。)</span></p> :
|
|
|
|
+ <p style="font-size:15px;"><strong>5. 您是否愿意学生参加数字化转型</strong><span style="font-size:15px;">(注:以学生及家长自愿参加为原则。如愿意参加,家长需自行为学生准备好“器乐数字Ai”应用软件,市面上均有提供,大约300多元一年,学校不涉及任何收费行为。如不参加,学生按原有方式进行器乐课程学习。)</span></p>
|
|
}
|
|
}
|
|
</>
|
|
</>
|
|
}
|
|
}
|