Commit 40cf05cd by guanzhenshan

解决管理成本导出错误的问题

parent 0cc1a891
......@@ -100,7 +100,7 @@
return false;
}
window.open('@Url.Content("~/Reports/Finance/ExportPayAdminCost?type="+ViewBag.type+"&start=")' + start + '&end=' + end, '_blank');
window.open('@Url.Content("~/Reports/Finance/ExportPayAdminCost?")' +'type=@(ViewBag.type)&start=' + start + '&end=' + end, '_blank');
}
......
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