From d78eb8866564d58e4c2f2a1e984c92de9a5c9f06 Mon Sep 17 00:00:00 2001 From: yangzifeng <2547435354@qq.com> Date: Fri, 23 Jan 2026 11:33:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E7=AE=A1=E7=90=86=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E6=B7=BB=E5=8A=A0=E4=BB=93=E5=BA=93=E5=92=8C=E5=BA=93?= =?UTF-8?q?=E4=BD=8D=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wisdom/bill/index.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/wisdom/bill/index.vue b/src/views/wisdom/bill/index.vue index c776721..228da8a 100644 --- a/src/views/wisdom/bill/index.vue +++ b/src/views/wisdom/bill/index.vue @@ -247,15 +247,15 @@ 从供应计划中添加 - - + + - + @@ -271,7 +271,7 @@ }" /> - + @@ -354,7 +354,7 @@ @@ -1284,6 +1284,11 @@ function handleUpdate(row) { idEdit.value = row.id; row.isnew = true; planList.value = [JSON.parse(JSON.stringify(row))]; + storeData.value.warehouseCode = [ + row.parentWarehouseCode, + row.cangku, + ]; + pcodeList(storeData.value.warehouseCode); open.value = true; title.value = "修改库存单据"; }