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 };