From 573374e1d6304c92714d8027f3e0853a3481aee1 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Fri, 13 Jun 2025 09:40:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9WMS=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=89=8D=E5=90=8E=E7=AB=AF=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wms/package/index.ts | 5 + .../labelManage/purchasePackage/index.vue | 381 +++++++++++------- 2 files changed, 246 insertions(+), 140 deletions(-) diff --git a/src/api/wms/package/index.ts b/src/api/wms/package/index.ts index 7e77373b1..9b3d98e1f 100644 --- a/src/api/wms/package/index.ts +++ b/src/api/wms/package/index.ts @@ -180,3 +180,8 @@ export const getPackageByBarbasic = async (relateNumber) => { export const jasperExportAll = async(params: any) => { return await request.download({url: `/wms/package/jasperExportAll`, params}) } + +//WMS采购标签和协定品标签 +export const jasperExportWMS = async(params: any) => { + return await request.download({url: `/wms/package/jasperExportWMS`, params}) +} \ No newline at end of file diff --git a/src/views/wms/basicDataManage/labelManage/purchasePackage/index.vue b/src/views/wms/basicDataManage/labelManage/purchasePackage/index.vue index f8b1cbf6d..2b41ea9e4 100644 --- a/src/views/wms/basicDataManage/labelManage/purchasePackage/index.vue +++ b/src/views/wms/basicDataManage/labelManage/purchasePackage/index.vue @@ -1,22 +1,27 @@