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
c3c7a1b4
Commit
c3c7a1b4
authored
Mar 22, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
28916d18
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
159 additions
and
39 deletions
+159
-39
App.vue
src/App.vue
+1
-1
studyproaudit-form.vue
src/components/studyAbroad/studyproaudit-form.vue
+132
-34
studyproauditinfo-form.vue
src/components/studyAbroad/studyproauditinfo-form.vue
+26
-4
No files found.
src/App.vue
View file @
c3c7a1b4
...
@@ -12,7 +12,7 @@ export default {
...
@@ -12,7 +12,7 @@ export default {
<
style
>
<
style
>
@import
url('~assets/css/font.css')
;
@import
url('~assets/css/font.css')
;
@import
url('//at.alicdn.com/t/font_2077629_x
unbb881v1b
.css')
;
@import
url('//at.alicdn.com/t/font_2077629_x
tjfp2lxt9g
.css')
;
html
,
html
,
body
,
body
,
...
...
src/components/studyAbroad/studyproaudit-form.vue
View file @
c3c7a1b4
...
@@ -27,13 +27,47 @@
...
@@ -27,13 +27,47 @@
padding
:
8px
0
;
padding
:
8px
0
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
.drawer_Span
{
font-weight
:
bold
;
}
.studyproPass
{
color
:
#fff
;
padding
:
1px
3px
;
border-radius
:
3px
;
margin-left
:
10px
;
font-size
:
12px
;
background-color
:
#2bbb7e
;
}
.DirectYijian
{
width
:
100%
;
min-height
:
50px
;
padding
:
10px
;
background-color
:
#F5F5F5
;
border-radius
:
5px
;
position
:
relative
;
}
.DirTriggle
{
width
:
0
;
height
:
0
;
border-right
:
7px
solid
transparent
;
border-left
:
7px
solid
transparent
;
border-bottom
:
8px
solid
#f5f5f5
;
position
:
absolute
;
top
:
-8px
;
}
.stidyRoleLine
{
width
:
3px
;
height
:
11px
;
margin-right
:
10px
;
background-color
:
#3FC4FF
;
display
:
inline-block
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<!--留学就业产品审核-->
<!--留学就业产品审核-->
<q-dialog
v-model=
"persistent"
persistent
maximized
full-height
seamless
position=
"right"
@
hide=
"closeperForm"
>
<q-dialog
v-model=
"persistent"
persistent
maximized
full-height
seamless
position=
"right"
@
hide=
"closeperForm"
>
<q-card
style=
"margin-top:61px;width:500px"
class=
"no-border-radius classinfo_Dialog"
>
<q-card
style=
"margin-top:61px;width:500px"
class=
"no-border-radius classinfo_Dialog"
>
<div
class=
"drawerTop"
>
<div
class=
"
Study_
drawerTop"
>
<div
style=
"display:flex;align-items:center;margin:20px 0 0 20px;"
>
<div
style=
"display:flex;align-items:center;margin:20px 0 0 20px;"
>
<span
class=
"drawer_Span"
>
<span
class=
"drawer_Span"
>
{{
saveObj
.
Type
==
1
?
'留学'
:
'就业'
}}
审核
{{
saveObj
.
Type
==
1
?
'留学'
:
'就业'
}}
审核
...
@@ -41,6 +75,12 @@
...
@@ -41,6 +75,12 @@
</div>
</div>
</div>
</div>
<div
class=
"studyproauditInfo"
>
<div
class=
"studyproauditInfo"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<span
class=
"stidyRoleLine"
></span>
<span>
基本信息
</span>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<div
class=
"col-12"
>
<span>
项目名称:
{{
saveObj
.
Name
}}
</span>
<span>
项目名称:
{{
saveObj
.
Name
}}
</span>
...
@@ -57,10 +97,13 @@
...
@@ -57,10 +97,13 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<div>
供应商:
{{
saveObj
.
SupplierName
}}
</div>
<div>
供应商:
{{
saveObj
.
SupplierName
}}
<div>
<a
:href=
"saveObj.SupplierContract"
v-if=
"saveObj.SupplierContract!=''"
style=
"text-decoration:none;color:#2961fe;"
target=
"_blank"
>
<a
style=
"margin-left:57px;text-decoration:none;color:#2961fe;font-size:12px;"
<i
class=
"iconfont icon-view"
style=
"font-size:18px;cursor:pointer;"
@
click=
""
title=
"查看合同"
></i>
:href=
"saveObj.SupplierContract"
target=
"_blank"
>
查看合同
</a>
</a>
</div>
<div
v-if=
"saveObj.SupplierContract==''"
>
<span
style=
"font-size:12px;"
>
暂无合同
</span>
</div>
</div>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
...
@@ -80,6 +123,12 @@
...
@@ -80,6 +123,12 @@
<span>
备注:
{{
saveObj
.
Remark
}}
</span>
<span>
备注:
{{
saveObj
.
Remark
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-12"
>
<span
class=
"stidyRoleLine"
></span>
<span>
优惠信息
</span>
</div>
</div>
<div
class=
"row studyHeader"
>
<div
class=
"row studyHeader"
>
<div
class=
"col-4"
>
<div
class=
"col-4"
>
优惠政策
优惠政策
...
@@ -151,23 +200,48 @@
...
@@ -151,23 +200,48 @@
<!--部门主管审核-->
<!--部门主管审核-->
<
template
v-if=
"saveObj.DirectorStatus>0"
>
<
template
v-if=
"saveObj.DirectorStatus>0"
>
<div
style=
"margin:20px;"
>
<div
style=
"margin:20px;"
>
部门主管审核:
<div
class=
"Study_drawerTop"
>
{{
saveObj
.
DirectorName
}}
<div>
<span>
<span
class=
"drawer_Span"
>
{{
saveObj
.
DirectorStatus
==
1
?
"通过"
:
"拒绝"
}}
{{
saveObj
.
DirectorAuditTimeStr
}}
部门主管审核
</span>
</span>
<span>
</div>
{{
saveObj
.
DirectorOpinion
}}
</div>
</span>
<div
class=
"row"
style=
"margin:20px 0;"
>
<div
class=
"col-6"
>
<span
style=
"font-weight:bold;"
>
{{
saveObj
.
DirectorName
}}
</span>
<span
class=
"studyproPass"
v-if=
"saveObj.DirectorStatus==1"
>
通过
</span>
<span
class=
"studyproPass"
v-if=
"saveObj.DirectorStatus==2"
style=
"background-color:#e95252;"
>
拒绝
</span>
</div>
<div
class=
"col-6"
style=
"text-align:right;"
>
<span>
{{
saveObj
.
DirectorAuditTimeStr
}}
</span>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-12"
>
<div
class=
"DirectYijian"
>
<div
class=
"DirTriggle"
></div>
{{
saveObj
.
DirectorOpinion
==
''
?
'无'
:
saveObj
.
DirectorOpinion
}}
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
<
template
v-if=
"saveObj.DirectorStatus==0"
>
<
template
v-if=
"saveObj.DirectorStatus==0"
>
<div
style=
"margin:20px;"
>
<div
style=
"margin:20px;"
>
部门主管审核:
<div
class=
"Study_drawerTop"
>
{{
saveObj
.
DirectorName
}}
<div
style=
"display:flex;align-items:center;margin:20px 0"
>
<span>
<span
class=
"drawer_Span"
>
待审
部门主管审核
</span>
</span>
</div>
</div>
<div
class=
"row"
style=
"margin-bottom:10px;"
>
<div
class=
"col-6"
>
<span
style=
"font-weight:bold;"
>
{{
saveObj
.
DirectorName
}}
</span>
<span
class=
"studyproPass"
style=
"background-color:#1273bc;"
>
待审
</span>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
<
template
v-else-if=
"saveObj.DirectorStatus==0&&AuditType==1"
>
<
template
v-else-if=
"saveObj.DirectorStatus==0&&AuditType==1"
>
...
@@ -191,25 +265,50 @@
...
@@ -191,25 +265,50 @@
</div>
</div>
</
template
>
</
template
>
<!--部门负责人审核-->
<!--部门负责人审核-->
<
template
v-if=
"saveObj.ManagerStatus>0"
>
<
template
v-if=
"saveObj.ManagerStatus>0"
>
<div
style=
"margin:20px;"
>
<div
style=
"margin:20px;"
>
部门负责人审核:
<div
class=
"Study_drawerTop"
>
{{
saveObj
.
ManagerName
}}
<div>
<span>
<span
class=
"drawer_Span"
>
{{
saveObj
.
ManagerStatus
==
1
?
"通过"
:
"拒绝"
}}
{{
saveObj
.
ManagerAuditTimeStr
}}
部门负责人审核
</span>
</span>
<span>
</div>
{{
saveObj
.
ManagerOpinion
}}
</div>
</span>
<div
class=
"row"
style=
"margin:20px 0;"
>
<div
class=
"col-6"
>
<span
style=
"font-weight:bold;"
>
{{
saveObj
.
ManagerName
}}
</span>
<span
class=
"studyproPass"
v-if=
"saveObj.ManagerStatus==1"
>
通过
</span>
<span
class=
"studyproPass"
v-if=
"saveObj.ManagerStatus==2"
style=
"background-color:#e95252;"
>
拒绝
</span>
</div>
<div
class=
"col-6"
style=
"text-align:right;"
>
<span>
{{
saveObj
.
ManagerAuditTimeStr
}}
</span>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-12"
>
<div
class=
"DirectYijian"
>
<div
class=
"DirTriggle"
></div>
{{
saveObj
.
ManagerOpinion
==
''
?
'无'
:
saveObj
.
ManagerOpinion
}}
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
<
template
v-if=
"saveObj.ManagerStatus==0"
>
<
template
v-if=
"saveObj.ManagerStatus==0"
>
<div
style=
"margin:20px;"
>
<div
style=
"margin:20px;"
>
部门负责人审核:
<div
class=
"Study_drawerTop"
>
{{
saveObj
.
ManagerName
}}
<div
style=
"display:flex;align-items:center;margin:20px 0"
>
<span>
<span
class=
"drawer_Span"
>
待审
部门负责人审核
</span>
</span>
</div>
</div>
<div
class=
"row"
style=
"margin-bottom:10px;"
>
<div
class=
"col-6"
>
<span
style=
"font-weight:bold;"
>
{{
saveObj
.
ManagerName
}}
</span>
<span
class=
"studyproPass"
style=
"background-color:#1273bc;"
>
待审
</span>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
<
template
v-if=
"saveObj.ManagerStatus==0&&AuditType==2"
>
<
template
v-if=
"saveObj.ManagerStatus==0&&AuditType==2"
>
...
@@ -232,7 +331,6 @@
...
@@ -232,7 +331,6 @@
</div>
</div>
</div>
</div>
</
template
>
</
template
>
</q-card>
</q-card>
<div
class=
"dialog-out-close"
@
click=
"closeperForm"
<div
class=
"dialog-out-close"
@
click=
"closeperForm"
style=
"height:40px !important;border-top-left-radius: 4px !important;border-bottom-left-radius: 4px !important;"
>
style=
"height:40px !important;border-top-left-radius: 4px !important;border-bottom-left-radius: 4px !important;"
>
...
...
src/components/studyAbroad/studyproauditinfo-form.vue
View file @
c3c7a1b4
...
@@ -61,6 +61,13 @@
...
@@ -61,6 +61,13 @@
color
:
#333
;
color
:
#333
;
font-weight
:
700
;
font-weight
:
700
;
}
}
.stidyRoleLine
{
width
:
3px
;
height
:
11px
;
margin-right
:
10px
;
background-color
:
#3FC4FF
;
display
:
inline-block
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -74,6 +81,12 @@
...
@@ -74,6 +81,12 @@
</div>
</div>
</div>
</div>
<div
class=
"studyproauditInfo"
>
<div
class=
"studyproauditInfo"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<span
class=
"stidyRoleLine"
></span>
<span>
基本信息
</span>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<div
class=
"col-12"
>
<span>
项目名称:
{{
saveObj
.
Name
}}
</span>
<span>
项目名称:
{{
saveObj
.
Name
}}
</span>
...
@@ -90,10 +103,13 @@
...
@@ -90,10 +103,13 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<div>
供应商:
{{
saveObj
.
SupplierName
}}
</div>
<div>
供应商:
{{
saveObj
.
SupplierName
}}
<div>
<a
:href=
"saveObj.SupplierContract"
v-if=
"saveObj.SupplierContract!=''"
style=
"text-decoration:none;color:#2961fe;"
target=
"_blank"
>
<a
style=
"margin-left:57px;text-decoration:none;color:#2961fe;font-size:12px;"
<i
class=
"iconfont icon-view"
style=
"font-size:18px;cursor:pointer;"
@
click=
""
title=
"查看合同"
></i>
:href=
"saveObj.SupplierContract"
target=
"_blank"
>
查看合同
</a>
</a>
</div>
<div
v-if=
"saveObj.SupplierContract==''"
>
<span
style=
"font-size:12px;"
>
暂无合同
</span>
</div>
</div>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
...
@@ -113,6 +129,12 @@
...
@@ -113,6 +129,12 @@
<span>
备注:
{{
saveObj
.
Remark
}}
</span>
<span>
备注:
{{
saveObj
.
Remark
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-12"
>
<span
class=
"stidyRoleLine"
></span>
<span>
优惠信息
</span>
</div>
</div>
<div
class=
"row studyHeader"
>
<div
class=
"row studyHeader"
>
<div
class=
"col-4"
>
<div
class=
"col-4"
>
优惠政策
优惠政策
...
...
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