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