Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WX_h5
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
godwithdh
WX_h5
Commits
6f2e0ea7
Commit
6f2e0ea7
authored
Dec 25, 2019
by
godwithdh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
form
parent
c305843a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
294 additions
and
57 deletions
+294
-57
apiMap.js
src/libs/apiMap.js
+3
-2
host.js
src/libs/host.js
+2
-2
cost.vue
src/view/tiip/IntReportForms/cost.vue
+127
-11
empAna.vue
src/view/tiip/IntReportForms/empAna.vue
+34
-30
index.vue
src/view/tiip/IntReportForms/index.vue
+1
-1
revenue.vue
src/view/tiip/IntReportForms/revenue.vue
+126
-10
salesStatistics.vue
src/view/tiip/IntReportForms/salesStatistics.vue
+1
-1
No files found.
src/libs/apiMap.js
View file @
6f2e0ea7
...
@@ -65,10 +65,11 @@ const methodMap = {
...
@@ -65,10 +65,11 @@ const methodMap = {
/**
/**
* tiip 小程序
* tiip 小程序
*/
*/
getT
t
ipTotalamount
:{
url
:
'/bianalysis/totalamount/'
,
method
:
'get'
,
host
:
"default"
},
getT
i
ipTotalamount
:{
url
:
'/bianalysis/totalamount/'
,
method
:
'get'
,
host
:
"default"
},
getT
t
ipSellinfo
:{
url
:
'/bianalysis/sellinfo/'
,
method
:
'get'
,
host
:
"default"
},
getT
i
ipSellinfo
:{
url
:
'/bianalysis/sellinfo/'
,
method
:
'get'
,
host
:
"default"
},
getTiipSalesinfo
:{
url
:
'/bianalysis/salesinfo/'
,
method
:
'get'
,
host
:
"default"
},
getTiipSalesinfo
:{
url
:
'/bianalysis/salesinfo/'
,
method
:
'get'
,
host
:
"default"
},
getTiipPayinfo
:{
url
:
"/bianalysis/payinfo/"
,
method
:
"get"
,
host
:
"default"
},
getTiipPayinfo
:{
url
:
"/bianalysis/payinfo/"
,
method
:
"get"
,
host
:
"default"
},
getTiipReceiveinfo
:{
url
:
"/bianalysis/receiveinfo/"
,
method
:
"get"
,
host
:
"default"
},
getTiipReceive
:{
url
:
"/bianalysis/receivemoney/"
,
method
:
"get"
,
host
:
"default"
},
getTiipReceive
:{
url
:
"/bianalysis/receivemoney/"
,
method
:
"get"
,
host
:
"default"
},
getTiipCost
:{
url
:
"/bianalysis/costanalysis/"
,
method
:
"get"
,
host
:
"default"
},
getTiipCost
:{
url
:
"/bianalysis/costanalysis/"
,
method
:
"get"
,
host
:
"default"
},
...
...
src/libs/host.js
View file @
6f2e0ea7
...
@@ -13,8 +13,8 @@ function urlFun(name){
...
@@ -13,8 +13,8 @@ function urlFun(name){
* 默认公司
* 默认公司
*/
*/
// default:`http://192.168.4.39:5001`,
// default:`http://192.168.4.39:5001`,
//
default:`https://weixin.huansi.net/apiproxy/huansi/hszh_HSFabricTradeTest`,
default
:
`https://weixin.huansi.net/apiproxy/huansi/hszh_HSFabricTradeTest`
,
default
:
`https://weixin.huansi.net/apiproxy/huansi/service/proxy/
${
userID
}
`
,
//
default:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/${userID}`,
/**
/**
* 基本地址
* 基本地址
...
...
src/view/tiip/IntReportForms/cost.vue
View file @
6f2e0ea7
...
@@ -7,6 +7,16 @@
...
@@ -7,6 +7,16 @@
color:#fff;
color:#fff;
text-align: center;
text-align: center;
}
}
.iCard{
position:relative;
}
.noData{
position:absolute;
top:40px;
>img{
width:100%;
}
}
}
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -14,7 +24,7 @@
...
@@ -14,7 +24,7 @@
<searchComponent
:search=
"search"
/>
<searchComponent
:search=
"search"
/>
<div
class=
"iCard"
>
<div
class=
"iCard"
>
<div
class=
"head"
>
当月总费用进度情况(万)
</div>
<div
class=
"head"
>
当月总费用进度情况(万)
</div>
<div
ref=
"chart1"
:style=
"
{height:'2
4
0px',opacity:value1.length>0?1:0}"/>
<div
ref=
"chart1"
:style=
"
{height:'2
2
0px',opacity:value1.length>0?1:0}"/>
<div
class=
"noData"
v-if=
"value1.length
<
=
0
"
>
<div
class=
"noData"
v-if=
"value1.length
<
=
0
"
>
<img
src=
"@/assets/noData.jpg"
>
<img
src=
"@/assets/noData.jpg"
>
</div>
</div>
...
@@ -86,24 +96,130 @@ export default {
...
@@ -86,24 +96,130 @@ export default {
this
.
value2
=
value
.
set2
||
[]
this
.
value2
=
value
.
set2
||
[]
this
.
value3
=
value
.
set3
||
[]
this
.
value3
=
value
.
set3
||
[]
this
.
drawBar
(
this
.
chart1
,
this
.
value1
.
map
(
v
=>
{
this
.
value1
.
length
>
0
&&
this
.
drawBar
(
this
.
chart1
,
this
.
value1
.
map
(
v
=>
{
return
{
return
{
name
:
v
.
sChargeTypeName
,
name
:
v
.
sChargeTypeName
,
value
:
v
.
nAmount
value
:
v
.
nAmount
}
}
}))
}))
this
.
drawLing
(
this
.
chart2
,
this
.
value2
.
map
(
v
=>
{
this
.
value2
.
length
>
0
&&
this
.
drawLing
(
this
.
chart2
,
this
.
value2
,
Object
.
keys
(
this
.
value2
[
0
]).
filter
(
v
=>
v
!=
"nMonth"
))
// return{
this
.
value3
.
length
>
0
&&
this
.
drawLing
(
this
.
chart3
,
this
.
value3
,
Object
.
keys
(
this
.
value3
[
0
]).
filter
(
v
=>
v
!=
"nMonth"
))
// name:v.
// }
}))
this
.
drawLing
()
},
},
drawLing
(
chart
,
data
){
drawLing
(
chart
,
data
,
title
){
chart
.
setOption
({
tooltip
:
{
trigger
:
'axis'
,
axisPointer
:
{
type
:
'cross'
,
crossStyle
:
{
color
:
'#111'
}
}
},
legend
:
{
data
:
title
,
x
:
'left'
},
grid
:{
left
:
'2%'
,
// 与容器左侧的距离
right
:
'2%'
,
// 与容器右侧的距离
top
:
30
,
height
:
200
,
containLabel
:
true
},
xAxis
:[{
type
:
"category"
,
data
:
data
.
map
(
v
=>
v
.
nMonth
),
axisPointer
:
{
type
:
'shadow'
},
axisTick
:
{
alignWithLabel
:
true
},
axisLabel
:
{
interval
:
0
},
}],
yAxis
:{
type
:
"value"
},
series
:
title
.
map
(
v1
=>
{
return
{
name
:
v1
,
type
:
"line"
,
data
:
data
.
map
(
v2
=>
v2
[
v1
])
}
}),
dataZoom
:
[{
type
:
'inside'
,
show
:
true
,
//flase直接隐藏图形
xAxisIndex
:
[
0
],
left
:
'9%'
,
//滚动条靠左侧的百分比
start
:
0
,
//滚动条的起始位置
end
:
(
window
.
innerWidth
*
1.35
)
/
data
.
length
//滚动条的截止位置(按比例分割你的柱状图x轴长度)
}],
})
},
},
drawBar
(
chart
,
data
){
drawBar
(
chart
,
data
){
chart
.
setOption
({
tooltip
:{
trigger
:
"axis"
,
axisPointer
:{
type
:
"cross"
,
crossStyle
:{
color
:
"#111"
}
}
},
grid
:
{
left
:
'2%'
,
// 与容器左侧的距离
right
:
'2%'
,
// 与容器右侧的距离
top
:
10
,
height
:
200
,
containLabel
:
true
},
xAxis
:
{
type
:
'category'
,
data
:
data
.
map
(
v
=>
v
.
name
),
axisPointer
:
{
type
:
'shadow'
},
axisTick
:
{
alignWithLabel
:
true
},
axisLabel
:
{
interval
:
0
},
},
yAxis
:{
type
:
"value"
,
axisLine
:{
lineStyle
:{
color
:
'#5CADFF'
,
}
}
},
series
:{
type
:
"bar"
,
data
:
data
.
map
(
v
=>
v
.
value
),
barWidth
:
32
,
color
:
new
this
.
$echarts
.
graphic
.
LinearGradient
(
0.5
,
0
,
0.5
,
1
,
[{
offset
:
0
,
color
:
'#708bf6'
},
{
offset
:
1
,
color
:
'#00B2EE'
}])
},
dataZoom
:
[{
type
:
'inside'
,
show
:
true
,
//flase直接隐藏图形
xAxisIndex
:
[
0
],
left
:
'9%'
,
//滚动条靠左侧的百分比
start
:
0
,
//滚动条的起始位置
end
:
(
window
.
innerWidth
*
1.35
)
/
data
.
length
//滚动条的截止位置(按比例分割你的柱状图x轴长度)
}],
})
},
},
},
},
...
...
src/view/tiip/IntReportForms/empAna.vue
View file @
6f2e0ea7
...
@@ -35,21 +35,21 @@
...
@@ -35,21 +35,21 @@
<div
class=
"CONTENT"
>
<div
class=
"CONTENT"
>
<div
class=
"iCard"
ref=
"chart1"
>
<div
class=
"iCard"
ref=
"chart1"
>
<p>
前十名员工(联动)
</p>
<p>
前十名员工(联动)
</p>
<canvas
id=
"chart1"
v-
show
=
"chartData1.length > 0"
width=
"400"
height=
"260"
style=
"width:100%;height:240px; touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"
></canvas>
<canvas
id=
"chart1"
v-
if
=
"chartData1.length > 0"
width=
"400"
height=
"260"
style=
"width:100%;height:240px; touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"
></canvas>
<div
class=
"noData"
v-if=
"chartData1.length
<
=
0
"
>
<div
class=
"noData"
v-if=
"chartData1.length
<
=
0
"
>
<img
src=
"@/assets/noData.jpg"
class=
"_img"
alt=
""
>
<img
src=
"@/assets/noData.jpg"
class=
"_img"
alt=
""
>
</div>
</div>
</div>
</div>
<div
class=
"iCard"
ref=
"chart2"
>
<div
class=
"iCard"
ref=
"chart2"
>
<p>
{{
title
}}
每月回款率
</p>
<p>
{{
title
}}
每月回款率
</p>
<canvas
id=
"chart2"
v-
show
=
"chartData2.length > 0"
width=
"400"
height=
"260"
style=
"width:100%;height:240px;"
></canvas>
<canvas
id=
"chart2"
v-
if
=
"chartData2.length > 0"
width=
"400"
height=
"260"
style=
"width:100%;height:240px;"
></canvas>
<div
class=
"noData"
v-if=
"chartData2.length
<
=
0
"
>
<div
class=
"noData"
v-if=
"chartData2.length
<
=
0
"
>
<img
src=
"@/assets/noData.jpg"
class=
"_img"
alt=
""
>
<img
src=
"@/assets/noData.jpg"
class=
"_img"
alt=
""
>
</div>
</div>
</div>
</div>
<div
class=
"iCard"
ref=
"chart3"
>
<div
class=
"iCard"
ref=
"chart3"
>
<p>
{{
title
}}
按月统计订单金额
</p>
<p>
{{
title
}}
按月统计订单金额
</p>
<canvas
id=
"chart3"
v-
show
=
"chartData3.length > 0"
width=
"400"
height=
"260"
style=
"width:100%;height:240px;"
></canvas>
<canvas
id=
"chart3"
v-
if
=
"chartData3.length > 0"
width=
"400"
height=
"260"
style=
"width:100%;height:240px;"
></canvas>
<div
class=
"noData"
v-if=
"chartData3.length
<
=
0
"
>
<div
class=
"noData"
v-if=
"chartData3.length
<
=
0
"
>
<img
src=
"@/assets/noData.jpg"
class=
"_img"
alt=
""
>
<img
src=
"@/assets/noData.jpg"
class=
"_img"
alt=
""
>
</div>
</div>
...
@@ -164,38 +164,42 @@ export default {
...
@@ -164,38 +164,42 @@ export default {
}
}
},
},
async
getData
(){
async
getData
(){
var
res
=
await
this
.
request
(
"getTipSalesinfo"
,{
var
res
=
await
this
.
request
(
"getTi
i
pSalesinfo"
,{
data
:{
data
:{
dStartDate
:
this
.
search
.
dBeginDate
,
dStartDate
:
this
.
search
.
dBeginDate
,
dEndDate
:
this
.
search
.
dEndDate
,
dEndDate
:
this
.
search
.
dEndDate
,
sSalesName
:
"环思软件"
,
}
}
},
"加载中"
,{})
},
"加载中"
,{})
this
.
title
=
res
.
set1
&&
res
.
set1
[
0
]
&&
res
.
set1
[
0
].
sSalesName
if
(
res
.
set1
.
length
>
0
){
this
.
chartData1
=
res
.
set1
&&
res
.
set1
.
map
(
v
=>
{
this
.
title
=
res
.
set1
[
0
].
sSalesName
return
{
this
.
chartData1
=
res
.
set1
.
map
(
v
=>
{
sSalesName
:
v
.
sSalesName
,
return
{
nAmount
:
v
.
nAmount
,
sSalesName
:
v
.
sSalesName
,
iSalesId
:
v
.
sSalesName
,
nAmount
:
v
.
nAmount
,
}
iSalesId
:
v
.
sSalesName
,
})
||
[]
}
})
this
.
tempChartData2
=
res
.
set2
&&
res
.
set2
.
map
(
v
=>
{
}
return
{
if
(
res
.
set2
.
length
>
0
){
nPaydAmount
:
v
.
nPaydAmount
,
this
.
tempChartData2
=
res
.
set2
.
map
(
v
=>
{
sMonth
:
v
.
sMonth
,
return
{
iSalesId
:
v
.
sSalesName
,
nPaydAmount
:
v
.
nPaydAmount
,
}
sMonth
:
v
.
sMonth
,
})
||
[];
iSalesId
:
v
.
sSalesName
,
this
.
tempChartData3
=
res
.
set3
&&
res
.
set3
.
map
(
v
=>
{
}
return
{
})
iSalesId
:
v
.
sSalesName
,
this
.
chartData2
=
this
.
tempChartData2
.
filter
(
v
=>
this
.
chartData1
.
length
>
0
&&
v
.
iSalesId
==
this
.
chartData1
[
0
].
iSalesId
)
sMonth
:
v
.
sMonth
,
}
nAmount
:
v
.
nAmount
,
if
(
res
.
set3
.
length
>
0
){
}
this
.
tempChartData3
=
res
.
set3
.
map
(
v
=>
{
})
||
[];
return
{
this
.
chartData2
=
res
.
set2
&&
res
.
set2
.
filter
(
v
=>
this
.
chartData1
.
length
>
0
&&
v
.
iSalesId
==
this
.
chartData1
[
0
].
iSalesId
)
||
[]
iSalesId
:
v
.
sSalesName
,
this
.
chartData3
=
res
.
set3
&&
res
.
set3
.
filter
(
v
=>
this
.
chartData1
.
length
>
0
&&
v
.
iSalesId
==
this
.
chartData1
[
0
].
iSalesId
)
||
[]
sMonth
:
v
.
sMonth
,
nAmount
:
v
.
nAmount
,
}
})
this
.
chartData3
=
this
.
tempChartData3
.
filter
(
v
=>
this
.
chartData1
.
length
>
0
&&
v
.
iSalesId
==
this
.
chartData1
[
0
].
iSalesId
)
}
},
},
},
},
}
}
...
...
src/view/tiip/IntReportForms/index.vue
View file @
6f2e0ea7
...
@@ -171,7 +171,7 @@ export default {
...
@@ -171,7 +171,7 @@ export default {
},
},
methods
:{
methods
:{
async
init
(){
async
init
(){
var
res
=
await
this
.
request
(
"getTipTotalamount"
,{},
"加载中"
,{})
var
res
=
await
this
.
request
(
"getTi
i
pTotalamount"
,{},
"加载中"
,{})
this
.
list
=
[
this
.
list
=
[
{
{
child
:[
child
:[
...
...
src/view/tiip/IntReportForms/revenue.vue
View file @
6f2e0ea7
<
style
lang=
"less"
>
<
style
lang=
"less"
>
@import url("../../../styles/common.less");
@import url("../../../styles/common.less");
.DATA{
width:100%;
>tr{
>td{
padding:8px 4px;
&:first-child{
width:50px;
&>div>span{
background: rgb(146, 190, 7);
box-shadow: 2px 2px 3px rgba(146, 190, 7,0.3);
color: #fff;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: 0 5px;
font-size: 17px;
}
}
&:last-child{
text-align: right;
}
}
&:not(:first-child)>td{
border-bottom:1px solid #ddd;
&:first-child>div>span{
width:20px;
height:20px;
font-size:10px;
background:#F56860;
box-shadow: 2px 2px 3px rgba(245, 104, 96,0.3);
}
&:nth-child(n+3){
color:#777;
}
}
}
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
id=
"revenue"
>
<div
id=
"revenue"
>
<tab>
<tab-item
:selected=
"tabIndex=='getTiipReceiveinfo'"
@
on-item-click=
"tabIndex='getTiipReceiveinfo'"
>
收入
</tab-item>
<tab-item
:selected=
"tabIndex=='getTiipPayinfo'"
@
on-item-click=
"tabIndex='getTiipPayinfo'"
>
支出
</tab-item>
</tab>
<searchComponent
:search=
'search'
/>
<searchComponent
:search=
'search'
/>
<div
class=
"iCard"
>
<div
class=
"iCard"
style=
"margin-bottom:8px;"
>
<div
ref=
'chart'
style=
"width:100%;height:150px;"
/>
<div
ref=
'chart'
style=
"width:100%;height:150px;"
/>
<table>
<table
class=
"DATA"
>
<tr>
<tr>
<td><div>
<span>
支
</span>
</div></td>
<td><div>
<span>
支
</span>
</div></td>
<td><div>
<span>
总支出
</span>
</div></td>
<td><div>
<span>
总支出
</span>
</div></td>
<td><div></div></td>
<td><div></div></td>
<td><div>
<span>
{{
allPay
}}
</span>
</div></td>
<td><div>
<span>
{{
allPay
.
toLocaleString
()
}}
</span>
</div></td>
</tr>
<tr
v-for=
"(v,k) in list"
:key=
"k"
>
<td><div>
<span>
{{
v
.
name
.
slice
(
0
,
1
)
}}
</span>
</div></td>
<td><div>
<span>
{{
v
.
name
}}
</span>
</div></td>
<td><div>
<span>
{{
v
.
percent
}}
%
</span>
</div></td>
<td><div>
<span>
{{
v
.
value
.
toLocaleString
()
}}
</span>
</div></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
...
@@ -22,13 +72,14 @@
...
@@ -22,13 +72,14 @@
import
Util
from
'@/libs/util.js'
import
Util
from
'@/libs/util.js'
import
{
Confirm
}
from
'vux'
import
{
Confirm
}
from
'vux'
import
searchComponent
from
'@/components/search'
import
searchComponent
from
'@/components/search'
import
echarts
from
'echarts'
;
import
{
Tab
,
TabItem
}
from
'vux'
export
default
{
export
default
{
name
:
"revenue"
,
name
:
"revenue"
,
components
:{
searchComponent
},
components
:{
searchComponent
,
Tab
,
TabItem
},
data
(){
data
(){
return
{
return
{
tabIndex
:
"getTiipReceiveinfo"
,
search
:{
search
:{
dBeginDate
:
Util
.
dateFormat
(
new
Date
(),
'yyyy-MM-01'
),
dBeginDate
:
Util
.
dateFormat
(
new
Date
(),
'yyyy-MM-01'
),
dEndDate
:
Util
.
dateFormat
(
new
Date
(),
'yyyy-MM-dd'
),
dEndDate
:
Util
.
dateFormat
(
new
Date
(),
'yyyy-MM-dd'
),
...
@@ -52,16 +103,81 @@ export default {
...
@@ -52,16 +103,81 @@ export default {
},
},
methods
:{
methods
:{
async
searchData
(){
async
searchData
(){
this
.
list
=
await
this
.
request
(
"getTipPayinfo"
,{
var
value
=
await
this
.
request
(
this
.
tabIndex
,{
data
:{
data
:{
dStartDate
:
this
.
search
.
dBeginDate
,
dStartDate
:
this
.
search
.
dBeginDate
,
dEndDate
:
this
.
search
.
dEndDate
dEndDate
:
this
.
search
.
dEndDate
}
}
},
"加载中"
,{})
},
"加载中"
,{})
if
(
this
.
tabIndex
==
"getTiipReceiveinfo"
){
this
.
list
=
value
.
set1
.
filter
(
v
=>
v
.
nAmount
!=
0
&&
v
.
sReceivableType
).
map
(
v
=>
{
return
{
name
:
v
.
sReceivableType
,
value
:
v
.
nAmount
}
})
}
else
{
this
.
list
=
value
.
set1
.
filter
(
v
=>
v
.
nAmount
!=
0
&&
v
.
sPayableType
).
map
(
v
=>
{
return
{
name
:
v
.
sPayableType
,
value
:
v
.
nAmount
}
})
}
this
.
allPay
=
0
this
.
allPay
=
0
// this.list.forEach(v=>{
this
.
list
.
forEach
(
v
=>
this
.
allPay
+=
v
.
value
)
// this.allPay+=v.nAmount
this
.
allPay
=
Math
.
round
(
this
.
allPay
*
100
)
/
100
// })
this
.
list
.
forEach
(
v
=>
{
v
.
percent
=
Math
.
round
(
v
.
value
/
this
.
allPay
*
100
)
})
this
.
chart
.
setOption
({
tooltip
:{
trigger
:
'item'
,
formatter
:
"{a} <br/>{b} : {c} ({d}%)"
,
position
:[
10
,
10
],
},
series
:[
{
name
:
'访问来源'
,
type
:
'pie'
,
radius
:
[
'60%'
,
'90%'
],
avoidLabelOverlap
:
false
,
label
:
{
normal
:
{
show
:
false
,
position
:
'center'
,
formatter
(
v
){
return
v
.
name
+
"
\n
"
+
v
.
value
+
"
\n
("
+
v
.
percent
+
"%)"
;
},
},
emphasis
:
{
show
:
true
,
textStyle
:
{
fontSize
:
'10'
,
fontWeight
:
'bold'
}
}
},
labelLine
:
{
normal
:
{
show
:
true
}
},
data
:
this
.
list
.
map
(
v
=>
{
return
{
name
:
v
.
name
,
value
:
v
.
value
}
}),
}
],
})
},
},
watch
:{
tabIndex
(){
this
.
searchData
()
},
},
},
},
}
}
...
...
src/view/tiip/IntReportForms/salesStatistics.vue
View file @
6f2e0ea7
...
@@ -229,7 +229,7 @@ export default {
...
@@ -229,7 +229,7 @@ export default {
this
.
showValue
()
this
.
showValue
()
},
},
async
getChartData
(){
async
getChartData
(){
var
value
=
await
this
.
request
(
'getTipSellinfo'
,{
var
value
=
await
this
.
request
(
'getTi
i
pSellinfo'
,{
params
:{
params
:{
dStartDate
:
this
.
search
.
dBeginDate
,
dStartDate
:
this
.
search
.
dBeginDate
,
dEndDate
:
this
.
search
.
dEndDate
dEndDate
:
this
.
search
.
dEndDate
...
...
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