Browse Source

修改导出文件打不开bug

linshi20240813
TengXF 1 month ago
parent
commit
8dd2f8f82d
  1. 4
      src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue

4
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

Loading…
Cancel
Save