Commit 6d431f69 authored by agping's avatar agping

1

parent bf4d4312
......@@ -913,6 +913,9 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
if ($('#lastTime').val()){//最后转定时间
params.last_transfer_time = $('#lastTime').val()
};
if ($('#chengjiaobaogaoId').html()){//收款详情 成交报告id
params.bargain_id = $('#chengjiaobaogaoId').html();
};
if ( $('#intoType').text() == '意向金' || $('#intoType').text() == '保管金') {
if ( $('#shoutiao').val()){
params.receipt_number = $('#shoutiao').val()
......
......@@ -2210,6 +2210,9 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
if ($('#lastTime').val()){//最后转定时间
params.last_transfer_time = $('#lastTime').val()
};
if ($('#chengjiaobaogaoId').html()){//收款详情 成交报告id
params.bargain_id = $('#chengjiaobaogaoId').html();
};
if ( $('#intoType').text() == '意向金' || $('#intoType').text() == '保管金') {
if ( $('#shoutiao').val()){
params.receipt_number = $('#shoutiao').val()
......
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