Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
wly-APP
Project
Project
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
刘川
wly-APP
Commits
7875b2fe
Commit
7875b2fe
authored
Nov 05, 2022
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI优化
parent
2d6d7e19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
9 deletions
+15
-9
order-detail-group.nvue
pages/order-detail-group/order-detail-group.nvue
+13
-7
select-group-plan.vue
pages/select-group-plan/select-group-plan.vue
+2
-2
No files found.
pages/order-detail-group/order-detail-group.nvue
View file @
7875b2fe
...
...
@@ -40,8 +40,8 @@
</view>
<view class="text-block-box text-block-box-last">
<view class="text-block text-block-last">
<view class="middle-date">{{
INFO.ZZFLD000099
==='X'?'是':'否'}}
<button class="diy-entry" type="default" @click="goDiyPage" v-if="
INFO.ZZFLD000099
==='X'">
<view class="middle-date">{{
DIYC
==='X'?'是':'否'}}
<button class="diy-entry" type="default" @click="goDiyPage" v-if="
DIYC
==='X'">
<image class="diy-icon" src="../../static/image/address@3x.png" mode="">
</image>
<text class="diy-entry-text">定制酒</text>
...
...
@@ -115,7 +115,6 @@
</view>
</view>
</view>
<view class="float-btn-block">
<view class="float-btn" @click="handleShowReceiveDetail">
<text class="float-btn__text">{{ishowReceiveDetail?'收起':'展示完整信息'}}</text>
...
...
@@ -175,6 +174,7 @@
ATTACHMENT: []
},
receiveInfoHeight: '132',
DIYC: ''
}
},
computed: {
...
...
@@ -210,11 +210,17 @@
},
methods: {
async getOrderDetail() {
const params = {
OBJECT_ID: this.orderItem.object_id
try{
const params = {
OBJECT_ID: this.orderItem.object_id
}
const res = await apiGetSalesOrderDetail(params)
this.orderDetail = res.DATA
this.DIYC = res.DIYC
}catch(e){
//TODO handle the exception
}
const res = await apiGetSalesOrderDetail(params)
this.orderDetail = res.DATA
},
handleShowReceiveDetail() {
this.ishowReceiveDetail = !this.ishowReceiveDetail
...
...
pages/select-group-plan/select-group-plan.vue
View file @
7875b2fe
...
...
@@ -106,7 +106,7 @@
},
scrollHeight
()
{
return
{
'height'
:
`
${
this
.
sysinfo
.
safeArea
.
height
-
2
97
-
44
-
20
}
px`
'height'
:
`
${
this
.
sysinfo
.
safeArea
.
height
-
2
15
-
44
}
px`
}
}
},
...
...
@@ -284,7 +284,7 @@
flex-direction
:
column
;
overflow-y
:
scroll
;
background
:
#f0f4f5
;
height
:
100vh
;
//
height: 100vh;
}
.main
{
...
...
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