Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
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
pseer
gxpt_wechat
Commits
0a2b8eb2
Commit
0a2b8eb2
authored
Aug 23, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
功能优化
parent
545b9f01
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
2 deletions
+32
-2
dataStatistics.js
api/dataStatistics.js
+12
-0
order.js
api/order.js
+1
-0
pages.json
pages.json
+8
-0
myInfo.vue
pages/my/myInfo.vue
+10
-1
orderResult.vue
pages/orderResult/orderResult.vue
+1
-1
index.vue
setting/dataStatistics/index.vue
+0
-0
No files found.
api/dataStatistics.js
0 → 100644
View file @
0a2b8eb2
import
http
from
"@/common/vmeitime-http/index.js"
export
const
getStoreManageList
=
(
data
)
=>
{
let
url
=
`/store/manageList`
return
http
.
get
(
url
,
data
)
}
export
const
getDataStatistics
=
(
data
)
=>
{
let
url
=
`/order/statistics`
return
http
.
post
(
url
,
data
)
}
\ No newline at end of file
api/order.js
View file @
0a2b8eb2
...
@@ -68,3 +68,4 @@ export const orderCancelPay=(data)=>{
...
@@ -68,3 +68,4 @@ export const orderCancelPay=(data)=>{
let
url
=
`/order/cancelPay?orderNo=
${
data
.
orderNo
}
`
let
url
=
`/order/cancelPay?orderNo=
${
data
.
orderNo
}
`
return
http
.
post
(
url
)
return
http
.
post
(
url
)
}
}
pages.json
View file @
0a2b8eb2
...
@@ -232,6 +232,14 @@
...
@@ -232,6 +232,14 @@
"navigationBarTitleText"
:
"会员等级详情"
,
"navigationBarTitleText"
:
"会员等级详情"
,
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
},
{
"path"
:
"dataStatistics/index"
,
"style"
:
{
"navigationBarTitleText"
:
"门店数据统计"
,
"navigationStyle"
:
"custom"
,
"enablePullDownRefresh"
:
false
}
}
}
]
]
}
}
...
...
pages/my/myInfo.vue
View file @
0a2b8eb2
...
@@ -304,6 +304,14 @@
...
@@ -304,6 +304,14 @@
<text
class=
"text-gray"
>
设备控制
</text>
<text
class=
"text-gray"
>
设备控制
</text>
</view>
</view>
</view>
</view>
<view
v-if=
"userInfo.isManage"
class=
"item-box"
@
tap=
"onNavByPath('dataStatistics')"
>
<view
class=
"icon-img"
>
<image
:src=
"assetsPath+'/user/tool_3.png'"
mode=
"scaleToFill"
></image>
</view>
<view
class=
"text-box"
>
<text
class=
"text-gray"
>
数据统计
</text>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -461,7 +469,8 @@
...
@@ -461,7 +469,8 @@
cleanRecord
:
"/pages/cleanRecord/index"
,
cleanRecord
:
"/pages/cleanRecord/index"
,
couponList
:
"/pages/couponList/index"
,
couponList
:
"/pages/couponList/index"
,
equityDetail
:
"/setting/rule/rule?keyData=user_equity_details"
,
equityDetail
:
"/setting/rule/rule?keyData=user_equity_details"
,
levelDetail
:
"/setting/levelDetail/index"
levelDetail
:
"/setting/levelDetail/index"
,
dataStatistics
:
"/setting/dataStatistics/index"
},
},
list
:
''
,
list
:
''
,
consumerMemberStatus
:
false
,
consumerMemberStatus
:
false
,
...
...
pages/orderResult/orderResult.vue
View file @
0a2b8eb2
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
{
login
}
from
"@/api/index.js"
;
import
{
login
,
dictList
}
from
"@/api/index.js"
;
import
{
getDictItem
}
from
"@/utils/tools.js"
import
{
getDictItem
}
from
"@/utils/tools.js"
import
fNavbar
from
'@/components/module/f-navbar/f-navbar'
;
import
fNavbar
from
'@/components/module/f-navbar/f-navbar'
;
import
{
getOrderInfoByNo
,
orderRefund
,
openDoor
,
noLoginOpenDoor
,
noLoginGetOrderInfo
}
from
"@/api/order.js"
import
{
getOrderInfoByNo
,
orderRefund
,
openDoor
,
noLoginOpenDoor
,
noLoginGetOrderInfo
}
from
"@/api/order.js"
...
...
setting/dataStatistics/index.vue
0 → 100644
View file @
0a2b8eb2
This diff is collapsed.
Click to expand it.
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