diff --git a/src/views/material/purchase/goodsEntry/detail.vue b/src/views/material/purchase/goodsEntry/detail.vue index 99423938..0d1b3b68 100644 --- a/src/views/material/purchase/goodsEntry/detail.vue +++ b/src/views/material/purchase/goodsEntry/detail.vue @@ -377,8 +377,8 @@ export default { codeWarehouse(){ let obj = { taskId: this.taskId, - typeId:row.typeId, - purchaseId: row.id, + typeId:this.codeRowData.typeId, + purchaseId: this.codeRowData.id, inPutList: this.inPutList }; this.$modal.confirm('是否确认新购入库勾选的编码?')