|
@@ -141,7 +141,7 @@
|
|
},
|
|
},
|
|
getCurProduct(){
|
|
getCurProduct(){
|
|
const curProduct = this.detailList.filter(item => item.dealerProductEntity.qrCode == this.code || item.dealerProductEntity.code == this.productCode)
|
|
const curProduct = this.detailList.filter(item => item.dealerProductEntity.qrCode == this.code || item.dealerProductEntity.code == this.productCode)
|
|
- // console.log(curProduct)
|
|
|
|
|
|
+ console.log(curProduct)
|
|
this.curProductArr = curProduct || []
|
|
this.curProductArr = curProduct || []
|
|
},
|
|
},
|
|
pickFun(flag){
|
|
pickFun(flag){
|
|
@@ -151,7 +151,7 @@
|
|
addQty(flag){
|
|
addQty(flag){
|
|
console.log(this.curProductArr, this.curProductIndex)
|
|
console.log(this.curProductArr, this.curProductIndex)
|
|
const curProduct = this.curProductArr[this.curProductIndex]
|
|
const curProduct = this.curProductArr[this.curProductIndex]
|
|
- // console.log(curProduct)
|
|
|
|
|
|
+ console.log(curProduct)
|
|
if(curProduct){
|
|
if(curProduct){
|
|
this.loading = true
|
|
this.loading = true
|
|
// 加
|
|
// 加
|
|
@@ -201,7 +201,7 @@
|
|
},
|
|
},
|
|
//拣货
|
|
//拣货
|
|
queryProduct(pickQty, curProduct){
|
|
queryProduct(pickQty, curProduct){
|
|
- // console.log(curProduct)
|
|
|
|
|
|
+ console.log(pickQty)
|
|
this.loading = true
|
|
this.loading = true
|
|
const params = {
|
|
const params = {
|
|
allocationLinkageOutSn: this.allocationLinkageOutSn,
|
|
allocationLinkageOutSn: this.allocationLinkageOutSn,
|