|
|
|
@ -1326,11 +1326,11 @@ export default { |
|
|
|
// return false |
|
|
|
// } |
|
|
|
let row = this.notifyOrderData |
|
|
|
console.log("row",row); |
|
|
|
console.log("row",row,this.dataList); |
|
|
|
if (this.dataList.length > 0) { |
|
|
|
let stop = false |
|
|
|
for (let i = 0; i < this.dataList.length; i++) { |
|
|
|
if (this.dataList[i].orderNo == row.orderNo&& |
|
|
|
if (this.dataList[i].soorderNo == row.orderNo&& |
|
|
|
this.dataList[i].releaseNo == row.releaseNo&& |
|
|
|
this.dataList[i].sequenceNo == row.sequenceNo) { |
|
|
|
stop = true |
|
|
|
@ -1423,6 +1423,10 @@ export default { |
|
|
|
this.sobomList = data.rows |
|
|
|
for (let i = 0; i < this.sobomList.length; i++) { |
|
|
|
this.sobomList[i].itemNo = inData.itemNo |
|
|
|
/* if(!this.sobomList[i].qtyToIssue){ |
|
|
|
this.$set(this.sobomList[i], 'qtyToIssue', this.sobomList[i].qtyRequired) |
|
|
|
} */ |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
|