|
@@ -56,7 +56,7 @@
|
|
currentInven: _this.printNum,
|
|
currentInven: _this.printNum,
|
|
printDate: myDate.toLocaleDateString() +' '+myDate.getHours() +':'+myDate.getMinutes() +':'+myDate.getSeconds(),
|
|
printDate: myDate.toLocaleDateString() +' '+myDate.getHours() +':'+myDate.getMinutes() +':'+myDate.getSeconds(),
|
|
printUser: _this.$store.state.vuex_userData.username,
|
|
printUser: _this.$store.state.vuex_userData.username,
|
|
- barCode: `dealerSn=${_this.$store.state.vuex_userData.orgSn}&shelfSn=${_this.infoData.shelfSn}&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'){
|
|
_this.printInfo = {
|
|
_this.printInfo = {
|
|
@@ -68,7 +68,7 @@
|
|
currentInven: _this.printNum,
|
|
currentInven: _this.printNum,
|
|
printDate: myDate.toLocaleDateString() +' '+myDate.getHours() +':'+myDate.getMinutes() +':'+myDate.getSeconds(),
|
|
printDate: myDate.toLocaleDateString() +' '+myDate.getHours() +':'+myDate.getMinutes() +':'+myDate.getSeconds(),
|
|
printUser: _this.$store.state.vuex_userData.username,
|
|
printUser: _this.$store.state.vuex_userData.username,
|
|
- 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}&replenishBillDetailSn=${_this.infoData.replenishBillDetailSn}`
|
|
|
|
|
|
+ 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}`
|
|
}
|
|
}
|
|
}
|
|
}
|
|
console.log('printInfo-----------',_this.printInfo)
|
|
console.log('printInfo-----------',_this.printInfo)
|