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
5650f3cc
Commit
5650f3cc
authored
Jan 26, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保洁功能细节优化
parent
c38bc416
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
cleanManage.vue
pages/cleanManage/cleanManage.vue
+1
-1
cleanOrderInfo.vue
pages/cleanOrderInfo/cleanOrderInfo.vue
+4
-4
No files found.
pages/cleanManage/cleanManage.vue
View file @
5650f3cc
...
...
@@ -219,7 +219,7 @@ import moment from "@/common/moment";
})
},
onNavSearch
(
val
){
if
(
val
.
isDirtyRoom
>=
1
||
val
.
recordsStatus
==
0
||
val
.
recordsStatus
==
1
){
if
(
val
.
recordsStatus
==
0
){
uni
.
navigateTo
({
url
:
"/pages/cleanOrderInfo/cleanOrderInfo?id="
+
val
.
recordsId
})
...
...
pages/cleanOrderInfo/cleanOrderInfo.vue
View file @
5650f3cc
...
...
@@ -7,11 +7,11 @@
<text
class=
"text-bold"
>
{{
orderInfo
.
storeName
}}
</text>
</view>
<view
class=
"cu-form-group"
>
<view
class=
"title"
>
门店地址
</view>
<view
class=
"title"
>
门店地址
:
</view>
<text>
{{
orderInfo
.
sStore
.
address
}}
</text>
</view>
<view
class=
"cu-form-group"
>
<view
class=
"title"
>
房间名称
</view>
<view
class=
"title"
>
房间名称
:
</view>
<text
class=
"text-bold"
>
{{
orderInfo
.
roomName
}}
</text>
</view>
...
...
@@ -21,7 +21,7 @@
</view>
-->
<view
class=
"cu-form-group"
>
<view
class=
"title"
>
保洁状态
</view>
<view
class=
"title"
>
保洁状态
:
</view>
<text
class=
"text-bold"
>
{{
cleanStatusEnum
[
orderInfo
.
status
]
}}
</text>
</view>
...
...
@@ -338,6 +338,6 @@
}
}
.cu-form-group
.title
{
width
:
2
4
0
upx
;
width
:
2
8
0
upx
;
}
</
style
>
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