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
3d413275
Commit
3d413275
authored
Nov 16, 2023
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.提交更新;
parent
48e919ed
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
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
+2
-2
No files found.
src/pages/ApplyConsumption/businessRecord/components/device/device.vue
View file @
3d413275
...
...
@@ -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 @
3d413275
...
...
@@ -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 @
3d413275
...
...
@@ -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
>
...
...
@@ -220,7 +220,7 @@
},
onCancelStore
()
{
this
.
s
electStore
()
this
.
s
howPicker
=
false
},
// 选择门店
selectStore
()
{
...
...
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