From 8204519c313ee3c0aa71bf5f6b9cf151dba6c193 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 12 Dec 2024 10:12:04 +0800 Subject: [PATCH] =?UTF-8?q?YT-1634=E6=89=93=E5=8D=B0=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=BE=9B=E5=BA=94=E5=95=86=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=B8=8D=E5=A5=BD=E4=BD=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/inventoryManage/balance/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/inventoryManage/balance/index.vue b/src/views/wms/inventoryManage/balance/index.vue index c72e3edd3..3468d18f6 100644 --- a/src/views/wms/inventoryManage/balance/index.vue +++ b/src/views/wms/inventoryManage/balance/index.vue @@ -466,7 +466,7 @@ const getLabelDetailPage = async (row, useToPackingNumber) => { const searchTableSuccessLabel = async (formField, searchField, val, formRef, type, row) => { console.log('批量打印',val) if (type == 'tableForm') { - + row[formField] = val[0][searchField] } else { const setV = {} setV[formField] = val[0][searchField]