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