Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
59799751
Commit
59799751
authored
Mar 03, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a7ca6632
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
+27
-27
ChoiceAddFinancialDocuments2.vue
...mponents/FinancialModule/ChoiceAddFinancialDocuments2.vue
+27
-27
No files found.
src/components/FinancialModule/ChoiceAddFinancialDocuments2.vue
View file @
59799751
...
@@ -203,20 +203,20 @@
...
@@ -203,20 +203,20 @@
// 5-8 OrderSource 为5 并且当前登录人为吴珊,只显示49和50
// 5-8 OrderSource 为5 并且当前登录人为吴珊,只显示49和50
// 如果不是吴珊,只显示49
// 如果不是吴珊,只显示49
// 如果没有 OrderSource 则49和50都不显示
// 如果没有 OrderSource 则49和50都不显示
if
(
this
.
OrderSource
===
'5'
&&
this
.
showTab
===
'2'
&&
(
x
.
Id
===
49
||
x
.
Id
===
50
))
{
//
if (this.OrderSource === '5' && this.showTab === '2' && (x.Id === 49 || x.Id === 50)) {
if
(
x
.
Id
===
49
||
x
.
Id
===
50
){
//
if (x.Id === 49 || x.Id === 50){
x
.
bigShow
=
false
//
x.bigShow = false
if
(
x
.
Id
===
49
){
//
if (x.Id === 49){
x
.
bigShow
=
true
//
x.bigShow = true
}
else
if
(
x
.
Id
===
50
&&
this
.
EmployeeId
===
639
){
//
} else if (x.Id === 50 && this.EmployeeId === 639){
x
.
bigShow
=
true
//
x.bigShow = true
}
//
}
}
else
{
//
} else {
x
.
bigShow
=
false
//
x.bigShow = false
}
//
}
}
else
if
(
x
.
Id
===
49
||
x
.
Id
===
50
){
//
} else if (x.Id === 49 || x.Id === 50){
x
.
bigShow
=
false
//
x.bigShow = false
}
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
)
{
...
@@ -236,7 +236,7 @@
...
@@ -236,7 +236,7 @@
}
else
{
}
else
{
x
.
bigShow
=
true
x
.
bigShow
=
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
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment