|
|
@ -265,6 +265,10 @@ |
|
|
|
newDetail.toInventoryStatus = this.toInventoryStatus; |
|
|
|
} |
|
|
|
|
|
|
|
if(balance.packingNumber==pack.number){ |
|
|
|
newDetail.parentNumber="" |
|
|
|
} |
|
|
|
|
|
|
|
newDetail.toLocationCode = this.toLocationCode; |
|
|
|
itemp.subList.push(newDetail); |
|
|
|
this.detailSource.push(itemp) |
|
|
@ -311,6 +315,9 @@ |
|
|
|
newDetail.toInventoryStatus = this.toInventoryStatus; |
|
|
|
} |
|
|
|
newDetail.toLocationCode = this.toLocationCode; |
|
|
|
if(balance.packingNumber==pack.number){ |
|
|
|
newDetail.parentNumber="" |
|
|
|
} |
|
|
|
item.subList.push(newDetail); |
|
|
|
} |
|
|
|
} else { |
|
|
@ -344,6 +351,9 @@ |
|
|
|
newDetail.toInventoryStatus = this.toInventoryStatus; |
|
|
|
} |
|
|
|
newDetail.toLocationCode = this.toLocationCode; |
|
|
|
if(balance.packingNumber==pack.number){ |
|
|
|
newDetail.parentNumber="" |
|
|
|
} |
|
|
|
item.subList.push(newDetail); |
|
|
|
calcHandleQty(this.detailSource); |
|
|
|
} |
|
|
@ -365,6 +375,9 @@ |
|
|
|
newDetail.toInventoryStatus = this.toInventoryStatus; |
|
|
|
} |
|
|
|
newDetail.toLocationCode = this.toLocationCode; |
|
|
|
if(balance.packingNumber==pack.number){ |
|
|
|
newDetail.parentNumber="" |
|
|
|
} |
|
|
|
item.subList.push(newDetail); |
|
|
|
} |
|
|
|
} |
|
|
|