From efd227525d3f841063a7e55761c09c9961679fad Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Sun, 27 Apr 2025 16:35:58 +0800 Subject: [PATCH] =?UTF-8?q?FWHL-355=E4=B8=8A=E7=BA=BF=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=20=E7=BB=93=E7=AE=97=E9=A1=B5=E9=9D=A2=20?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E7=BB=93=E7=AE=97=E5=BA=93=E4=BD=8D=E5=90=8E?= =?UTF-8?q?=20=E5=BC=B9=E5=87=BA=E6=8F=90=E7=A4=BA=E5=A1=AB=E5=86=99?= =?UTF-8?q?=E5=AE=8C=E4=BE=9B=E5=BA=94=E5=95=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../onlinesettlement/settlementReport/index.vue | 7 +++++++ .../onlinesettlement/settlementReportScp/index.vue | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/views/wms/issueManage/onlinesettlement/settlementReport/index.vue b/src/views/wms/issueManage/onlinesettlement/settlementReport/index.vue index 9fefd8abc..a246ef78e 100644 --- a/src/views/wms/issueManage/onlinesettlement/settlementReport/index.vue +++ b/src/views/wms/issueManage/onlinesettlement/settlementReport/index.vue @@ -165,6 +165,13 @@ const buttonTableClick = async (val, row) => { false, null ) + nextTick(()=>{ + basicFormRef.value.setValues({ + supplierCode:row.supplierCode, + itemCode:row.itemCode, + batch:row.batch + }) + }) } } // 批量结算 diff --git a/src/views/wms/issueManage/onlinesettlement/settlementReportScp/index.vue b/src/views/wms/issueManage/onlinesettlement/settlementReportScp/index.vue index c6765e799..27420a6af 100644 --- a/src/views/wms/issueManage/onlinesettlement/settlementReportScp/index.vue +++ b/src/views/wms/issueManage/onlinesettlement/settlementReportScp/index.vue @@ -184,6 +184,13 @@ const buttonTableClick = async (val, row) => { false, null ) + nextTick(()=>{ + basicFormRef.value.setValues({ + supplierCode:row.supplierCode, + itemCode:row.itemCode, + batch:row.batch + }) + }) } } // 批量结算