|
|
@ -228,7 +228,7 @@ const getLabelDetailPage = async (row,useToPackingNumber)=>{ |
|
|
|
// 获得表格的各种操作 |
|
|
|
const { getList:getListPrint } = tableMethods |
|
|
|
await getListPrint() |
|
|
|
if(!tableObjectPrint || !tableObjectPrint.tableList || tableObjectPrint.tableList.length==0){ |
|
|
|
if(!useToPackingNumber&&(!tableObjectPrint || !tableObjectPrint.tableList || tableObjectPrint.tableList.length==0)){ |
|
|
|
getLabelDetailPage(row,true) |
|
|
|
return |
|
|
|
} |
|
|
|