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
f1dc0f60
Commit
f1dc0f60
authored
Mar 22, 2019
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
5fb5e11e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
CombinedRevenueReport.vue
...ents/FinancialModule/ReportForm/CombinedRevenueReport.vue
+1
-1
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+18
-1
No files found.
src/components/FinancialModule/ReportForm/CombinedRevenueReport.vue
View file @
f1dc0f60
...
@@ -1087,7 +1087,7 @@ export default {
...
@@ -1087,7 +1087,7 @@ export default {
{
{
field
:
"TransportCost"
,
field
:
"TransportCost"
,
formatter
:
this
.
moneyFormat
,
formatter
:
this
.
moneyFormat
,
title
:
"联运
成本
"
,
title
:
"联运
收入
"
,
width
:
90
,
width
:
90
,
titleAlign
:
"left"
,
titleAlign
:
"left"
,
columnAlign
:
"left"
,
columnAlign
:
"left"
,
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
f1dc0f60
...
@@ -503,10 +503,20 @@ tr._item_list td:last-child {
...
@@ -503,10 +503,20 @@ tr._item_list td:last-child {
<el-option
value=
"1"
label=
"团队营收"
></el-option>
<el-option
value=
"1"
label=
"团队营收"
></el-option>
<el-option
value=
"3"
label=
"单办签证"
></el-option>
<el-option
value=
"3"
label=
"单办签证"
></el-option>
<el-option
value=
"2"
label=
"国际机票"
></el-option>
<el-option
value=
"2"
label=
"国际机票"
></el-option>
<el-option
value=
"4"
label=
"国内票务"
></el-option>
<el-option
value=
"5"
label=
"散卖机票"
></el-option>
<el-option
value=
"5"
label=
"散卖机票"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"是否联运"
>
<el-select
v-model=
"msg.Is_Transport"
filterable
class=
"w150"
>
<el-option
value=
"-1"
label=
"不限"
></el-option>
<el-option
value=
"1"
label=
"是"
></el-option>
<el-option
value=
"0"
label=
"否"
></el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
<ul
class=
"clearfix"
>
<ul
class=
"clearfix"
>
...
@@ -519,6 +529,7 @@ tr._item_list td:last-child {
...
@@ -519,6 +529,7 @@ tr._item_list td:last-child {
<!--
<button
class=
"hollowFixedBtn"
@
click=
"exportExcelCurrentPage"
>
导出2
</button>
-->
<!--
<button
class=
"hollowFixedBtn"
@
click=
"exportExcelCurrentPage"
>
导出2
</button>
-->
</li>
</li>
</ul>
</ul>
<!--
<div
class=
"query-box"
>
以下统计数据每隔2小时自动更新一次,上次更新时间:
{{
SDate
===
''
?
暂无
:
SDate
}}
,下次更新时间为:
{{
EDate
===
''
?
'暂无'
:
EDate
}}
</div>
-->
</div>
</div>
<ul
class=
"other_report clearfix"
>
<ul
class=
"other_report clearfix"
>
<!--
<li
@
click=
"goEasyReport"
>
简易报表
</li>
-->
<!--
<li
@
click=
"goEasyReport"
>
简易报表
</li>
-->
...
@@ -729,7 +740,8 @@ export default {
...
@@ -729,7 +740,8 @@ export default {
endDate
:
""
,
endDate
:
""
,
Type
:
1
,
Type
:
1
,
QueryCondition
:
"-1"
,
QueryCondition
:
"-1"
,
DataType
:
"1"
DataType
:
"1"
,
Is_Transport
:
'-1'
},
},
getCompanyMsg
:
{
getCompanyMsg
:
{
// 公司
// 公司
...
@@ -756,6 +768,8 @@ export default {
...
@@ -756,6 +768,8 @@ export default {
QEndDate
:
""
,
QEndDate
:
""
,
Is_Open
:
""
Is_Open
:
""
},
},
SDate
:
''
,
EDate
:
''
,
defaultMonth
:
[],
defaultMonth
:
[],
pickerOptions
:
{
pickerOptions
:
{
onPick
:
({
maxDate
,
minDate
})
=>
{
onPick
:
({
maxDate
,
minDate
})
=>
{
...
@@ -1853,9 +1867,12 @@ export default {
...
@@ -1853,9 +1867,12 @@ export default {
this
.
msg
,
this
.
msg
,
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
//console.log( res.data.data);
let
data
=
res
.
data
.
data
.
pageData
;
let
data
=
res
.
data
.
data
.
pageData
;
// res.data.data.TotalRevenue
// res.data.data.TotalRevenue
this
.
total
=
res
.
data
.
data
.
count
;
this
.
total
=
res
.
data
.
data
.
count
;
this
.
SDate
=
res
.
data
.
data
.
StartDate
;
this
.
EDate
=
res
.
data
.
data
.
NextDate
;
if
(
this
.
total
==
0
)
{
if
(
this
.
total
==
0
)
{
this
.
DataList
=
[];
this
.
DataList
=
[];
}
else
{
}
else
{
...
...
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