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
ac94acbe
Commit
ac94acbe
authored
Oct 23, 2019
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
营收报表增加地接团号查询
parent
790b293d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+15
-0
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
ac94acbe
...
...
@@ -541,6 +541,11 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"地接团号:"
>
<el-input
v-model=
"msg.DMCNUM"
class
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"领队类型:"
>
<el-select
v-model=
"msg.LeaderType"
filterable
class=
"w150"
@
change=
"GetLeaderList()"
>
...
...
@@ -1012,6 +1017,16 @@ export default {
isFrozen
:
true
,
componentName
:
"Transport"
},
{
field
:
"DMCNUM"
,
formatter
:
this
.
moneyFormat
,
title
:
"地接团号"
,
width
:
100
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
//,orderBy:''
{
field
:
"YingShou"
,
formatter
:
this
.
moneyFormat
,
...
...
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