Commit 901515c1 by guanzhenshan

解决资产负债表导出出错的问题

parent 9a8b1a46
...@@ -1586,10 +1586,10 @@ ...@@ -1586,10 +1586,10 @@
function ExportXsl() { function ExportXsl() {
var type = $('#timetype').val(); var type = $('#timetype').val();
var day = $('#day').val(); //var day = $('#day').val();
var paycompany = $('#sel_paycompany').val(); var paycompany = $('#sel_paycompany').val();
window.open('@Url.Content("~/Reports/Finance/ExportIndex?")' + 'type=' + type + '&day=' + day + '&paycompanyvalue=' + paycompany, '_blank'); window.open('@Url.Content("~/Reports/Finance/ExportIndex?")' + 'type=' + type + '&paycompanyvalue=' + paycompany, '_blank');
} }
</script> </script>
......
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