Browse Source

修改采购收货默认库位

wms3.0_pda
niexiting 9 months ago
parent
commit
03da1f66b7
  1. 2
      common/style/pdabasic.css
  2. 3
      mycomponents/detail/comDetailCard.vue
  3. 4
      pages/purchaseReceipt/job/receiptDetail.vue

2
common/style/pdabasic.css

@ -473,7 +473,7 @@ export function getItemTypeStyle(val) {
.detail-list {
background-color: #fff;
padding: 10rpx;
padding:5rpx 10rpx;
/* margin: 20rpx; */
/* border-radius: 16rpx; */
/* overflow: hidden; */

3
mycomponents/detail/comDetailCard.vue

@ -3,9 +3,10 @@
<uni-collapse ref="collapse1" @change="">
<uni-collapse-item :open="true">
<template v-slot:title>
<item-compare-qty :dataContent="dataContent" :handleQty="Number(dataContent.handleQty)">
<item-compare-qty :dataContent="dataContent" :handleQty="Number(dataContent.handleQty)" :isShowStdPack="false">
</item-compare-qty>
</template>
<u-line></u-line>
<view class="" v-for="(item,index) in dataContent.subList">
<uni-swipe-action ref="swipeAction">
<uni-swipe-action-item @click="swipeClick($event,item)"

4
pages/purchaseReceipt/job/receiptDetail.vue

@ -7,7 +7,9 @@
<view class="header_item">
发货单号 : {{jobContent.asnNumber}}
</view>
<u-line color="#D8D8D8" />
<u-line color="#D8D8D8" />
</view>
<view class="page-main">
<scroll-view scroll-y="true" class="page-main-scroll">
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id">
<view class="">

Loading…
Cancel
Save