Commit 7986e4f3 authored by agping's avatar agping

财务日报收款详情样式优化

parent 550a2edb
......@@ -98,6 +98,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
// 初始化界面
$('.pic-con2').show();
$('.pic-con1').hide();
$('.tit_con').removeClass("active");
$('.shoukuanxiangqing').addClass("active");
var id = $(this).attr("data-recordid");
//获取收款详情单条数据
bargain.getMoneyDetail(id);
......@@ -218,6 +220,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$('.pic-con1').hide();
$('.active').removeClass("active");
$('.shoukuanxiangqing').addClass("active");
bargain.getList();
} else {
alert('数据错误');
};
......@@ -740,7 +743,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
var params = that.recervablesParams();
$.post('/index/getCollectionEdit',params,function(data){
if(data.code == 200) {
// that.getList(that.pageNo);
bargain.getList();
} else {
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