Commit 429a0d85 by guanzhenshan

1

parent 7e70424c
......@@ -8673,8 +8673,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
listHead.Add(new Tuple<string, string, int>("海外仓仓储费", "fee_storage", 0));
listHead.Add(new Tuple<string, string, int>("海外仓其他杂费", "fee_storage_incidentals", 0));
listHead.Add(new Tuple<string, string, int>("付现销售费用", "fee_paycash_sales", 0));
listHead.Add(new Tuple<string, string, int>("销售费用合计", "fee_sales_count", 1));
listHead.Add(new Tuple<string, string, int>("销售利润", "profit_sales", 0));
listHead.Add(new Tuple<string, string, int>("销售毛利率", "rate_profit_sales", 0));
......
......@@ -85,7 +85,6 @@
m += '</tr>';
$('#tb').find('thead').html(m + m2);
//组装行
......
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