Commit e68bf297 authored by 黄奎's avatar 黄奎

页面修改

parent 53315b72
......@@ -27,9 +27,11 @@
padding: 8px 0;
margin-bottom: 10px;
}
.drawer_Span{
.drawer_Span {
font-weight: bold;
}
.studyproPass {
color: #fff;
padding: 1px 3px;
......@@ -38,6 +40,7 @@
font-size: 12px;
background-color: #2bbb7e;
}
.DirectYijian {
width: 100%;
min-height: 50px;
......@@ -46,6 +49,7 @@
border-radius: 5px;
position: relative;
}
.DirTriggle {
width: 0;
height: 0;
......@@ -55,6 +59,7 @@
position: absolute;
top: -8px;
}
.stidyRoleLine {
width: 3px;
height: 11px;
......@@ -62,6 +67,7 @@
background-color: #3FC4FF;
display: inline-block;
}
</style>
<template>
<!--留学就业产品审核-->
......@@ -98,7 +104,8 @@
<div class="row">
<div class="col-6">
<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>
</a>
</div>
......@@ -227,7 +234,7 @@
</div>
</div>
</template>
<template v-if="saveObj.DirectorStatus==0">
<template v-else-if="saveObj.DirectorStatus==0&&AuditType==1">
<div style="margin:20px;">
<div class="Study_drawerTop">
<div style="display:flex;align-items:center;margin:20px 0">
......@@ -243,8 +250,6 @@
</div>
</div>
</div>
</template>
<template v-else-if="saveObj.DirectorStatus==0&&AuditType==1">
<div style="margin:20px;">
<div class="row" style="margin-bottom:0;">
<div class="col-12">
......@@ -256,7 +261,7 @@
<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="审核意见" />
type="textarea" class="col-12" label="审核意见" maxlength="300" />
</div>
</div>
<div style="margin:30px 10px 0 0;text-align:right;">
......@@ -294,7 +299,7 @@
</div>
</div>
</template>
<template v-if="saveObj.ManagerStatus==0">
<template v-if="saveObj.ManagerStatus==0&&AuditType==2&&saveObj.DirectorStatus>0">
<div style="margin:20px;">
<div class="Study_drawerTop">
<div style="display:flex;align-items:center;margin:20px 0">
......@@ -310,8 +315,6 @@
</div>
</div>
</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">
......@@ -323,7 +326,7 @@
<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="审核意见" />
type="textarea" class="col-12" label="审核意见" maxlength="300" />
</div>
</div>
<div style="margin:30px 10px 0 0;text-align:right;">
......
......@@ -138,7 +138,7 @@
IsQPrice: 1,
SaleState: 2, //销售状态
AuditType: 0, //审核类型(1-部门主管审核,2-部门负责人审核)
AuditState: 2, //审核状态(1-待审核,2-已审核)
AuditState: 1, //审核状态(1-待审核,2-已审核)
},
dataList: [],
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