采购单入库商品默认显示采购单信息;采集数据显示优化
This commit is contained in:
@@ -85,6 +85,8 @@ class ReceiptActivity : GoodsListActivity() {
|
||||
list.forEach { goodsInfo ->
|
||||
goodsInfo.recUnitPriceTaxInBak = goodsInfo.recUnitPriceTaxIn
|
||||
goodsInfo.recUnitPriceTaxIn = 0.0
|
||||
goodsInfo.recPriceExItemBak = goodsInfo.recPriceExItem
|
||||
goodsInfo.receiveCountBak = goodsInfo.receiveCount
|
||||
goodsInfo.unitNameBak = goodsInfo.unitName
|
||||
goodsInfo.receivedNumBak = goodsInfo.receivedNum
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user