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
6847e0ea
Commit
6847e0ea
authored
Feb 25, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
baf9d7ed
aebea44b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+11
-0
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+5
-5
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
6847e0ea
...
...
@@ -486,6 +486,16 @@ tr._item_list td:last-child {
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"状态:"
>
<el-select
v-model=
"msg.QueryCondition"
filterable
class=
"w150"
>
<el-option
key=
"-1"
value=
"-1"
label=
"不限"
></el-option>
<el-option
key=
"0"
value=
"0"
label=
"待收"
></el-option>
<el-option
key=
"1"
value=
"1"
label=
"退款"
></el-option>
<el-option
key=
"2"
value=
"2"
label=
"在途"
></el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
</el-form>
<ul
class=
"clearfix"
>
...
...
@@ -651,6 +661,7 @@ export default {
startDate
:
""
,
endDate
:
""
,
Type
:
1
,
QueryCondition
:
"-1"
,
},
getCompanyMsg
:
{
// 公司
...
...
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
6847e0ea
...
...
@@ -94,7 +94,7 @@
}
.Team_Incontent
span
{
margin-left
:
20px
;
font-size
:
1
6
px
;
font-size
:
1
4
px
;
font-family
:
PingFangSC-Fine
;
}
.Team_zhichu
{
...
...
@@ -216,9 +216,9 @@
</div>
</td>
<td
style=
"font-size:14px;"
>
应收:
{{
item
.
Money
}}
应收:
{{
item
.
Money
}}
<br/>
<!--
<span
class=
"TB_PayMoney"
>
实收:
{{
item
.
PayMoney
}}
</span>
-->
<span
class=
"TB_PayMoney"
>
实收:
{{
item
.
Money
}}
</span>
实收:
{{
item
.
Money
}}
</td>
<td>
{{
item
.
TradeDate
}}
</td>
<td>
...
...
@@ -265,9 +265,9 @@
</div>
</td>
<td
style=
"font-size:14px;"
>
应付:
{{
item
.
Money
}}
应付:
{{
item
.
Money
}}
<br/>
<!--
<span
class=
"TB_PayMoney"
>
实付:
{{
item
.
PayMoney
}}
</span>
-->
<span
class=
"TB_PayMoney"
>
实付:
{{
item
.
Money
}}
</span>
实付:
{{
item
.
Money
}}
</td>
<td>
{{
item
.
TradeDate
}}
</td>
<td>
...
...
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