Commit f30906de authored by 黄奎's avatar 黄奎

页面修改

parent 0d8c20bb
...@@ -1208,7 +1208,7 @@ ...@@ -1208,7 +1208,7 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tbody> <tbody v-if="Type==1">
<tr> <tr>
<td colspan="10"></td> <td colspan="10"></td>
</tr> </tr>
...@@ -1244,9 +1244,7 @@ ...@@ -1244,9 +1244,7 @@
AuditContent: "", AuditContent: "",
}, },
Id: 0, //编号 Id: 0, //编号
LineList: [], //线路列表 Type:0,//1-审核,0-查看
LineTeamList: [], //系列列表
DefaultCurrencyId: 17, //默认为越南盾
//基本配置 //基本配置
postData: { postData: {
Id: 0, Id: 0,
...@@ -1855,6 +1853,10 @@ ...@@ -1855,6 +1853,10 @@
if (this.$route.query.Id) { if (this.$route.query.Id) {
this.Id = this.$route.query.Id; this.Id = this.$route.query.Id;
} }
if(this.$route.query.Type)
{
this.Type=this.$route.query.Type;
}
this.getBusTypeList(); this.getBusTypeList();
this.getData(); this.getData();
}, },
......
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
} }
.wstRedType{ .wstRedType{
color:red; color:red;
cursor: pointer;
} }
</style> </style>
<template> <template>
...@@ -170,10 +171,10 @@ ...@@ -170,10 +171,10 @@
</template> </template>
</div> </div>
<span slot="reference"><span class="teamName"></span> <span slot="reference"><span class="teamName"></span>
审核状态: <span :class="{'wstRedType':item.AuditStatus==2}">{{item.AuditStatusStr}}</span> 审核状态: <span style="cursor:pointer" :class="{'wstRedType':item.AuditStatus==2}" title="点击查看">{{item.AuditStatusStr}}</span>
</span> </span>
</el-popover> </el-popover>
</div> </div>
<div class="_right"> <div class="_right">
<div class="AuditUserInfo clearfix aa" style="margin-left:10px;"> <div class="AuditUserInfo clearfix aa" style="margin-left:10px;">
<div class="AuditDanHeader"> <div class="AuditDanHeader">
...@@ -273,6 +274,7 @@ ...@@ -273,6 +274,7 @@
currentPage: 1, currentPage: 1,
Title: "", Title: "",
AuditStatus: -1, //审核状态 AuditStatus: -1, //审核状态
IsQAuditStatus:1,//查询提交审核的数据
}, },
loading: true, loading: true,
//线路列表 //线路列表
......
...@@ -59,6 +59,10 @@ ...@@ -59,6 +59,10 @@
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
} }
.wstRedType{
color:red;
cursor: pointer;
}
</style> </style>
<template> <template>
...@@ -151,27 +155,11 @@ ...@@ -151,27 +155,11 @@
</el-form> </el-form>
</template> </template>
</div> </div>
<span slot="reference"><span class="teamName"></span> <span slot="reference"><span class="teamName"></span>
审核状态: <span :class="{'wstRedType':item.AuditStatus==2}">{{item.AuditStatusStr}}</span> 审核状态: <span style="cursor:pointer" :class="{'wstRedType':item.AuditStatus==2}" title="点击查看">{{item.AuditStatusStr}}</span>
</span> </span>
</el-popover> </el-popover>
</div> </div>
<!-- <div class="_cent">
<div style="margin: 0 13px 0 10px;" class="newQuostayDays">
审核人: {{item.AuditMan}} </div>
</div>
<div class="_cent">
<div style="margin: 0 13px 0 10px;" class="newQuostayDays">
审核状态: {{item.AuditStatusStr}} </div>
</div>
<div class="_cent">
<div style="margin: 0 13px 0 10px;" class="newQuostayDays">
审核时间: {{item.AuditTimeStr}} </div>
</div>
<div class="_cent">
<div style="margin: 0 13px 0 10px;" class="newQuostayDays">
意见: {{item.AuditContent}} </div>
</div> -->
<div class="_right"> <div class="_right">
<div class="AuditUserInfo clearfix aa" style="margin-left:10px;"> <div class="AuditUserInfo clearfix aa" style="margin-left:10px;">
<div class="AuditDanHeader"> <div class="AuditDanHeader">
...@@ -182,12 +170,11 @@ ...@@ -182,12 +170,11 @@
<div>{{item.CreateByName}}</div> <div>{{item.CreateByName}}</div>
</div> </div>
</div> </div>
<div style="width:134px;"> <div style="width:134px;">
<span class="bianji newAopbdd" @click="goMakeQuo('QuotationPrice_SWT',item.Id)"> <span class="bianji newAopbdd" @click="goMakeQuo('QuotationPrice_SWT',item.Id)">
<el-tooltip class="item" effect="dark" content="审核" placement="top-start" <el-tooltip class="item" effect="dark" content="修改" placement="top-start"
popper-class="max-w250"> popper-class="max-w250">
<i class="iconfont icon-shenpi"></i> <i class="iconfont icon-bianji-smal"></i>
</el-tooltip> </el-tooltip>
</span> </span>
<span class="newAopbdd" style="background-color:#67c23a;" @click="delQuotation(item.Id)"> <span class="newAopbdd" style="background-color:#67c23a;" @click="delQuotation(item.Id)">
...@@ -278,6 +265,7 @@ ...@@ -278,6 +265,7 @@
currentPage: 1, currentPage: 1,
Title: "", Title: "",
AuditStatus: -1, AuditStatus: -1,
IsQAuditStatus:0,//所有的数据
}, },
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