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
b7c15534
Commit
b7c15534
authored
Mar 04, 2019
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改建议报表数据
parent
ec22a4e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
EasyReport.vue
src/components/FinancialModule/ReportForm/EasyReport.vue
+2
-2
No files found.
src/components/FinancialModule/ReportForm/EasyReport.vue
View file @
b7c15534
...
...
@@ -36,7 +36,7 @@
<el-col
:span=
"6"
>
<el-form-item
label=
"出团公司:"
>
<el-select
class=
"w150"
v-model=
"msg.BranchId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
label=
"不限"
:value=
"-
2
"
></el-option>
<el-option
label=
"不限"
:value=
"-
1
"
></el-option>
<el-option
v-for=
"item in BranchList"
:label=
"item.BName"
:key=
"item.Id"
:value=
"item.Id"
>
{{
item
.
BName
}}
</el-option>
</el-select>
</el-form-item>
...
...
@@ -85,7 +85,7 @@ export default {
Month
:
0
,
Money
:
''
,
sharelist
:
[],
BranchId
:
-
2
,
BranchId
:
-
1
,
},
data
:
[],
DataList
:
[],
...
...
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