Commit 155f0056 authored by agping's avatar agping

财务日报 优化

parent e48b181a
...@@ -32,7 +32,7 @@ define(['doT', 'text!temp/financial_daily_list_template_tpl.html', 'css!style/ho ...@@ -32,7 +32,7 @@ define(['doT', 'text!temp/financial_daily_list_template_tpl.html', 'css!style/ho
e.preventDefault(); e.preventDefault();
e.stopPropagation(); e.stopPropagation();
localStorage.setItem('financial_check_string_liu',$(this).attr("data-store")); localStorage.setItem('financial_check_string_liu',$(this).attr("data-store"));
location.href=href='/index/dailyDetails?time=' + $(this).attr("data-storeTime")+"&storeId="+$(this).attr("data-storeId"); location.href=href='/index/dailyDetailsFinance?time=' + $(this).attr("data-storeTime")+"&storeId="+$(this).attr("data-storeId");
}); });
//搜索按钮的事件 //搜索按钮的事件
......
...@@ -436,6 +436,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css! ...@@ -436,6 +436,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
alert('提交成功'); alert('提交成功');
$("#modal_financialremark").modal('hide');//提交成功后 关闭弹窗 $("#modal_financialremark").modal('hide');//提交成功后 关闭弹窗
bargain.getList(); bargain.getList();
location.href='/index/dailyList'
}else{ }else{
alert(data.msg); alert(data.msg);
} }
......
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