From d733f047a68b0471236e0b67ef74e9893b14e482 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Mon, 18 Nov 2024 13:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E7=BC=96=E7=A0=81=E5=85=A5?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/purchase/goodsEntry/detail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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('是否确认新购入库勾选的编码?')