Commit d992a2a5 by 泽锋 李

fix

parent 052d585f
...@@ -3180,8 +3180,8 @@ where t1.bailun_sku = t2.bailun_sku and t1.week_tag=@week_tag; ...@@ -3180,8 +3180,8 @@ where t1.bailun_sku = t2.bailun_sku and t1.week_tag=@week_tag;
r_datas.SingleOrDefault(s => s.web_site == websiteGroupItem.Key && s.tag == "普货-精准开发-库存金额").weeks.Add(new report_stock_week_view_dto.week r_datas.SingleOrDefault(s => s.web_site == websiteGroupItem.Key && s.tag == "普货-精准开发-库存金额").weeks.Add(new report_stock_week_view_dto.week
{ {
tag = $" {b_thie_date.ToString("MM-dd")} ~ {e_thie_date.ToString("MM-dd")}", tag = $" {b_thie_date.ToString("MM-dd")} ~ {e_thie_date.ToString("MM-dd")}",
val = jinzhun_sku_order_stock_amount_val, val = jinzhun_sku_stock_amount_val,
ratio = jinzhun_sku_order_stock_amount_val.Division(sum_stock_amount_val) ratio = jinzhun_sku_stock_amount_val.Division(sum_stock_amount_val)
}); });
r_datas.SingleOrDefault(s => s.web_site == websiteGroupItem.Key && s.tag == "普货-精准开发-出单库存金额").weeks.Add(new report_stock_week_view_dto.week r_datas.SingleOrDefault(s => s.web_site == websiteGroupItem.Key && s.tag == "普货-精准开发-出单库存金额").weeks.Add(new report_stock_week_view_dto.week
{ {
......
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