Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
xzf_uniapp-wechat-web
Commits
aacc5724
Commit
aacc5724
authored
Nov 16, 2023
by
李智书
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v_c_application_feature_1031' into 'develop'
V c application feature 1031 See merge request
!28
parents
2aaee418
3d413275
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
+12
-6
src/pages/ApplyConsumption/businessRecord/components/device/device.vue
...lyConsumption/businessRecord/components/device/device.vue
+1
-1
src/pages/ApplyConsumption/businessRecord/components/store/store.vue
...pplyConsumption/businessRecord/components/store/store.vue
+3
-1
src/pages/ApplyConsumption/businessRecord/consumeRecord/consumeRecord.vue
...onsumption/businessRecord/consumeRecord/consumeRecord.vue
+4
-4
src/pages/ApplyConsumption/businessRecord/transactionDetails/transactionDetails.vue
.../businessRecord/transactionDetails/transactionDetails.vue
+4
-0
No files found.
src/pages/ApplyConsumption/businessRecord/components/device/device.vue
View file @
aacc5724
...
...
@@ -4,7 +4,7 @@
<view
class=
"store_data"
v-if=
"!isperiod"
>
<view
class=
"rowboxh"
>
<view
class=
"rowl"
@
tap=
"selectStore"
>
<view
class=
"rowltxt2"
>
{{
StoreInfo_
[
'
storeName
'
]
||
'
全部门店
'
}}
</view>
<view
class=
"rowltxt2"
style=
"max-width: 219rpx; white-space: nowrap; overflow-x: clip;text-overflow: ellipsis;"
>
{{
StoreInfo_
[
'
storeName
'
]
||
'
全部门店
'
}}
</view>
<image
:class=
"showPicker?'xiaframes':'xia'"
style=
"margin-left: 16rpx;"
:src=
"ImgUrl+'xzf/h5/xia.png'"
mode=
"aspectFit"
></image>
</view>
...
...
src/pages/ApplyConsumption/businessRecord/components/store/store.vue
View file @
aacc5724
...
...
@@ -10,7 +10,9 @@
<view
class=
"store_data"
v-if=
"!isperiod"
>
<view
class=
"rowboxh"
>
<view
class=
"rowl"
@
tap=
"selectStore"
>
<view
class=
"rowltxt2"
>
{{
StoreInfo_
[
'
storeName
'
]
||
'
全部门店
'
}}
</view>
<view
class=
"rowltxt2"
style=
"max-width: 219rpx; white-space: nowrap; overflow-x: clip;text-overflow: ellipsis;"
>
{{
StoreInfo_
[
'
storeName
'
]
||
'
全部门店
'
}}
</view>
<image
:class=
"showPicker?'xiaframes':'xia'"
style=
"margin-left: 16rpx;"
:src=
"ImgUrl+'xzf/h5/xia.png'"
mode=
"aspectFit"
></image>
</view>
...
...
src/pages/ApplyConsumption/businessRecord/consumeRecord/consumeRecord.vue
View file @
aacc5724
...
...
@@ -39,7 +39,7 @@
<van-picker
title=
"门店选择"
show-toolbar
:columns=
"stores"
@
confirm=
"onConfirmStore"
@
cancel=
"onCancelStore"
@
change=
"onChangeStore"
>
<
template
#option
="
option
"
>
<view
class=
""
>
<view
class=
""
style=
"white-space: nowrap; text-overflow: ellipsis; width: 100%;text-align: center;"
>
{{
option
.
storeName
}}
</view>
</
template
>
...
...
@@ -197,7 +197,7 @@
console
.
warn
(
item
,
index
)
uni
.
setStorageSync
(
"
details
"
,
item
)
uni
.
navigateTo
({
url
:
"
../transactionDetails/transactionDetails
"
,
url
:
`../transactionDetails/transactionDetails?starttime=
${
this
.
starttime
}
&endtime=
${
this
.
endtime
}
`
,
success
:
()
=>
{
loading
.
clear
();
}
...
...
@@ -220,7 +220,7 @@
},
onCancelStore
()
{
this
.
s
electStore
()
this
.
s
howPicker
=
false
},
// 选择门店
selectStore
()
{
...
...
src/pages/ApplyConsumption/businessRecord/transactionDetails/transactionDetails.vue
View file @
aacc5724
...
...
@@ -126,6 +126,10 @@
}
},
onLoad
:
function
(
options
)
{
if
(
options
[
'
endtime
'
]
&&
options
[
'
starttime
'
])
{
this
.
starttime
=
options
[
'
starttime
'
]
this
.
endtime
=
options
[
'
endtime
'
]
}
this
.
DeviceInfo
()
this
.
DeviceFlows
()
},
...
...
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