Browse Source

bug 修复

lilei 2 năm trước cách đây
mục cha
commit
74bda64a72
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/batchShelves/batchPrint/batchPrint.vue

+ 1 - 1
pages/batchShelves/batchPrint/batchPrint.vue

@@ -150,7 +150,7 @@
 				// 60*40 打印模板
 				const command = printTempl(tsc,{
 					dealerName: dealer.orgName,
-					shelfName: data.shelfName || '',
+					shelfName: this.basicInfoData.shelfName || '',
 					productCode: data.productCode || '',
 					productName: data.product.productName|| '',
 					shelfPlaceCode: data.shelfPlaceCode || '',