From ffd8f5079881d2fc7ec4a1673fc6f7688ee6f4be Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 3 Feb 2026 15:34:20 +0800 Subject: [PATCH] =?UTF-8?q?2026-02-03=20=E8=AE=A2=E5=8D=95=E4=BA=A7?= =?UTF-8?q?=E5=87=BA=E6=A0=87=E7=AD=BE=E7=BB=9F=E8=AE=A1=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=8A=A0bu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shopOrder/productionReport/searchSfdcRollsReport.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue b/src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue index 0cf5b9c..4214427 100644 --- a/src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue +++ b/src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue @@ -1161,7 +1161,7 @@ import labelPrintTemplates from '@/mixins/labelPrintTemplates.js'; async getLabelTemplates(partNo){ const params = { site: this.$store.state.user.site, - buNo: this.selectionDataList[0].buNo || 'BU01', + buNo: this.selectionDataList[0].buNo || '', partNo: partNo };