|
@@ -603,6 +603,9 @@ Component({
|
|
|
if (this.data.type == Constants.billType.saleOutReturn) { //销售退货的时候 打开商品的pup 就要计算箱片
|
|
if (this.data.type == Constants.billType.saleOutReturn) { //销售退货的时候 打开商品的pup 就要计算箱片
|
|
|
ds.item.sumPrice = ds.item['outingQty'] * ds.item.priceOut
|
|
ds.item.sumPrice = ds.item['outingQty'] * ds.item.priceOut
|
|
|
}
|
|
}
|
|
|
|
|
+ if (this.data.type == Constants.billType.purReturn) { //销售退货的时候 打开商品的pup 就要计算箱片
|
|
|
|
|
+ ds.item.sumPrice = ds.item['intoingQty'] * ds.item.priceInto
|
|
|
|
|
+ }
|
|
|
this.setInitPopData()
|
|
this.setInitPopData()
|
|
|
//没有skuid 是外协商品
|
|
//没有skuid 是外协商品
|
|
|
let popupTopObj_sku = null
|
|
let popupTopObj_sku = null
|