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
cfb70f23
Commit
cfb70f23
authored
Mar 22, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b1b49883
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
37 deletions
+45
-37
studyproaudit-form.vue
src/components/studyAbroad/studyproaudit-form.vue
+45
-37
No files found.
src/components/studyAbroad/studyproaudit-form.vue
View file @
cfb70f23
...
...
@@ -30,6 +30,7 @@
</
style
>
<
template
>
<!--留学就业产品审核-->
<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"
>
<div
class=
"drawerTop"
>
...
...
@@ -147,48 +148,29 @@
</div>
</div>
</div>
<
template
v-if=
"
AuditType==1
"
>
<!--部门主管审核-->
<
template
v-if=
"
saveObj.DirectorStatus>0
"
>
<div
style=
"margin:20px;"
>
<div
class=
"row"
style=
"margin-bottom:0;"
>
<div
class=
"col-12"
>
<q-radio
v-model=
"directorMsg.DirectorStatus"
style=
"margin-right:20px;"
:val=
"1"
size=
"xs"
label=
"通过"
color=
"secondary"
/>
<q-radio
v-model=
"directorMsg.DirectorStatus"
:val=
"2"
size=
"xs"
label=
"拒绝"
color=
"negative"
/>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-12"
>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"directorMsg.DirectorOpinion"
style=
"margin-top: 20px"
type=
"textarea"
class=
"col-12"
label=
"审核意见"
/>
</div>
</div>
<div
style=
"margin:30px 10px 0 0;text-align:right;"
>
<q-btn
color=
"accent"
class=
"q-mr-md"
icon=
"add"
label=
"提交"
@
click=
"saveSatMsg()"
/>
</div>
部门主管审核:
{{
saveObj
.
DirectorName
}}
<span>
{{
saveObj
.
DirectorStatus
==
1
?
"通过"
:
"拒绝"
}}
{{
saveObj
.
DirectorAuditTimeStr
}}
</span>
<span>
{{
saveObj
.
DirectorOpinion
}}
</span>
</div>
</
template
>
<
template
v-if=
"
AuditType==2
"
>
<
template
v-if=
"
saveObj.DirectorStatus==0
"
>
<div
style=
"margin:20px;"
>
<div
class=
"row"
style=
"margin-bottom:0;"
>
<div
class=
"col-12"
>
<q-radio
v-model=
"managerMsg.ManagerStatus"
style=
"margin-right:20px;"
:val=
"1"
size=
"xs"
label=
"通过"
color=
"secondary"
/>
<q-radio
v-model=
"managerMsg.ManagerStatus"
:val=
"2"
size=
"xs"
label=
"拒绝"
color=
"negative"
/>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-12"
>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"managerMsg.ManagerOpinion"
style=
"margin-top: 20px"
type=
"textarea"
class=
"col-12"
label=
"审核意见"
/>
</div>
</div>
<div
style=
"margin:30px 10px 0 0;text-align:right;"
>
<q-btn
color=
"accent"
class=
"q-mr-md"
icon=
"add"
label=
"提交"
@
click=
"saveSatMsg()"
/>
</div>
部门主管审核:
{{
saveObj
.
DirectorName
}}
<span>
待审
</span>
</div>
</
template
>
<
template
v-else
>
<
template
v-else
-if=
"saveObj.DirectorStatus==0&&AuditType==1"
>
<div
style=
"margin:20px;"
>
<div
class=
"row"
style=
"margin-bottom:0;"
>
<div
class=
"col-12"
>
...
...
@@ -207,6 +189,30 @@
<q-btn
color=
"accent"
class=
"q-mr-md"
icon=
"add"
label=
"提交"
@
click=
"saveSatMsg()"
/>
</div>
</div>
</
template
>
<!--部门负责人审核-->
<
template
v-if=
"saveObj.ManagerStatus>0"
>
<div
style=
"margin:20px;"
>
部门负责人审核:
{{
saveObj
.
ManagerName
}}
<span>
{{
saveObj
.
ManagerStatus
==
1
?
"通过"
:
"拒绝"
}}
{{
saveObj
.
ManagerAuditTimeStr
}}
</span>
<span>
{{
saveObj
.
ManagerOpinion
}}
</span>
</div>
</
template
>
<
template
v-if=
"saveObj.ManagerStatus==0"
>
<div
style=
"margin:20px;"
>
部门负责人审核:
{{
saveObj
.
ManagerName
}}
<span>
待审
</span>
</div>
</
template
>
<
template
v-if=
"saveObj.ManagerStatus==0&&AuditType==2"
>
<div
style=
"margin:20px;"
>
<div
class=
"row"
style=
"margin-bottom:0;"
>
<div
class=
"col-12"
>
...
...
@@ -226,6 +232,7 @@
</div>
</div>
</
template
>
</q-card>
<div
class=
"dialog-out-close"
@
click=
"closeperForm"
style=
"height:40px !important;border-top-left-radius: 4px !important;border-bottom-left-radius: 4px !important;"
>
...
...
@@ -268,7 +275,7 @@
Id
:
0
,
IsGetPrice
:
1
},
saveObj
:
{},
saveObj
:
{},
//留学就业产品详情
auditList
:
[],
//权限数据
AuditType
:
0
,
//1-部门主管审核,2-部门负责人审核
}
...
...
@@ -295,6 +302,7 @@
initObj
()
{
queryStudyAbroadInfo
(
this
.
msg
).
then
(
res
=>
{
this
.
saveObj
=
res
.
Data
;
console
.
log
(
"this.saveObj"
,
this
.
saveObj
);
})
.
catch
(()
=>
{});
},
...
...
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