fix:
This commit is contained in:
parent
8c1e98ce18
commit
eba83606be
|
@ -461,9 +461,9 @@ export default {
|
||||||
printMaterial(row,type){
|
printMaterial(row,type){
|
||||||
let that = this;
|
let that = this;
|
||||||
if(that.printer_name!==''&&that.printer_name!==null&&that.printer_name!==undefined){
|
if(that.printer_name!==''&&that.printer_name!==null&&that.printer_name!==undefined){
|
||||||
let params = {};
|
|
||||||
params.tid = row.id;
|
|
||||||
if(type=='wm'){
|
if(type=='wm'){
|
||||||
|
let params = {};
|
||||||
|
params.tid = row.id;
|
||||||
if(that.route_code=='paiyicibang'){
|
if(that.route_code=='paiyicibang'){
|
||||||
params.label_template_name = '排一次棒打印模板';
|
params.label_template_name = '排一次棒打印模板';
|
||||||
}else{
|
}else{
|
||||||
|
|
Loading…
Reference in New Issue