Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
28c4ab1d
Commit
28c4ab1d
authored
Apr 29, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
4dacfa85
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
9 deletions
+22
-9
orderlist.vue
src/components/sale/orderlist.vue
+19
-6
contractView.vue
src/pages/contractView.vue
+3
-3
No files found.
src/components/sale/orderlist.vue
View file @
28c4ab1d
...
...
@@ -149,23 +149,29 @@
<span
@
click=
"isShowPop=true"
>
查看合同
</span>
<q-popup-proxy
v-if=
"isShowPop"
>
<q-banner>
<div
style=
"width:
45
0px;max-height:220px;overflow:auto;"
>
<div
style=
"width:
52
0px;max-height:220px;overflow:auto;"
>
<table
class=
"Contract_Table"
>
<tr>
<th>
姓名
</th>
<th
style=
"width:180px;"
>
合同编号
</th>
<th>
状态
</th>
<th
width=
"1
1
0px;"
v-if=
"isEdit"
>
操作
</th>
<th
width=
"1
7
0px;"
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
:
{}
});
}
}
}
...
...
src/pages/contractView.vue
View file @
28c4ab1d
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment