From 85ff05d22a5b62a0f39b767b1cf178c2c623de2b Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 24 Dec 2025 16:23:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E7=89=A9=E6=96=99=E6=89=B9=E6=AC=A1=E6=89=93=E5=8D=B0=E6=97=B6?= =?UTF-8?q?=EF=BC=8Cwpr=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E6=94=BE?= =?UTF-8?q?=E5=88=B0=E5=88=A4=E6=96=AD=E9=87=8C=E9=9D=A2=E6=94=B9=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/inmOut.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_bx/inmOut.vue b/src/views/wpm_bx/inmOut.vue index f02743e9..4e6af062 100644 --- a/src/views/wpm_bx/inmOut.vue +++ b/src/views/wpm_bx/inmOut.vue @@ -581,12 +581,12 @@ export default { if(type=='wm'){ let params = {}; params.tid = row.id; + that.wprParams.wm = row.id; let materialname = row.material_.name + '|' + row.material_.process_name; let specification = row.material_.specification; if(that.route_code=='tuomoceliang'||that.route_code=='reyatuihuo'||that.route_code=='tuomoceliang'){ console.log('route_code',that.route_code); params.label_template_name = '工序带板段号打印模板'; - that.wprParams.wm = row.id; let totalcount = 0; let numbers = ['','','','','','','']; this.$API.wpm.wpr.list.req(that.wprParams).then((res) => {