Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
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
李俊赕
self-support
Commits
ba83d379
Commit
ba83d379
authored
Apr 28, 2021
by
林文清
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.banshouhui.com/lijundan/self-support
parents
1fb1e981
f845fd84
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
12 deletions
+14
-12
index.vue
src/components/order/index.vue
+10
-8
index.vue
src/pages/index/index.vue
+1
-1
index.vue
src/pages/order/index.vue
+3
-3
No files found.
src/components/order/index.vue
View file @
ba83d379
...
...
@@ -26,8 +26,8 @@
</view>
<view
class=
"line-view"
></view>
<view
class=
"reason-view"
v-if=
"showReason"
><text>
未通过原因:
</text>
<text
class=
"reason-text"
>
{{
orderData
.
auditResults
.
remark
}}
</text>
<view
class=
"reason-view"
v-if=
"showReason"
><text
class=
"reason-text"
>
未通过原因:
</text>
<text>
{{
orderData
.
auditResults
.
remark
}}
</text>
</view>
<view
class=
"bottom-view"
>
<view>
...
...
@@ -83,7 +83,7 @@
waitAppointment:待预约、
waitCheckIn:待签到、
waitFinish:待完工、
review
: 审核中、
audit
: 审核中、
exception:异常单、
finish:已完工
*/
...
...
@@ -158,7 +158,7 @@
.
orderBusinessType
!=
'R'
)
},
showTime
()
{
return
[
4
,
6
].
indexOf
(
this
.
orderType
)
!=
-
1
return
[
4
,
5
,
6
].
indexOf
(
this
.
orderType
)
!=
-
1
},
infoTexts
()
{
return
{
...
...
@@ -224,7 +224,7 @@
'waitAppointment'
:
1
,
// 待预约、
'waitCheckIn'
:
2
,
// 待签到、
'waitFinish'
:
3
,
// 待完工、
'
review
'
:
4
,
// 审核中、
'
audit
'
:
4
,
// 审核中、
'exception'
:
5
,
// 异常单、
'finish'
:
6
,
//已完工
}
...
...
@@ -369,10 +369,12 @@
text-align
:
left
;
margin-top
:
30rpx
;
font-size
:
26rpx
;
color
:
#666666
;
color
:
#FA5A49
;
display
:
flex
;
align-items
:
flex-start
;
.reason-text
{
color
:
#FA5A49
;
flex-shrink
:
0
;
color
:
#666666
;
}
}
...
...
src/pages/index/index.vue
View file @
ba83d379
...
...
@@ -50,7 +50,7 @@
</view>
<!--
</view>
-->
<!--
</scroll-view>
-->
<view
class=
"bottom-view"
v-if=
"needSettled
&&
orderList.length
<
=
0
"
>
<view
class=
"bottom-view"
v-if=
"needSettled
||
orderList.length
<
=
0
"
>
<view
class=
"bottom-line-view"
></view>
<view
class=
"bottom-text"
>
我也是有底线哒
</view>
<view
class=
"bottom-line-view"
></view>
...
...
src/pages/order/index.vue
View file @
ba83d379
...
...
@@ -107,7 +107,7 @@
'waitAppointment'
:
0
,
// 待预约、
'waitCheckIn'
:
1
,
// 待签到、
'waitFinish'
:
2
,
// 待完工、
'
review
'
:
3
,
// 审核中、
'
audit
'
:
3
,
// 审核中、
'exception'
:
4
,
// 异常单、
'finish'
:
5
,
//已完工
}
...
...
@@ -118,7 +118,7 @@
0
:
'waitAppointment'
,
1
:
'waitCheckIn'
,
2
:
'waitFinish'
,
3
:
'
review
'
,
3
:
'
audit
'
,
4
:
'exception'
,
5
:
'finish'
}
...
...
@@ -134,7 +134,7 @@
this
.
pageNumber
=
0
this
.
orderList
=
[]
this
.
loadStatus
=
'loading'
this
.
getOrderList
(
index
===
0
?
0
:
5
)
this
.
getOrderList
(
index
===
0
?
this
.
currentIndex
:
5
)
},
// tab栏切换
change
(
index
)
{
...
...
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