Commit e68bf297 authored by 黄奎's avatar 黄奎

页面修改

parent 53315b72
...@@ -27,9 +27,11 @@ ...@@ -27,9 +27,11 @@
padding: 8px 0; padding: 8px 0;
margin-bottom: 10px; margin-bottom: 10px;
} }
.drawer_Span{
.drawer_Span {
font-weight: bold; font-weight: bold;
} }
.studyproPass { .studyproPass {
color: #fff; color: #fff;
padding: 1px 3px; padding: 1px 3px;
...@@ -38,6 +40,7 @@ ...@@ -38,6 +40,7 @@
font-size: 12px; font-size: 12px;
background-color: #2bbb7e; background-color: #2bbb7e;
} }
.DirectYijian { .DirectYijian {
width: 100%; width: 100%;
min-height: 50px; min-height: 50px;
...@@ -46,6 +49,7 @@ ...@@ -46,6 +49,7 @@
border-radius: 5px; border-radius: 5px;
position: relative; position: relative;
} }
.DirTriggle { .DirTriggle {
width: 0; width: 0;
height: 0; height: 0;
...@@ -55,13 +59,15 @@ ...@@ -55,13 +59,15 @@
position: absolute; position: absolute;
top: -8px; top: -8px;
} }
.stidyRoleLine { .stidyRoleLine {
width: 3px; width: 3px;
height: 11px; height: 11px;
margin-right: 10px; margin-right: 10px;
background-color: #3FC4FF; background-color: #3FC4FF;
display: inline-block; display: inline-block;
} }
</style> </style>
<template> <template>
<!--留学就业产品审核--> <!--留学就业产品审核-->
...@@ -98,7 +104,8 @@ ...@@ -98,7 +104,8 @@
<div class="row"> <div class="row">
<div class="col-6"> <div class="col-6">
<div>供应商:{{saveObj.SupplierName}} <div>供应商:{{saveObj.SupplierName}}
<a :href="saveObj.SupplierContract" v-if="saveObj.SupplierContract!=''" style="text-decoration:none;color:#2961fe;" target="_blank"> <a :href="saveObj.SupplierContract" v-if="saveObj.SupplierContract!=''"
style="text-decoration:none;color:#2961fe;" target="_blank">
<i class="iconfont icon-view" style="font-size:18px;cursor:pointer;" @click="" title="查看合同"></i> <i class="iconfont icon-view" style="font-size:18px;cursor:pointer;" @click="" title="查看合同"></i>
</a> </a>
</div> </div>
...@@ -227,7 +234,7 @@ ...@@ -227,7 +234,7 @@
</div> </div>
</div> </div>
</template> </template>
<template v-if="saveObj.DirectorStatus==0"> <template v-else-if="saveObj.DirectorStatus==0&&AuditType==1">
<div style="margin:20px;"> <div style="margin:20px;">
<div class="Study_drawerTop"> <div class="Study_drawerTop">
<div style="display:flex;align-items:center;margin:20px 0"> <div style="display:flex;align-items:center;margin:20px 0">
...@@ -243,8 +250,6 @@ ...@@ -243,8 +250,6 @@
</div> </div>
</div> </div>
</div> </div>
</template>
<template v-else-if="saveObj.DirectorStatus==0&&AuditType==1">
<div style="margin:20px;"> <div style="margin:20px;">
<div class="row" style="margin-bottom:0;"> <div class="row" style="margin-bottom:0;">
<div class="col-12"> <div class="col-12">
...@@ -256,7 +261,7 @@ ...@@ -256,7 +261,7 @@
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<q-input filled stack-label :dense="false" v-model="directorMsg.DirectorOpinion" style="margin-top: 20px" <q-input filled stack-label :dense="false" v-model="directorMsg.DirectorOpinion" style="margin-top: 20px"
type="textarea" class="col-12" label="审核意见" /> type="textarea" class="col-12" label="审核意见" maxlength="300" />
</div> </div>
</div> </div>
<div style="margin:30px 10px 0 0;text-align:right;"> <div style="margin:30px 10px 0 0;text-align:right;">
...@@ -294,7 +299,7 @@ ...@@ -294,7 +299,7 @@
</div> </div>
</div> </div>
</template> </template>
<template v-if="saveObj.ManagerStatus==0"> <template v-if="saveObj.ManagerStatus==0&&AuditType==2&&saveObj.DirectorStatus>0">
<div style="margin:20px;"> <div style="margin:20px;">
<div class="Study_drawerTop"> <div class="Study_drawerTop">
<div style="display:flex;align-items:center;margin:20px 0"> <div style="display:flex;align-items:center;margin:20px 0">
...@@ -310,8 +315,6 @@ ...@@ -310,8 +315,6 @@
</div> </div>
</div> </div>
</div> </div>
</template>
<template v-if="saveObj.ManagerStatus==0&&AuditType==2">
<div style="margin:20px;"> <div style="margin:20px;">
<div class="row" style="margin-bottom:0;"> <div class="row" style="margin-bottom:0;">
<div class="col-12"> <div class="col-12">
...@@ -323,7 +326,7 @@ ...@@ -323,7 +326,7 @@
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<q-input filled stack-label :dense="false" v-model="managerMsg.ManagerOpinion" style="margin-top: 20px" <q-input filled stack-label :dense="false" v-model="managerMsg.ManagerOpinion" style="margin-top: 20px"
type="textarea" class="col-12" label="审核意见" /> type="textarea" class="col-12" label="审核意见" maxlength="300" />
</div> </div>
</div> </div>
<div style="margin:30px 10px 0 0;text-align:right;"> <div style="margin:30px 10px 0 0;text-align:right;">
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
IsQPrice: 1, IsQPrice: 1,
SaleState: 2, //销售状态 SaleState: 2, //销售状态
AuditType: 0, //审核类型(1-部门主管审核,2-部门负责人审核) AuditType: 0, //审核类型(1-部门主管审核,2-部门负责人审核)
AuditState: 2, //审核状态(1-待审核,2-已审核) AuditState: 1, //审核状态(1-待审核,2-已审核)
}, },
dataList: [], dataList: [],
loading: true, loading: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment