소스 검색

bug 修复

lilei 2 년 전
부모
커밋
74bda64a72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 || '',