Commit 1a96da9b authored by dragondean@qq.com's avatar dragondean@qq.com

打印标签超过1000给提示

parent 5c8bc031
......@@ -143,7 +143,9 @@ export default {
if(!items.length){
return this.$message.error(this.$t('没有可打印的内容'))
}
if(items.length > 1000){
this.$alert(this.$t('标签超过1000需要耐心等候标签生成,请稍候'))
}
lodop().then(LODOP => {
LODOP.PRINT_INIT(this.title);
LODOP.SET_PRINT_STYLE("FontSize",18);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment