|
@ -8,8 +8,9 @@ |
|
|
<uni-collapse-item :open="true"> |
|
|
<uni-collapse-item :open="true"> |
|
|
<template v-slot:title> |
|
|
<template v-slot:title> |
|
|
<!-- 物品 --> |
|
|
<!-- 物品 --> |
|
|
|
|
|
<u-line /> |
|
|
<item-qty :dataContent="item" :handleQty="item.handleQty"></item-qty> |
|
|
<item-qty :dataContent="item" :handleQty="item.handleQty"></item-qty> |
|
|
<!-- <com-issue-request-info :workShopCode="dataContent.workShopCode" :dataContent="dataContent"> |
|
|
<!-- <com-issue-request-info :workShopCode="dataContent.workShopCode" :dataContent="dataContent"> |
|
|
</com-issue-request-info> --> |
|
|
</com-issue-request-info> --> |
|
|
</template> |
|
|
</template> |
|
|
<u-line /> |
|
|
<u-line /> |
|
@ -21,8 +22,8 @@ |
|
|
</location> |
|
|
</location> |
|
|
</view> |
|
|
</view> |
|
|
<view v-for="(batch,index) in loacation.Batchs"> |
|
|
<view v-for="(batch,index) in loacation.Batchs"> |
|
|
<recommend-balance style='margin-left: 20px;' :detail="batch" |
|
|
<recommend-balance style='margin-left: 20px;' :detail="batch" :isShowLocation="false" |
|
|
:isShowLocation="false" :isShowPack="batch.packingNumber!=null && batch.packingNumber!=''"> |
|
|
:isShowPack="batch.packingNumber!=null && batch.packingNumber!=''"> |
|
|
</recommend-balance> |
|
|
</recommend-balance> |
|
|
<view class="uni-flex uni-row" v-if='batch.Records.length>0'> |
|
|
<view class="uni-flex uni-row" v-if='batch.Records.length>0'> |
|
|
<view class="center " style=" width: 20px; color: #0CC2B6; margin-left: 40px;"> |
|
|
<view class="center " style=" width: 20px; color: #0CC2B6; margin-left: 40px;"> |
|
@ -140,7 +141,7 @@ |
|
|
let that = this; |
|
|
let that = this; |
|
|
that.editItem = item; |
|
|
that.editItem = item; |
|
|
that.batchItem = batch; |
|
|
that.batchItem = batch; |
|
|
item.balance.balanceQty=item.balance.qty; |
|
|
item.balance.balanceQty = item.balance.qty; |
|
|
that.$refs.balanceQtyEdit.openEditPopup(item.balance, item.qty); |
|
|
that.$refs.balanceQtyEdit.openEditPopup(item.balance, item.qty); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|