|
|
@ -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 |
|
|
|