Commit 36010514 authored by youjie's avatar youjie

ChoiceAddFinancialDocuments 制单流程 bigShow showYes

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