Browse Source

修改样式

wms3.0_pda
niexiting 11 months ago
parent
commit
f300ea8a56
  1. 3
      mycomponents/detail/comDetailCard.vue
  2. 2
      mycomponents/recommend/recommend.vue
  3. 1
      pages/putaway/job/putawayDetail.vue
  4. 2
      uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue

3
mycomponents/detail/comDetailCard.vue

@ -9,7 +9,8 @@
<view class="" v-for="(item,index) in dataContent.subList">
<uni-swipe-action ref="swipeAction">
<uni-swipe-action-item @click="swipeClick($event,item)"
:right-options="item.scaned?scanOptions:detailOptions">
:right-options="item.scaned?scanOptions:detailOptions"
style='padding:0px 0px 5px 0px;align-items: center;'>
<recommend :detail="item" :isShowToLocation="false">
</recommend>
</uni-swipe-action-item>

2
mycomponents/recommend/recommend.vue

@ -1,5 +1,5 @@
<template>
<view :class="detail.scaned?'scan_view':''" style="background-color: #ffffff; margin-bottom: 1px;">
<view :class="detail.scaned?'scan_view':''" style="background-color: #ffffff; border-bottom: 1upx solid #EEEEEE;">
<view class="uni-flex uni-row space-between" style="align-items: center">
<!-- uni-inline-item 暂时拿掉-->
<view>

1
pages/putaway/job/putawayDetail.vue

@ -19,7 +19,6 @@
:locationTypeList='tolocationTypeList'>
</com-detail-card>
</view>
<u-line />
</view>
</scroll-view>
</view>

2
uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue

@ -210,7 +210,7 @@
this.height = data.height + 1
// #endif
// #ifndef APP-NVUE
this.height = data.height+3
this.height = data.height
// #endif
this.isheight = true
if (type) return

Loading…
Cancel
Save