Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
hujun
tl_estate
Commits
2cd0b7a9
Commit
2cd0b7a9
authored
Oct 21, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款 财务日报
parent
80a75249
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
10 deletions
+24
-10
priceReport.vue
public/appnew/src/components/priceReport/priceReport.vue
+17
-10
entrance.vue
public/appnew/src/components/publicEg/entrance.vue
+7
-0
No files found.
public/appnew/src/components/priceReport/priceReport.vue
View file @
2cd0b7a9
...
...
@@ -75,18 +75,19 @@
},
data
()
{
let
_this
=
this
;
let
_token
=
_this
.
$route
.
query
.
token
;
if
(
!
_token
)
{
layer
.
tipsX
(
'token获取出错'
);
return
false
;
};
//测试 注释
// let _token = _this.$route.query.token;
// if(!_token) {
// layer.tipsX('token获取出错');
// return false;
// };
return
{
headerData
:
{
'title'
:
'财务日报'
,
'noborder'
:
false
,
'isBack'
:
false
},
token
:
_token
,
//
token: _token,
seatH
:
1.58
*
4
,
//占位高度
pageSize
:
10
,
initTabNumMain
:
0
,
...
...
@@ -261,13 +262,19 @@
}
},
//财务日报参数
initData
:
function
(){
let
that
=
this
;
var
params
=
{
'AuthToken'
:
that
.
urlParams
.
token
,
'store_id'
:
that
.
urlParams
.
store_id
,
'is_store'
:
that
.
urlParams
.
is_store
,
'daily_data'
:
that
.
time
// 'AuthToken': that.urlParams.token,
// 'store_id': that.urlParams.store_id,
// 'is_store': that.urlParams.is_store,
// 'daily_data': that.time
'AuthToken'
:
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjp7ImlkIjoxLCJuYW1lIjoiXHU3YmExXHU3NDA2XHU1NDU4IiwicGhvbmUiOiJyb290IiwibGV2ZWwiOjQwfSwidGltZVN0YW1wXyI6MTU3MTYyMjYyNn0.z-1xnhtiHH3DlsmTZ39JnuJMZt6f-aV0_-B-m7REfUI'
,
'store_id'
:
5298
,
'is_store'
:
1
,
'daily_data'
:
'2019-09-05'
};
that
.
axios
({
method
:
'get'
,
...
...
public/appnew/src/components/publicEg/entrance.vue
View file @
2cd0b7a9
...
...
@@ -175,6 +175,13 @@
'nameCustom'
:
'业绩对比'
,
'query'
:
{
}
},
{
'path'
:
'/receiveDetail'
,
'nameCustom'
:
'收款详情'
,
'query'
:
{
}
}
...
...
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