Commit 28c4ab1d authored by zhengke's avatar zhengke

修改

parent 4dacfa85
......@@ -149,23 +149,29 @@
<span @click="isShowPop=true">查看合同</span>
<q-popup-proxy v-if="isShowPop">
<q-banner>
<div style="width: 450px;max-height:220px;overflow:auto;">
<div style="width: 520px;max-height:220px;overflow:auto;">
<table class="Contract_Table">
<tr>
<th>姓名</th>
<th style="width:180px;">合同编号</th>
<th>状态</th>
<th width="110px;" v-if="isEdit">操作</th>
<th width="170px;" v-if="isEdit">操作</th>
</tr>
<tr v-for="subItem in item.GuestList">
<td>{{subItem.GuestName}}</td>
<td>{{subItem.ContractNo}}</td>
<td>{{subItem.ContractStatusStr}}</td>
<td v-if="isEdit">
<q-btn color="accent" v-if="subItem.ContractId==0" size="sm" class="q-mr-md"
<template v-if="subItem.ContractId==0">
<q-btn color="accent" size="sm" class="q-mr-md"
@click="takeContractTwo(item,subItem)" label="领取合同" />
<q-btn color="accent" v-else size="sm" class="q-mr-md"
</template>
<template v-else>
<q-btn color="accent" size="sm" style="margin-right:5px;"
@click="takeContractTwo(item,subItem)" label="修改" />
<q-btn color="accent" size="sm"
@click="goContractMannage()" label="查看合同" />
</template>
</td>
</tr>
</table>
......@@ -1097,6 +1103,13 @@
this.isShowPop=false;
this.isShowEduForm=true;
},
//跳转至合同管理
goContractMannage(){
this.$router.push({
path: '/sale/contractManage',
query: {}
});
}
}
}
......
......@@ -642,9 +642,9 @@
<div class="contractContent">8.2 出国留学的情况(需开具境外大学录取通知书及出行机票);</div>
<div class="contractContent">8.3 不在本地学习的情况(需开具相关证明);</div>
<div class="contractContent">8.4 长期外地工作实习的情况(需开具工作证明)。</div>
<div class="contractContent">9、达到正常退费要求者,退费金额核算如下:</div>
<div class="contractContent">9.1
未参加抽奖等优惠活动者:应退学费=乙方已缴总学费-已上课程学费-(乙方已缴总学费-已上课程学费)×10%。其中“(乙方已缴总学费-已上课程学费)×10%”为违约金;课程中附赠的口语课程、考前冲刺课程、真题讲解等课程不纳入退费课时,乙方无权针对该课程申请退费;班级课时剩余计算方法按照班级学费平均到每小时计算。
<div class="contractContent">9、退费金额核算如下:</div>
<div class="contractContent">
9.1 未参加抽奖等额外减免活动者:应退学费=实收学费-已上课时费-违约金(其中,已上课时费=原价学费÷总课时×已上课时;违约金=(实收学费-已上课时费)×10%。);课程中附赠的口语课程、考前冲刺课程、真题讲解等课程不纳入退费课时,乙方无权针对该课程申请退费;班级课时剩余计算方法按照班级学费平均到每课时(45分钟)计算。
</div>
<div class="contractContent">9.2 参加各项抽奖等优惠活动者,一律不予退费。</div>
<div class="contractContent">9.3 因乙方自身原因(如未达到留学或旅游所对应的语言水平,且非上述七.8条不可抗力因素)不能参加境外留学、游学或旅游项目的,不予退还境外服务费。</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment