|
@@ -77,7 +77,7 @@
|
|
currentInven: _this.printNum,
|
|
currentInven: _this.printNum,
|
|
printDate: nowDate,
|
|
printDate: nowDate,
|
|
printUser: _this.$store.state.vuex_userData.userNameCN,
|
|
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}`
|
|
// 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'){
|
|
}else if(_this.fromPage == 'smdy'){
|
|
@@ -90,7 +90,7 @@
|
|
currentInven: _this.printNum,
|
|
currentInven: _this.printNum,
|
|
printDate: nowDate,
|
|
printDate: nowDate,
|
|
printUser: _this.$store.state.vuex_userData.userNameCN,
|
|
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}`
|
|
// 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}`
|
|
}
|
|
}
|
|
}
|
|
}
|