Commit 13645833 by guanzhenshan

库存汇总分析统计报表增加导出功能

parent 61950156
......@@ -32,7 +32,7 @@
<div class="form-group">
<label>&nbsp;</label>
<button type="button" class="btn btn-primary" onclick="list();"><i class="fa fa-search"></i>&nbsp;查询</button>
@*<button id="btnexport" style="display:none" type="button" class="btn btn-success" onclick="exportxls()">导出</button>*@
<button id="btnexport" type="button" class="btn btn-success" onclick="exportxls()">导出</button>
</div>
</div>
</form>
......@@ -257,7 +257,7 @@
//导出
function exportxls() {
//window.open('@Url.Content("~/Reports/Warehouse/ExportLogicWarehouse?")' + $("#toolbar").serialize(), '_blank');
window.open('@Url.Content("~/Reports/Warehouse/ExportInventorySummary?")' + $("#toolbar").serialize(), '_blank');
}
function SkuDetail(code,name, type,typename) {
......
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