|
@ -69,7 +69,7 @@ |
|
|
<uni-swipe-action-item @click="swipeClick($event,record,index)" |
|
|
<uni-swipe-action-item @click="swipeClick($event,record,index)" |
|
|
:right-options="scanOptions"> |
|
|
:right-options="scanOptions"> |
|
|
<view style="padding: 0px 10px"> |
|
|
<view style="padding: 0px 10px"> |
|
|
<balance :dataContent="record" :isShowLocation="false" |
|
|
<balance :dataContent="record" :isShowFromLocation="false" |
|
|
:isShowStdPack="false"></balance> |
|
|
:isShowStdPack="false"></balance> |
|
|
</view> |
|
|
</view> |
|
|
</uni-swipe-action-item> |
|
|
</uni-swipe-action-item> |
|
@ -370,6 +370,7 @@ |
|
|
balance.stdPackQty = packageInfo.stdPackQty |
|
|
balance.stdPackQty = packageInfo.stdPackQty |
|
|
balance.stdPackUnit = packageInfo.stdPackUnit |
|
|
balance.stdPackUnit = packageInfo.stdPackUnit |
|
|
let record = { |
|
|
let record = { |
|
|
|
|
|
scaned:true, |
|
|
itemCode: label.itemCode, |
|
|
itemCode: label.itemCode, |
|
|
packingNumber: label.packingNumber, |
|
|
packingNumber: label.packingNumber, |
|
|
batch: label.batch, |
|
|
batch: label.batch, |
|
|