Commit ada4a2fc by guanzhenshan

解决付现流水没有过滤销管财的问题

parent 351ec56b
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
$.submit({ $.submit({
url: '@Url.Content("~/Reports/Finance/AdministrativeCostJson")', url: '@Url.Content("~/Reports/Finance/AdministrativeCostJson")',
type: 'POST', type: 'POST',
paramData: 't=' + type + '&start=' + start+'&end='+end, paramData: 't=' + type + '&start=' + start + '&end=' + end + '&ismanager=' + $('#ismanager').val(),
func: function (result) { func: function (result) {
layer.close(lindex); layer.close(lindex);
if (result.success) { if (result.success) {
......
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