Commit 4a22ebd5 by guanzhenshan

调整导出财务会计流水条件

parent 3ea7ad8d
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
function exportxls() { function exportxls() {
if (confirm('确定要导出吗?')) { if (confirm('确定要导出吗?')) {
window.open('@Url.Content("~/DataWareHouse/PlatformOrder/ExportFinanceAccount_OrderBilling")', '_blank'); window.open('@Url.Content("~/DataWareHouse/PlatformOrder/ExportFinanceAccount_OrderBilling")' + '?' + $("#toolbar").serialize(), '_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