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
d32559ab
Commit
d32559ab
authored
Feb 08, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 春花和服公司权限
parent
1c2a393e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
0 deletions
+30
-0
EasyReport.vue
src/components/FinancialModule/ReportForm/EasyReport.vue
+10
-0
EasyReportAcrossYears.vue
...ents/FinancialModule/ReportForm/EasyReportAcrossYears.vue
+10
-0
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+10
-0
No files found.
src/components/FinancialModule/ReportForm/EasyReport.vue
View file @
d32559ab
...
...
@@ -1461,6 +1461,16 @@ export default {
}
else
{
this
.
BranchStatus
=
true
;
this
.
msg
.
BranchId
=
BranchStatus
;
//春花可以查询 日本+和服公司
if
(
BranchStatus
==
1218
||
BranchStatus
==
1255
){
this
.
BranchStatus
=
false
;
this
.
msg
.
StandardCurrencyId
=-
1
;
this
.
BranchList
=
this
.
BranchList
.
filter
(
x
=>
{
if
(
x
.
Id
==
1218
||
x
.
Id
==
1255
){
return
x
;}
else
{
return
;}
});
}
}
let
data
=
res
.
data
.
data
data
.
sharelist
.
forEach
((
x
,
i
)
=>
{
...
...
src/components/FinancialModule/ReportForm/EasyReportAcrossYears.vue
View file @
d32559ab
...
...
@@ -1195,6 +1195,16 @@ export default {
}
else
{
this
.
BranchStatus
=
true
;
this
.
msg
.
BranchId
=
BranchStatus
;
//春花可以查询 日本+和服公司
if
(
BranchStatus
==
1218
||
BranchStatus
==
1255
){
this
.
BranchStatus
=
false
;
this
.
msg
.
StandardCurrencyId
=-
1
;
this
.
BranchList
=
this
.
BranchList
.
filter
(
x
=>
{
if
(
x
.
Id
==
1218
||
x
.
Id
==
1255
){
return
x
;}
else
{
return
;}
});
}
}
this
.
columns
=
[];
let
RHeader
=
res
.
data
.
data
.
RHeader
;
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
d32559ab
...
...
@@ -3520,6 +3520,16 @@ export default {
}
else
{
this
.
BranchStatus
=
true
;
this
.
msg
.
OutBranchId
=
BranchStatus
;
//春花可以查询 日本+和服公司
if
(
BranchStatus
==
1218
||
BranchStatus
==
1255
){
this
.
BranchStatus
=
false
;
this
.
msg
.
StandardCurrencyId
=-
1
;
this
.
CompanyList
=
this
.
CompanyList
.
filter
(
x
=>
{
if
(
x
.
Id
==
1218
||
x
.
Id
==
1255
){
return
x
;}
else
{
return
;}
});
}
}
...
...
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