From c85bac30e487f82704dcbc4ffb88289b52d97615 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 9 Sep 2025 13:27:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A8=A1=E6=9D=BF=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=A8=AA=E5=8E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/wprList.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/wpm_bx/wprList.vue b/src/views/wpm_bx/wprList.vue index b0aec277..4329d3dc 100644 --- a/src/views/wpm_bx/wprList.vue +++ b/src/views/wpm_bx/wprList.vue @@ -288,7 +288,7 @@ export default { for(let key in row.oinfo){ oinfo.push(row.oinfo[key]) } - let data = {sigao:'',duibian:'',moban:'',istest:'否',number:row.number,name:name,ofrom_name:that.ofromName,ofrom_batch:that.ofromBatch}; + 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'){ params.label_template_name = '脱膜测量单件标签模板'; }else{ @@ -298,6 +298,8 @@ export default { oinfo.forEach((item)=>{ if(item.name=="丝高"){ data.sigao = item.val; + }else if(item.name=="横压"){ + data.hengya = item.val; }else if(item.name=="对边"){ data.duibian = item.val; }else if(item.name=="模具号"){