From 8dd2f8f82d52033317af6cbadb44aaf46c4bb86f Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Sat, 10 Aug 2024 08:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BA=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=89=93=E4=B8=8D=E5=BC=80bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceipt/productreceiptRecordMain/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue index d418f49b3..8493a2bd0 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue +++ b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue @@ -211,7 +211,7 @@ const buttonTableClick = async (val, row) => { const BASE_URL = getJmreportBaseUrl() // 标签打印 const searchTableRef = ref() -const labelType = ref('') // 标签类别 采购还是制造等 +const labelType = ref('') // 标签类别 采购还是制造等 const labelPrint = async (row) => { tableObject.loading = true //获取类型 @@ -243,7 +243,7 @@ const labelPrint = async (row) => { // 批量打印--预生产收货 const searchTableSuccessLabel = async (formField, searchField, val, formRef, type, row) => { console.log('批量打印',val) - + if(val.length == 0){ message.warning("请先选择要打印的数据!") return