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
733dd2c2
Commit
733dd2c2
authored
Jan 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘新增简易报表页面@@@@@’
parent
ccdd3368
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
472 additions
and
10 deletions
+472
-10
cssReset.css
src/assets/css/cssReset.css
+18
-0
EasyReport.vue
src/components/FinancialModule/ReportForm/EasyReport.vue
+416
-0
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+25
-4
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+6
-6
config.js
src/router/config.js
+7
-0
No files found.
src/assets/css/cssReset.css
View file @
733dd2c2
...
...
@@ -482,6 +482,24 @@ vertical-align:middle
.column-cell-class-name-test
.v-table-body-cell
{
background-color
:
yellow
;
}
.column-cell-class-name-test-pink
.v-table-body-cell
{
background-color
:
#FFCCFF
;
}
.column-cell-class-name-test-greed
.v-table-body-cell
{
background-color
:
#C2D69A
;
}
.column-cell-class-name-test-gray
.v-table-body-cell
{
background-color
:
#E5E0EC
;
}
.column-cell-class-name-test-pink-t
.v-table-body-cell
{
background-color
:
#FCD5B4
;
}
.column-cell-class-name-test-t
.v-table-body-cell
{
background-color
:
#FFFF99
;
}
.column-cell-class-name-test-greed-s
.v-table-body-cell
{
background-color
:
#92D050
;
}
.column-cell-class-name-test
.v-table-body-cell
:hover
span
{
color
:
#000000
}
...
...
src/components/FinancialModule/ReportForm/EasyReport.vue
0 → 100644
View file @
733dd2c2
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
733dd2c2
...
...
@@ -386,6 +386,24 @@ tr._item_list td:last-child {
._TCIDAndTCNUMList
{
display
:
flex
;
}
.other_report
{
padding
:
0
28px
15px
28px
;
}
.other_report
li
{
float
:
left
;
color
:
#fff
;
background-color
:
#b00
;
border-color
:
#b00
;
min-width
:
80px
;
padding
:
4px
12px
;
margin-bottom
:
0
;
font-size
:
14px
;
font-weight
:
normal
;
text-align
:
center
;
cursor
:
pointer
;
border-radius
:
4px
;
margin-bottom
:
10px
;
}
</
style
>
<
template
>
...
...
@@ -472,14 +490,17 @@ tr._item_list td:last-child {
</el-form>
<ul
class=
"clearfix"
>
<li
class=
"hight_query"
>
<button
class=
"normalBtn"
@
click=
"openKaiQiZzBox('一键开启')"
>
一键开启
</button>
<button
class=
"hollowFixedBtn"
@
click=
"openKaiQiZzBox('一键关闭')"
>
一键关闭
</button>
<
!--
<
button
class=
"normalBtn"
@
click=
"openKaiQiZzBox('一键开启')"
>
一键开启
</button>
<button
class=
"hollowFixedBtn"
@
click=
"openKaiQiZzBox('一键关闭')"
>
一键关闭
</button>
-->
<button
class=
"normalBtn"
@
click=
"resetPageIndex(),getPageList()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"method5()"
>
导出
</button>
<!--
<button
class=
"hollowFixedBtn"
@
click=
"exportExcelCurrentPage"
>
导出2
</button>
-->
</li>
</ul>
</div>
<ul
class=
"other_report clearfix"
>
<li>
简易报表
</li>
</ul>
<div
class=
"_fnDm_content"
v-loading=
"loading"
>
<v-table
is-horizontal-resize
...
...
@@ -620,7 +641,7 @@ export default {
userId
:
0
,
msg
:
{
pageIndex
:
1
,
pageSize
:
1
8
,
pageSize
:
1
6
,
OutBranchId
:
""
,
StartCityId
:
""
,
LineId
:
""
,
...
...
@@ -1216,7 +1237,7 @@ export default {
allH
=
document
.
documentElement
.
clientHeight
;
allW
=
document
.
documentElement
.
clientWidth
;
cW
=
allW
-
90
;
cH
=
allH
-
350
;
cH
=
allH
-
350
-
52
;
this
.
msg
.
pageSize
=
parseInt
(
cH
/
30
)
-
1
;
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
733dd2c2
...
...
@@ -1479,7 +1479,7 @@
<tr
v-if=
'orderList.length>0'
v-for=
"(item2,index2) in orderList"
:key=
"index2"
>
<td>
{{
item2
.
FrID
}}
</td>
<td>
<span
v-if=
"isUpdateOrder"
>
{{
item2
.
PayMoney
}}
</span>
<span
v-if=
"i
tem.isOwn==1 || userId==1||userId==5 || i
sUpdateOrder"
>
{{
item2
.
PayMoney
}}
</span>
<span
v-else
>
******
</span>
</td>
<td>
{{
item2
.
TypeName
}}
</td>
...
...
@@ -1490,21 +1490,21 @@
</tr>
</table>
</div>
<span
v-if=
'item.isEnd==0
&&
isUpdateOrder'
style=
"cursor: pointer;"
@
click=
"getOrderDetail(item)"
slot=
"reference"
>
{{
item
.
income
}}
</span>
<span
v-else-if=
'item.isEnd!=0
&&
isUpdateOrder'
style=
"cursor: pointer;color: #e95252;"
@
click=
"getOrderDetail(item)"
slot=
"reference"
>
{{
item
.
income
}}
</span>
<span
v-if=
'item.isEnd==0
||
isUpdateOrder'
style=
"cursor: pointer;"
@
click=
"getOrderDetail(item)"
slot=
"reference"
>
{{
item
.
income
}}
</span>
<span
v-else-if=
'item.isEnd!=0
||
isUpdateOrder'
style=
"cursor: pointer;color: #e95252;"
@
click=
"getOrderDetail(item)"
slot=
"reference"
>
{{
item
.
income
}}
</span>
<span
v-else
>
******
</span>
</el-popover>
</td>
<td>
<span
v-if=
"isUpdateOrder"
>
{{
item
.
refund
}}
</span>
<span
v-if=
"i
tem.isOwn==1 || userId==1||userId==5 || i
sUpdateOrder"
>
{{
item
.
refund
}}
</span>
<span
v-else
>
******
</span>
</td>
<td>
<span
v-if=
"isUpdateOrder"
>
{{
item
.
platformTax
}}
</span>
<span
v-if=
"i
tem.isOwn==1 || userId==1||userId==5 || i
sUpdateOrder"
>
{{
item
.
platformTax
}}
</span>
<span
v-else
>
******
</span>
</td>
<td>
<span
v-if=
"isUpdateOrder"
:class=
"
{color_red_order:item.dueInMoney!==item.preferPrice}">
{{
item
.
dueInMoney
}}
</span>
<span
v-if=
"i
tem.isOwn==1 || userId==1||userId==5 || i
sUpdateOrder"
:class=
"
{color_red_order:item.dueInMoney!==item.preferPrice}">
{{
item
.
dueInMoney
}}
</span>
<span
v-else
>
******
</span>
</td>
<td
class=
"fz12"
:style=
"item.orderState===3?'color: #e95252;':''"
>
{{
item
.
statsstr
}}
</td>
...
...
src/router/config.js
View file @
733dd2c2
...
...
@@ -2252,6 +2252,13 @@ export default {
meta
:
{
title
:
'联运收入'
},
},
{
//财务 报表 简易报表
path
:
'/EasyReport'
,
name
:
'EasyReport'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ReportForm/EasyReport'
],
resolve
),
meta
:
{
title
:
'联运收入'
},
},
{
// 销售 制作广告
path
:
'/advert'
,
name
:
'advert'
,
...
...
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