Commit f925abff authored by 黄奎's avatar 黄奎
parents 913e8150 36010514
...@@ -39,7 +39,8 @@ ...@@ -39,7 +39,8 @@
<el-input v-model="searchVal" placeholder="请输入内容" style="width:200px"></el-input> <el-input v-model="searchVal" placeholder="请输入内容" style="width:200px"></el-input>
</div> </div>
<ul class="_conten"> <ul class="_conten">
<li v-for="(item,index) in NewItems" v-if="(item.IsShow === 1 || item.showYes) && item.bigShow"> <li v-for="(item,index) in NewItems">
<template v-if="(item.IsShow === 1 || item.showYes) && item.bigShow">
<div class="_left"> <div class="_left">
<span class="_Icon">{{item.Name.substring(0,1)}}</span> <span class="_Icon">{{item.Name.substring(0,1)}}</span>
<div> <div>
...@@ -67,6 +68,7 @@ ...@@ -67,6 +68,7 @@
@click="goUrl('addFinancialDocuments',item.Id,item.Name+$t('visa.v_dan'),item.Type,item.IsUploadPic)"></i> @click="goUrl('addFinancialDocuments',item.Id,item.Name+$t('visa.v_dan'),item.Type,item.IsUploadPic)"></i>
</el-tooltip> </el-tooltip>
</div> </div>
</template>
</li> </li>
</ul> </ul>
<div class="noData" v-show="noData"> <div class="noData" v-show="noData">
...@@ -356,24 +358,26 @@ ...@@ -356,24 +358,26 @@
// } else { // } else {
// 5-5 仅茈、而巳。 14:32:06 // 5-5 仅茈、而巳。 14:32:06
// 部门id = 242 或者 240 就展示出 templeteId=33 的流程, 流程名字叫做 公司佣金收款 // 部门id = 242 或者 240 就展示出 templeteId=33 的流程, 流程名字叫做 公司佣金收款
if (x.Id === 33 || x.Id === 48) { // if (x.Id === 33 || x.Id === 48) {
if (x.Id === 33) { // if (x.Id === 33) {
if (this.DepartID === 242 || this.DepartID === 240) { // if (this.DepartID === 242 || this.DepartID === 240) {
x.bigShow = true // x.bigShow = true
} else { // } else {
x.bigShow = false // x.bigShow = false
} // }
} else if (x.Id === 48 ) { //76 77 稽核单据|| x.Id === 76 || x.Id === 77 // } else if (x.Id === 48 ) { //76 77 稽核单据|| x.Id === 76 || x.Id === 77
// if (this.EmployeeId === 1725) { // if (this.EmployeeId === 1725) {
x.bigShow = true // x.bigShow = true
// } else { // } else {
// x.bigShow = false // x.bigShow = false
// } // }
}
} else {
x.bigShow = true
}
// } // }
// } else {
// x.bigShow = true
// }
// }
x.bigShow = true
x.showYes = true
if(x.Type==1){ if(x.Type==1){
this.collectList.push(x); this.collectList.push(x);
}else if (x.Type==2){ }else if (x.Type==2){
......
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