From 396c7343becec3149c5afbcea9ab32a9920f9710 Mon Sep 17 00:00:00 2001 From: shijing Date: Sat, 9 May 2026 14:05:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=A6=85=E9=81=93399=E8=A3=85=E7=82=89?= =?UTF-8?q?=E5=8E=8B=E6=9D=BF=E5=87=BA=E7=82=89=E6=9D=BF=E6=AE=B5=E6=89=93?= =?UTF-8?q?=E7=AD=BE=E5=8A=A0=E7=82=89=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/wprList.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = '排扳单件打印模板'; }