|
|
@ -38,7 +38,10 @@ |
|
|
|
</view> |
|
|
|
</uni-collapse-item> |
|
|
|
</uni-collapse> |
|
|
|
<balance-qty-edit ref="qtyEdit" :settingParam="settingParam" :queryBalance="queryBalance" @confirm="confirm"></balance-qty-edit> |
|
|
|
<!-- <balance-qty-edit ref="qtyEdit" :settingParam="settingParam" :queryBalance="queryBalance" @confirm="confirm"></balance-qty-edit> --> |
|
|
|
|
|
|
|
<recommend-qty-edit ref="recommendQtyEdit" :dataContent="editItem" :handleQty="editItem.qty" @confirm="confirm" :settingParam='settingParam' |
|
|
|
:isShowStatus="isShowStatus"></recommend-qty-edit> |
|
|
|
<win-scan-location ref="scanLocationCode" title="目标库位" @getLocation='getLocation' |
|
|
|
:locationAreaTypeList="locationAreaTypeList"></win-scan-location> |
|
|
|
<comMessage ref="message"></comMessage> |
|
|
@ -48,7 +51,8 @@ |
|
|
|
<script> |
|
|
|
import itemCompareQty from '@/mycomponents/item/itemCompareQty.vue' |
|
|
|
import recommend from '@/mycomponents/recommend/recommend.vue' |
|
|
|
import balanceQtyEdit from '@/mycomponents/qty/balanceQtyEdit.vue' |
|
|
|
// import balanceQtyEdit from '@/mycomponents/qty/balanceQtyEdit.vue' |
|
|
|
import recommendQtyEdit from '@/mycomponents/qty/recommendQtyEdit.vue' |
|
|
|
import winScanLocation from "@/mycomponents/scan/winScanLocation.vue" |
|
|
|
import { |
|
|
|
getDetailOption, |
|
|
@ -60,8 +64,9 @@ |
|
|
|
components: { |
|
|
|
itemCompareQty, |
|
|
|
recommend, |
|
|
|
balanceQtyEdit, |
|
|
|
winScanLocation |
|
|
|
// balanceQtyEdit, |
|
|
|
winScanLocation, |
|
|
|
recommendQtyEdit |
|
|
|
}, |
|
|
|
props: { |
|
|
|
dataContent: { |
|
|
@ -159,7 +164,8 @@ |
|
|
|
}, |
|
|
|
edit(item) { |
|
|
|
this.editItem = item; |
|
|
|
this.$refs.qtyEdit.openEditPopup(item.balance, item.handleQty); |
|
|
|
// this.$refs.qtyEdit.openEditPopup(item.balance, item.handleQty); |
|
|
|
this.$refs.recommendQtyEdit.openTaskEditPopup(item.qty,item.handleQty,item.labelQty); |
|
|
|
}, |
|
|
|
|
|
|
|
detail(item) { |
|
|
|