Commit f8877e8a by guanzhenshan

同上

parent f6062bfe
...@@ -413,7 +413,7 @@ ...@@ -413,7 +413,7 @@
$('#footer').append(foot_s); $('#footer').append(foot_s);
} }
else if('@ViewBag.statistictype' == 1) { else if('@ViewBag.statistictype' == 1) {
var foot_s = '<tr>' + result[i].platform_type + '</td>'; var foot_s = '<tr><td>' + result[i].platform_type + '</td>';
foot_s += '<td>' + result[i].order_count + '</td>'; foot_s += '<td>' + result[i].order_count + '</td>';
foot_s += '<td> ' + result[i].amount_sales + '</td>'; foot_s += '<td> ' + result[i].amount_sales + '</td>';
foot_s += '<td>' + result[i].cost_product + '</td>'; foot_s += '<td>' + result[i].cost_product + '</td>';
......
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