From 8b754c3ac1aa74fbc04d481ee60b19941d3a2f2d Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Thu, 18 Apr 2024 13:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AB=E6=96=99=20=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/basicDataManage/labelManage/callmaterials/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wms/basicDataManage/labelManage/callmaterials/index.vue b/src/views/wms/basicDataManage/labelManage/callmaterials/index.vue index 2d2bf5222..143ff0b89 100644 --- a/src/views/wms/basicDataManage/labelManage/callmaterials/index.vue +++ b/src/views/wms/basicDataManage/labelManage/callmaterials/index.vue @@ -252,6 +252,7 @@ const handleSelectionPoint = async ()=>{ console.log('批量打印',rows.join(',')) await PackageApi.batchPrintingLable(rows.join(',')).then(res => { console.log(res) + window.open(src.value+'&relateNumber='+res) message.success('创建标签成功') }).catch(err => { console.log(err)