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
fb634b1c
Commit
fb634b1c
authored
Apr 21, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
062df635
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
17 deletions
+23
-17
contractConfirm.vue
src/pages/contractConfirm.vue
+11
-9
contractView.vue
src/pages/contractView.vue
+12
-8
No files found.
src/pages/contractConfirm.vue
View file @
fb634b1c
...
...
@@ -378,19 +378,21 @@
<p>
5、本合同正本一式两份,甲乙双方各持一份,具有同等法律效力。
</p>
<p>
6、本合同自乙方缴纳全额课程学费及签订协议之日起正式生效。
</p>
<p>
7、本合同协议部分到此为止,以下为空白。
</p>
<p
style=
"margin-top:100px;"
>
甲方签字(盖章):
</p>
<div
style=
"margin:50px 0;position:relative;"
>
甲方签字(盖章):
<img
v-if=
"dataList.IsCompanySeal==1&&dataList.GroupSealImg"
:src=
"dataList.GroupSealImg"
style=
"width:80px;position:absolute;top:-30px;"
/>
</div>
<p
style=
"margin-top:20px;"
>
<span
style=
"width:50px;display:inline-block;
"
class=
"comConInput"
>
</span>
年
<span
style=
"width:50px;display:inline-block;
"
class=
"comConInput"
>
</span>
月
<span
style=
"width:50px;display:inline-block;
"
class=
"comConInput"
>
</span>
日
<span
style=
"width:50px;display:inline-block;
text-align:center;"
class=
"comConInput"
>
{{
dataList
.
SealDateYear
}}
</span>
年
<span
style=
"width:50px;display:inline-block;
text-align:center;"
class=
"comConInput"
>
{{
dataList
.
SealDateMonth
}}
</span>
月
<span
style=
"width:50px;display:inline-block;
text-align:center;"
class=
"comConInput"
>
{{
dataList
.
SealDateDay
}}
</span>
日
</p>
<div
style=
"margin-top:100px;position:relative;"
>
乙方签字(盖章):
<img
:src=
"dataList.Sign"
style=
"width:40px;position:absolute;top:-30px;"
/>
乙方签字(盖章):
<img
v-if=
"dataList.Sign"
:src=
"dataList.Sign"
style=
"width:40px;position:absolute;top:-30px;"
/>
</div>
<p
style=
"margin
-top:20px
;"
>
<span
style=
"width:50px;display:inline-block;
"
class=
"comConInput"
>
</span>
年
<span
style=
"width:50px;display:inline-block;
"
class=
"comConInput"
>
</span>
月
<span
style=
"width:50px;display:inline-block;
"
class=
"comConInput"
>
</span>
日
<p
style=
"margin
:30px 0
;"
>
<span
style=
"width:50px;display:inline-block;
text-align:center;"
class=
"comConInput"
>
{{
dataList
.
StuSignYear
}}
</span>
年
<span
style=
"width:50px;display:inline-block;
text-align:center;"
class=
"comConInput"
>
{{
dataList
.
StuSignMonth
}}
</span>
月
<span
style=
"width:50px;display:inline-block;
text-align:center;"
class=
"comConInput"
>
{{
dataList
.
StuSignDay
}}
</span>
日
</p>
</div>
<div
style=
"padding:100px 0 80px 0;"
v-if=
"ActiveTab==2"
>
...
...
src/pages/contractView.vue
View file @
fb634b1c
...
...
@@ -154,9 +154,9 @@
</div>
<div
class=
"operationAgree"
>
甲鹤日语课程协议
</div>
<div
class=
"operationDate"
>
<span>
年
</span>
<span
style=
"margin-left:
50px;"
>
月
</span>
<span
style=
"margin-left:
50px;"
>
日
</span>
<span>
{{
dataList
.
SealDateYear
}}
年
</span>
<span
style=
"margin-left:
20px;"
>
{{
dataList
.
SealDateMonth
}}
月
</span>
<span
style=
"margin-left:
20px;"
>
{{
dataList
.
SealDateDay
}}
日
</span>
</div>
</div>
<div
class=
"comTitle"
style=
"margin:0 30px;"
>
...
...
@@ -674,17 +674,21 @@
</div>
<div
class=
"conTractInner ConTract_Line"
style=
"margin-left:5px;"
>
<div
class=
"contractContent"
style=
"margin:20px 0 100px 0;"
>
7、本合同协议部分到此为止,以下为空白。
</div>
<div
class=
"contractContent"
>
甲方签字(盖章):
</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>
<div
class=
"contractContent"
style=
"text-align:right;margin-top:150px;"
>
<div
class=
"contractInput"
style=
"width:50px;"
></div>
年
<div
class=
"contractInput"
style=
"width:50px;"
></div>
月
<div
class=
"contractInput"
style=
"width:50px;"
></div>
日
<div
class=
"contractInput"
style=
"width:50px;"
>
{{
dataList
.
SealDateYear
}}
</div>
年
<div
class=
"contractInput"
style=
"width:50px;"
>
{{
dataList
.
SealDateMonth
}}
</div>
月
<div
class=
"contractInput"
style=
"width:50px;"
>
{{
dataList
.
SealDateDay
}}
</div>
日
</div>
<div
class=
"contractContent"
style=
"margin-top:150px;position:relative;"
>
乙方签字(盖章):
<img
style=
"width:50px;position:absolute;top:-40px;"
:src=
"dataList.Sign"
/>
</div>
<div
class=
"contractContent"
style=
"text-align:right;margin-top:150px;"
>
<div
class=
"contractInput"
style=
"width:50px;"
></div>
年
<div
class=
"contractInput"
style=
"width:50px;"
></div>
月
<div
class=
"contractInput"
style=
"width:50px;"
></div>
日
<div
class=
"contractInput"
style=
"width:50px;"
>
{{
dataList
.
StuSignYear
}}
</div>
年
<div
class=
"contractInput"
style=
"width:50px;"
>
{{
dataList
.
StuSignMonth
}}
</div>
月
<div
class=
"contractInput"
style=
"width:50px;"
>
{{
dataList
.
StuSignDay
}}
</div>
日
</div>
</div>
</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