Browse Source

修改直接发料父包装显示

hella_online_20240828
lijuncheng 2 months ago
parent
commit
7f1a0c1cff
  1. 2
      src/mycomponents/record/recordComDetailCard.vue
  2. 1
      src/pages/issue/record/directIssue.vue

2
src/mycomponents/record/recordComDetailCard.vue

@ -8,7 +8,7 @@
<item-qty :dataContent="dataContent" :isShowBalance="true" <item-qty :dataContent="dataContent" :isShowBalance="true"
:isShowBalanceQty="isShowBalanceQty"></item-qty> :isShowBalanceQty="isShowBalanceQty"></item-qty>
<view style="margin-left: 10px; margin-top: 5px;"> <view style="margin-left: 10px; margin-top: 5px;">
<pack title='父包装' :packingCode='dataContent.containerNumber'></pack> <pack title='父包装' v-if="dataContent.containerNumber" :packingCode='dataContent.containerNumber'></pack>
<location v-if="isShowParentToLocation" title='目标库位' <location v-if="isShowParentToLocation" title='目标库位'
:locationCode='dataContent.toLocationCode'></location> :locationCode='dataContent.toLocationCode'></location>
</view> </view>

1
src/pages/issue/record/directIssue.vue

@ -209,6 +209,7 @@
this.fromWarehouseCode = balance.warehouseCode; this.fromWarehouseCode = balance.warehouseCode;
} }
var itemp = createItemInfo(balance, pack); var itemp = createItemInfo(balance, pack);
itemp.containerNumber=""
let newDetail = createDetailInfo(balance, pack); // let newDetail = createDetailInfo(balance, pack); //
newDetail.fromLocationCode=balance.locationCode newDetail.fromLocationCode=balance.locationCode

Loading…
Cancel
Save