Commit 2be9cffd authored by 吴春's avatar 吴春

提交出库财务单据备注加出库规则

parent 9fcff42e
...@@ -299,7 +299,7 @@ namespace Property.Module.Mall ...@@ -299,7 +299,7 @@ namespace Property.Module.Mall
Number = x.Number, Number = x.Number,
OriginalMoney = (x.CostMoney ?? 0) * (x.Number ?? 0), OriginalMoney = (x.CostMoney ?? 0) * (x.Number ?? 0),
UnitPrice = (x.CostMoney ?? 0), UnitPrice = (x.CostMoney ?? 0),
Remark = x.GoodsName + x.OrderNo Remark = x.NewGoodsName + x.NewSpecification + x.OrderNo
}); });
var financeObj = new var financeObj = new
{ {
......
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