瀏覽代碼

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 || '',