This commit is contained in:
shijing 2025-05-08 16:04:35 +08:00
parent 8c1e98ce18
commit eba83606be
1 changed files with 2 additions and 2 deletions

View File

@ -461,9 +461,9 @@ export default {
printMaterial(row,type){
let that = this;
if(that.printer_name!==''&&that.printer_name!==null&&that.printer_name!==undefined){
let params = {};
params.tid = row.id;
if(type=='wm'){
let params = {};
params.tid = row.id;
if(that.route_code=='paiyicibang'){
params.label_template_name = '排一次棒打印模板';
}else{