Commit b6d6dd6b by daixing

修改导出社群码收益

parent 9c151683
...@@ -244,6 +244,7 @@ ...@@ -244,6 +244,7 @@
<#if app.itemList??> <#if app.itemList??>
<Row ss:AutoFitHeight="0"> <Row ss:AutoFitHeight="0">
<Cell ss:StyleID="s94"><Data ss:Type="String">商品名称</Data></Cell> <Cell ss:StyleID="s94"><Data ss:Type="String">商品名称</Data></Cell>
<Cell ss:StyleID="s94"><Data ss:Type="String">浏览量</Data></Cell>
<Cell ss:StyleID="s94"><Data ss:Type="String">销售量</Data></Cell> <Cell ss:StyleID="s94"><Data ss:Type="String">销售量</Data></Cell>
<Cell ss:StyleID="s94"><Data ss:Type="String">销售总额(¥)</Data></Cell> <Cell ss:StyleID="s94"><Data ss:Type="String">销售总额(¥)</Data></Cell>
<Cell ss:StyleID="s94"><Data ss:Type="String">收益额(¥)</Data></Cell> <Cell ss:StyleID="s94"><Data ss:Type="String">收益额(¥)</Data></Cell>
...@@ -252,6 +253,7 @@ ...@@ -252,6 +253,7 @@
<#list app.itemList as appProduct> <#list app.itemList as appProduct>
<Row ss:AutoFitHeight="0"> <Row ss:AutoFitHeight="0">
<Cell ss:StyleID="s95"><Data ss:Type="String">${appProduct.productName!}</Data></Cell> <Cell ss:StyleID="s95"><Data ss:Type="String">${appProduct.productName!}</Data></Cell>
<Cell ss:StyleID="s96"><Data ss:Type="Number">${appProduct.scanCounts!}</Data></Cell>
<Cell ss:StyleID="s96"><Data ss:Type="Number">${appProduct.saleCounts!}</Data></Cell> <Cell ss:StyleID="s96"><Data ss:Type="Number">${appProduct.saleCounts!}</Data></Cell>
<Cell ss:StyleID="s96"><Data ss:Type="Number">${appProduct.saleMoney!}</Data></Cell> <Cell ss:StyleID="s96"><Data ss:Type="Number">${appProduct.saleMoney!}</Data></Cell>
<Cell ss:StyleID="s96"><Data ss:Type="Number">${appProduct.income!}</Data></Cell> <Cell ss:StyleID="s96"><Data ss:Type="Number">${appProduct.income!}</Data></Cell>
......
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