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
ff7a51b0
Commit
ff7a51b0
authored
Apr 30, 2021
by
Damon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.banshouhui.com/lijundan/self-support
parents
24e218a1
57de6d0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
11 deletions
+23
-11
complete.vue
src/pages/order/complete.vue
+23
-11
No files found.
src/pages/order/complete.vue
View file @
ff7a51b0
...
@@ -78,12 +78,12 @@
...
@@ -78,12 +78,12 @@
</view>
</view>
<view
class=
"btn-wrap flex-xc"
>
<view
class=
"btn-wrap flex-xc"
>
<u-button
class=
"btn-submit"
@
click=
"saveComplete"
<u-button
class=
"btn-submit"
@
click=
"saveComplete"
type=
"primary"
shape=
"circle"
:hover-class=
"submitStatus ? '' : 'none'"
>
type=
"primary"
shape=
"circle"
:
custom-style=
"customStyle"
:
hover-class=
"submitStatus ? '' : 'none'"
>
暂存
暂存
</u-button>
</u-button>
<u-button
class=
"btn-submit"
@
click=
"orderFinish"
v-if=
"tabIndex===list.length - 1"
<u-button
class=
"btn-submit"
@
click=
"orderFinish"
v-if=
"tabIndex===list.length - 1"
type=
"primary"
shape=
"circle"
:hover-class=
"submitStatus ? '' : 'none'"
>
type=
"primary"
shape=
"circle"
:
custom-style=
"buttonStyle"
:
hover-class=
"submitStatus ? '' : 'none'"
>
交付
完工
</u-button>
</u-button>
<u-button
class=
"btn-submit"
@
click=
"nextStep"
:custom-style=
"buttonStyle"
v-else
<u-button
class=
"btn-submit"
@
click=
"nextStep"
:custom-style=
"buttonStyle"
v-else
type=
"primary"
shape=
"circle"
:hover-class=
"submitStatus ? '' : 'none'"
>
type=
"primary"
shape=
"circle"
:hover-class=
"submitStatus ? '' : 'none'"
>
...
@@ -212,19 +212,33 @@
...
@@ -212,19 +212,33 @@
return
this
.
submitBtnStatus
?
{
return
this
.
submitBtnStatus
?
{
'color'
:
'#FFFFFF'
,
'color'
:
'#FFFFFF'
,
'background-color'
:
'#2272FF;'
,
'background-color'
:
'#2272FF;'
,
'width'
:
'
6
00rpx'
,
'width'
:
'
3
00rpx'
,
'height'
:
'104rpx'
,
'height'
:
'104rpx'
,
'font-size'
:
'32rpx'
,
'font-size'
:
'32rpx'
,
'font-weight'
:
'bold'
'font-weight'
:
'bold'
,
'margin-left'
:
'50rpx'
}
:
{
}
:
{
'color'
:
'#FFFFFF'
,
'color'
:
'#FFFFFF'
,
'background-color'
:
'#D1D4D4;'
,
'background-color'
:
'#D1D4D4;'
,
'width'
:
'
6
00rpx'
,
'width'
:
'
3
00rpx'
,
'height'
:
'104rpx'
,
'height'
:
'104rpx'
,
'font-size'
:
'32rpx'
,
'font-size'
:
'32rpx'
,
'font-weight'
:
'bold'
'font-weight'
:
'bold'
,
'margin-left'
:
'50rpx'
}
}
}
},
customStyle
()
{
return
{
'background-color'
:
'#D1D4D4'
,
'width'
:
'300rpx'
,
'height'
:
'104rpx'
,
'background-color'
:
'transparent'
,
'border'
:
'1px solid #2272FF'
,
'color'
:
'#2272FF'
,
'font-weight'
:
'bold'
,
'font-size'
:
'32rpx'
,
}
},
},
},
methods
:
{
methods
:
{
getCompleteData
()
{
//获取工单配置的完工项目
getCompleteData
()
{
//获取工单配置的完工项目
...
@@ -501,8 +515,6 @@
...
@@ -501,8 +515,6 @@
}
}
.class-item
{
.class-item
{
padding
:
50rpx
;
margin-bottom
:
30rpx
;
background-color
:
#fff
;
background-color
:
#fff
;
padding
:
30rpx
;
padding
:
30rpx
;
border-radius
:
8rpx
;
border-radius
:
8rpx
;
...
@@ -658,7 +670,7 @@
...
@@ -658,7 +670,7 @@
/*提交按钮*/
/*提交按钮*/
.btn-wrap
{
.btn-wrap
{
width
:
100%
;
width
:
100%
;
padding
:
20rpx
0
4
0
rpx
0
;
padding
:
20rpx
0
4
4
rpx
0
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
...
...
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