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
b253771c
Commit
b253771c
authored
Sep 26, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2598fb74
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
allEchart.vue
src/components/FinancialModule/DataAnalysis/allEchart.vue
+3
-4
index.vue
src/components/FinancialModule/DataAnalysis/index.vue
+1
-2
No files found.
src/components/FinancialModule/DataAnalysis/allEchart.vue
View file @
b253771c
...
...
@@ -16,7 +16,6 @@
filterable
v-model=
"msg.OutBranchId"
@
change=
"getChange"
clearable
:disabled=
"PermissionState==2"
>
<el-option
...
...
@@ -122,10 +121,10 @@
style=
"width: 100%;"
filterable
multiple
collapse-tags
v-model=
"msg.LineIdList"
@
change=
"getStatement"
clearable
>
<el-option
v-if=
"activeName!=2"
<
!-- <
el-option v-if="activeName!=2"
:value="0"
:label="$t('pub.unlimitedSel')"
></el-option>
></el-option>
-->
<el-option
v-for=
"item in LineList"
:label=
"item.LineName"
...
...
@@ -459,7 +458,7 @@ export default {
}
else
{
this
.
msg
.
OutBranchIdList
=
this
.
msg
.
OutBranchIdList
.
filter
(
x
=>
{
return
x
!=-
1
})
}
if
(
this
.
msg
.
OutBranchIdList
.
indexOf
(
'-1'
)
!=-
1
)
{
if
(
this
.
msg
.
OutBranchIdList
.
indexOf
(
'-1'
)
!=-
1
||
this
.
msg
.
OutBranchIdList
.
length
==
0
)
{
this
.
coinGetShow
=
false
this
.
msg
.
StandardCurrencyId
=
1
}
else
{
...
...
src/components/FinancialModule/DataAnalysis/index.vue
View file @
b253771c
...
...
@@ -15,7 +15,6 @@
filterable
v-model=
"msg.OutBranchId"
@
change=
"getChange"
clearable
:disabled=
"PermissionState==2"
>
<el-option
...
...
@@ -146,7 +145,7 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"2"
v-if=
"activeName!=
2&&activeName!=
3"
>
<el-col
:span=
"2"
v-if=
"activeName!=3"
>
<el-form-item
label=
"季度汇总"
>
<el-checkbox
v-model=
"msg.LossType"
true-label=
"1"
false-label=
"0"
@
change=
"getStatement"
></el-checkbox>
</el-form-item>
...
...
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