Commit f30906de authored by 黄奎's avatar 黄奎

页面修改

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