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();
}
if (this.scanOptions.length == 0) {
this.scanOptions = getPurchaseReceiptOption("TRUE", this.settingParam
this.scanOptions = getPurchaseReceiptOption(this.settingParam.allowModifyQty, this.settingParam
.allowModifyLocation)
}
},

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

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

Loading…
Cancel
Save