Browse Source

2026-02-03

订单产出标签统计查询加bu
master
fengyuan_yang 3 weeks ago
parent
commit
ffd8f50798
  1. 2
      src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue

2
src/views/modules/shopOrder/productionReport/searchSfdcRollsReport.vue

@ -1161,7 +1161,7 @@ import labelPrintTemplates from '@/mixins/labelPrintTemplates.js';
async getLabelTemplates(partNo){ async getLabelTemplates(partNo){
const params = { const params = {
site: this.$store.state.user.site, site: this.$store.state.user.site,
buNo: this.selectionDataList[0].buNo || 'BU01',
buNo: this.selectionDataList[0].buNo || '',
partNo: partNo partNo: partNo
}; };

Loading…
Cancel
Save