Browse Source

修改样式

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

11
mycomponents/detail/comDetailCard.vue

@ -9,7 +9,8 @@
<view class="" v-for="(item,index) in dataContent.subList"> <view class="" v-for="(item,index) in dataContent.subList">
<uni-swipe-action ref="swipeAction"> <uni-swipe-action ref="swipeAction">
<uni-swipe-action-item @click="swipeClick($event,item)" <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 :detail="item" :isShowToLocation="false">
</recommend> </recommend>
</uni-swipe-action-item> </uni-swipe-action-item>
@ -36,7 +37,7 @@
} from '@/common/array.js'; } from '@/common/array.js';
export default { export default {
emits: ['openDetail',"updateData"], emits: ['openDetail', "updateData"],
components: { components: {
itemCompareQty, itemCompareQty,
recommend, recommend,
@ -78,7 +79,7 @@
return { return {
option: [], option: [],
showItem: {}, showItem: {},
locatonItem:{}, locatonItem: {},
editItem: {}, editItem: {},
detailOptions: [], detailOptions: [],
scanOptions: [] scanOptions: []
@ -101,7 +102,7 @@
this.detail(item) this.detail(item)
} else if (e.content.text == "编辑") { } else if (e.content.text == "编辑") {
this.edit(item) this.edit(item)
} else if (e.content.text == "库位") { } else if (e.content.text == "库位") {
this.showLocation(item) this.showLocation(item)
} else if (e.content.text == "移除") { } else if (e.content.text == "移除") {
this.remove(item) this.remove(item)
@ -139,7 +140,7 @@
}, },
// //
getLocation(location, code) { getLocation(location, code) {
this.locatonItem.toLocationCode =code; this.locatonItem.toLocationCode = code;
this.$emit('updateData') this.$emit('updateData')
}, },
} }

2
mycomponents/recommend/recommend.vue

@ -1,5 +1,5 @@
<template> <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"> <view class="uni-flex uni-row space-between" style="align-items: center">
<!-- uni-inline-item 暂时拿掉--> <!-- uni-inline-item 暂时拿掉-->
<view> <view>

5
pages/putaway/job/putawayDetail.vue

@ -7,9 +7,9 @@
<view class="header_item"> <view class="header_item">
申请单号 : {{jobContent.requestNumber}} 申请单号 : {{jobContent.requestNumber}}
</view> </view>
<u-line color="#D8D8D8" ></u-line> <u-line color="#D8D8D8"></u-line>
</view> </view>
<view class="page-main"> <view class="page-main">
<scroll-view scroll-y="true" class="page-main-scroll"> <scroll-view scroll-y="true" class="page-main-scroll">
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> <view class="detail-list" v-for="(item, index) in detailSource" :key="item.id">
@ -19,7 +19,6 @@
:locationTypeList='tolocationTypeList'> :locationTypeList='tolocationTypeList'>
</com-detail-card> </com-detail-card>
</view> </view>
<u-line />
</view> </view>
</scroll-view> </scroll-view>
</view> </view>

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

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

Loading…
Cancel
Save