Browse Source

修改隔离转线边编辑数量

hella_online_20240924
lijuncheng 2 months ago
parent
commit
0141a62313
  1. 2
      src/pages/inventoryMove/coms/comInventoryDetailCard.vue
  2. 1
      src/pages/inventoryMove/job/inventoryMoveDetail.vue

2
src/pages/inventoryMove/coms/comInventoryDetailCard.vue

@ -98,7 +98,7 @@
this.detailOptions = getDetailOption(); this.detailOptions = getDetailOption();
} }
if (this.scanOptions.length == 0) { if (this.scanOptions.length == 0) {
this.scanOptions = getPurchaseReceiptOption("TRUE", this.settingParam this.scanOptions = getPurchaseReceiptOption(this.settingParam.allowModifyQty, this.settingParam
.allowModifyLocation) .allowModifyLocation)
} }
}, },

1
src/pages/inventoryMove/job/inventoryMoveDetail.vue

@ -14,6 +14,7 @@
<view class=""> <view class="">
<comInventoryDetailCard :dataContent="item" :settingParam="jobContent" @remove="updateData" <comInventoryDetailCard :dataContent="item" :settingParam="jobContent" @remove="updateData"
@updateData='updateData' :locationAreaTypeList="toLocationAreaTypeList" @updateData='updateData' :locationAreaTypeList="toLocationAreaTypeList"
:allowEditQty ="jobContent.allowModifyQty=='TRUE'?true:false"
@openDetail="openDetail"> @openDetail="openDetail">
</comInventoryDetailCard> </comInventoryDetailCard>
</view> </view>

Loading…
Cancel
Save