lilei %!s(int64=3) %!d(string=hai) anos
pai
achega
d4426b55ec

+ 2 - 2
pages/common/printTag/printTag.vue

@@ -77,7 +77,7 @@
 						currentInven: _this.printNum,
 						printDate: nowDate,
 						printUser: _this.$store.state.vuex_userData.userNameCN,
-						barCode: `shelfSn=${_this.infoData.shelfSn}&productCode=${_this.infoData.productEntity&&_this.infoData.productEntity.code}`
+						barCode: `${_this.infoData.shelfSn}&${_this.infoData.productEntity&&_this.infoData.productEntity.code}`
 						// barCode: `dealerSn=${_this.$store.state.vuex_userData.orgSn}&shelfSn=${_this.infoData.shelfSn}&productSn=${_this.infoData.productEntity&&_this.infoData.productEntity.productSn}&productCode=${_this.infoData.productEntity&&_this.infoData.productEntity.code}&shelfPlaceCode=${_this.infoData.shelfPlaceCode}&shelfPlaceSn=${_this.infoData.shelfPlaceSn}`
 					}
 				}else if(_this.fromPage == 'smdy'){
@@ -90,7 +90,7 @@
 						currentInven: _this.printNum,
 						printDate: nowDate,
 						printUser: _this.$store.state.vuex_userData.userNameCN,
-						barCode: `shelfSn=${_this.infoData.shelfSn}&productCode=${_this.infoData.productCode}`
+						barCode: `${_this.infoData.shelfSn}&${_this.infoData.productCode}`
 						// barCode: `dealerSn=${_this.$store.state.vuex_userData.orgSn}&shelfSn=${_this.infoData.shelfSn}&productSn=${_this.infoData.productSn}&productCode=${_this.infoData.productCode}&shelfPlaceCode=${_this.infoData.shelfPlaceCode}&shelfPlaceSn=${_this.infoData.shelfPlaceSn}`
 					}
 				}

+ 1 - 1
pages/replenishmentManage/manualPrint.vue

@@ -93,7 +93,7 @@
 					currentInven: data.printQty,
 					printDate: this.$u.timeFormat(this.timestamp, 'yyyy-mm-dd hh:MM'),
 					printUser: dealer.userNameCN,
-					barCode: `shelfSn=${data.shelfSn}&productCode=${data.productCode}`
+					barCode: `${data.shelfSn}&${data.productCode}`
 				})
 				// 开始批量打印 
 				blesdk.senBlData(