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
1b0135df
Commit
1b0135df
authored
Sep 16, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
928422e5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
EasyReport.vue
src/components/FinancialModule/ReportForm/EasyReport.vue
+2
-2
EasyReportAcrossYears.vue
...ents/FinancialModule/ReportForm/EasyReportAcrossYears.vue
+2
-2
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+2
-2
No files found.
src/components/FinancialModule/ReportForm/EasyReport.vue
View file @
1b0135df
...
...
@@ -1474,11 +1474,11 @@ export default {
this
.
msg
.
BranchId
=
BranchStatus
;
//春花可以查询 日本+和服公司
if
(
BranchStatus
==
1218
||
BranchStatus
==
1255
){
if
(
BranchStatus
==
1218
||
BranchStatus
==
1255
||
BranchStatus
==
1258
){
this
.
BranchStatus
=
false
;
this
.
msg
.
StandardCurrencyId
=-
1
;
this
.
BranchList
=
this
.
BranchList
.
filter
(
x
=>
{
if
(
x
.
Id
==
1218
||
x
.
Id
==
1255
){
return
x
;}
if
(
x
.
Id
==
1218
||
x
.
Id
==
1255
||
x
.
Id
==
1258
){
return
x
;}
else
{
return
;}
});
}
...
...
src/components/FinancialModule/ReportForm/EasyReportAcrossYears.vue
View file @
1b0135df
...
...
@@ -1197,11 +1197,11 @@ export default {
this
.
msg
.
BranchId
=
BranchStatus
;
//春花可以查询 日本+和服公司
if
(
BranchStatus
==
1218
||
BranchStatus
==
1255
){
if
(
BranchStatus
==
1218
||
BranchStatus
==
1255
||
BranchStatus
==
1258
){
this
.
BranchStatus
=
false
;
this
.
msg
.
StandardCurrencyId
=-
1
;
this
.
BranchList
=
this
.
BranchList
.
filter
(
x
=>
{
if
(
x
.
Id
==
1218
||
x
.
Id
==
1255
){
return
x
;}
if
(
x
.
Id
==
1218
||
x
.
Id
==
1255
||
x
.
Id
==
1258
){
return
x
;}
else
{
return
;}
});
}
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
1b0135df
...
...
@@ -3563,11 +3563,11 @@ export default {
this
.
msg
.
OutBranchId
=
BranchStatus
;
//春花可以查询 日本+和服公司
if
(
BranchStatus
==
1218
||
BranchStatus
==
1255
){
if
(
BranchStatus
==
1218
||
BranchStatus
==
1255
||
BranchStatus
==
1258
){
this
.
BranchStatus
=
false
;
this
.
msg
.
StandardCurrencyId
=-
1
;
this
.
CompanyList
=
this
.
CompanyList
.
filter
(
x
=>
{
if
(
x
.
Id
==
1218
||
x
.
Id
==
1255
){
return
x
;}
if
(
x
.
Id
==
1218
||
x
.
Id
==
1255
||
x
.
Id
==
1258
){
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