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
e95a4d59
Commit
e95a4d59
authored
Dec 30, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
97f19795
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
10 deletions
+22
-10
student-Assit.vue
src/components/school/student/student-Assit.vue
+7
-3
studentRight-form.vue
src/components/school/student/studentRight-form.vue
+1
-1
contractConfirm.vue
src/pages/contractConfirm.vue
+7
-3
contractView.vue
src/pages/contractView.vue
+7
-3
No files found.
src/components/school/student/student-Assit.vue
View file @
e95a4d59
...
...
@@ -33,7 +33,7 @@
</
style
>
<
template
>
<div>
<q-btn
label=
"新增"
color=
"accent q-mb-lg"
size=
"sm"
@
click=
"isShowAdd=true"
/>
<q-btn
label=
"新增"
color=
"accent q-mb-lg"
size=
"sm"
v-if=
"BelongType!=3"
@
click=
"isShowAdd=true"
/>
<q-btn
label=
"取消"
style=
"margin-left:20px;"
v-if=
"isShowAdd"
flat
color=
"grey-10 q-mb-lg"
size=
"sm"
@
click=
"isShowAdd=false"
/>
<template
v-if=
"isShowAdd"
>
...
...
@@ -57,12 +57,12 @@
<tr>
<th
style=
"width:180px;"
>
角色
</th>
<th
style=
"width:180px;"
>
人员
</th>
<th>
操作
</th>
<th
v-if=
"BelongType!=3"
>
操作
</th>
</tr>
<tr
v-for=
"(item,index) in dataList"
:key=
"index"
>
<td>
{{item.AssistTypeName}}
</td>
<td>
{{item.AssistName}}
</td>
<td>
<td
v-if=
"BelongType!=3"
>
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"修改"
@
click=
"getEditInfo(item)"
></q-btn>
<q-btn
flat
size=
"xs"
icon=
"delete"
color=
"negative"
style=
"font-weight:400"
label=
"删除"
...
...
@@ -95,6 +95,10 @@
saveObj
:
{
type
:
Object
,
default
:
null
},
BelongType
:
{
type
:
Number
,
default
:
null
}
},
data
()
{
...
...
src/components/school/student/studentRight-form.vue
View file @
e95a4d59
...
...
@@ -73,7 +73,7 @@
<student-hetong
:save-obj=
"baseObj"
@
success=
"refreshStudentPage"
></student-hetong>
</
template
>
<
template
v-if=
"ckedTab==5"
>
<student-Assit
:save-obj=
"baseObj"
@
success=
"refreshStudentPage"
></student-Assit>
<student-Assit
:save-obj=
"baseObj"
:BelongType=
"BelongType"
@
success=
"refreshStudentPage"
></student-Assit>
</
template
>
</div>
</div>
...
...
src/pages/contractConfirm.vue
View file @
e95a4d59
...
...
@@ -380,9 +380,13 @@
<p>
4、本合同及其附件内,空格部分填写的文字与印刷文字具有同等法律效力。
</p>
<p>
5、本合同正本一式两份,甲乙双方各持一份,具有同等法律效力。
</p>
<p>
6、本合同自乙方缴纳全额课程学费及签订协议之日起正式生效。
</p>
<p>
7、本合同协议部分到此为止,以下为空白。
</p>
<div
class=
"contractTitle comTop"
>
十、合同补充协议
</div>
<p>
{{
dataList
.
CourseContracrInfo
}}
</p>
<template
v-if=
"dataList.CourseContracrInfo"
>
<div
class=
"contractTitle comTop"
>
十、合同补充协议
</div>
<p>
{{
dataList
.
CourseContracrInfo
}}
</p>
</
template
>
<p>
<
template
v-if=
"dataList.CourseContracrInfo==''||dataList.CourseContracrInfo==null"
>
7、
</
template
>
本合同协议部分到此为止,以下为空白。
</p>
<div
style=
"margin:50px 0;position:relative;"
>
甲方签字(盖章):
<img
v-if=
"dataList.IsCompanySeal==1&&dataList.GroupSealImg"
:src=
"dataList.GroupSealImg"
style=
"width:100px;position:absolute;top:-30px;"
/>
</div>
...
...
src/pages/contractView.vue
View file @
e95a4d59
...
...
@@ -679,9 +679,13 @@
<div
class=
"contractContent"
>
6、本合同自乙方缴纳全额课程学费及签订协议之日起正式生效。
</div>
</div>
<div
class=
"conTractInner ConTract_Line"
style=
"margin-left:5px;"
>
<div
class=
"contractContent"
style=
"margin:20px 0 20px 0;"
>
7、本合同协议部分到此为止,以下为空白。
</div>
<div
class=
"comFirstTitle"
>
十、合同补充协议
</div>
<div
class=
"contractContent"
style=
"margin-bottom:100px;"
>
{{
dataList
.
CourseContracrInfo
}}
</div>
<template
v-if=
"dataList.CourseContracrInfo"
>
<div
class=
"comFirstTitle"
>
十、合同补充协议
</div>
<div
class=
"contractContent"
style=
"margin-bottom:20px;"
>
{{
dataList
.
CourseContracrInfo
}}
</div>
</
template
>
<div
class=
"contractContent"
style=
"margin:20px 0 100px 0;"
>
<span
v-if=
"dataList.CourseContracrInfo==''||dataList.CourseContracrInfo==null"
>
7、
</span>
本合同协议部分到此为止,以下为空白。
</div>
<div
class=
"contractContent"
style=
"position:relative;"
>
甲方签字(盖章):
<img
v-if=
"dataList.IsCompanySeal==1&&dataList.GroupSealImg"
style=
"width:100px;position:absolute;top:-40px;"
:src=
"dataList.GroupSealImg"
/>
</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