diff --git a/src/views/wpm_bx/wprList.vue b/src/views/wpm_bx/wprList.vue index 2762f950..f4ba6e5c 100644 --- a/src/views/wpm_bx/wprList.vue +++ b/src/views/wpm_bx/wprList.vue @@ -293,8 +293,11 @@ that.$API.wpm.prints.req(printer_ip, obj).then((response) => { oinfo.push(row.oinfo[key]) } let data = {sigao:'',duibian:'',moban:'',hengya:'',istest:'否',number:row.number,name:name,ofrom_name:that.ofromName,ofrom_batch:that.ofromBatch}; - if(that.route_code=='zhuangmo'||that.route_code=='zlybcl'||that.route_code=='tuomoceliang'||that.route_code=='reyatuihuo'||that.route_code=='banduangunyuan'){ + if(that.route_code=='zhuangmo'||that.route_code=='tuomoceliang'||that.route_code=='reyatuihuo'||that.route_code=='banduangunyuan'){ params.label_template_name = '脱膜测量单件标签模板'; + }else if(that.route_code=='zlybcl'){ + data.luhao = row.data.装炉压板出炉_设备编号?row.data.装炉压板出炉_设备编号:''; + params.label_template_name = '装炉压板出炉单件标签模板'; }else{ params.label_template_name = '排扳单件打印模板'; }