Commit 6cf1c872 authored by zhengke's avatar zhengke

修改

parent 8c8ff608
......@@ -229,7 +229,8 @@
SpecificationName:x.SpecificationList.toString(),
CheckDetailId:x.Id,
ReportLossNum: x.InventoryNum - x.RealityNum, //盈/亏数
ReportLossPrice:(x.InventoryNum - x.RealityNum)*x.Unit_Money //总价格(请先用盈/亏价 乘以 赢/亏数)
ReportLossPrice:(x.InventoryNum - x.RealityNum)*x.Unit_Money, //总价格(请先用盈/亏价 乘以 赢/亏数)
Remark:x.Remark //备注
}
this.saveMsg.DetailList.push(obj);
})
......
......@@ -182,7 +182,8 @@
SpecificationName:x.SpecificationList.toString(),
CheckDetailId:x.Id,
ReportLossNum: x.RealityNum - x.InventoryNum, //盈/亏数
ReportLossPrice:(x.RealityNum - x.InventoryNum)*x.Unit_Money //总价格(请先用盈/亏价 乘以 赢/亏数)
ReportLossPrice:(x.RealityNum - x.InventoryNum)*x.Unit_Money, //总价格(请先用盈/亏价 乘以 赢/亏数)
Remark:x.Remark //备注
}
this.saveMsg.DetailList.push(obj);
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment