Commit 1b117965 authored by agping's avatar agping

财务修改

parent aa9e58d6
......@@ -423,16 +423,16 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
'agent_id': user_info_obj.id,
"agent_name": user_info_obj.name,
// 'daily_date': bargain.financialTime,
"alipay": $('#pay_a').html(),
'tenpay': $('#pay_b').html(),
"realty_pay": $('#pay_c').html(),
'family_pay': $('#pay_d').html(),
"private_bank": $('#pay_e').html(),
"cash": $('#pay_f').html(),
"pos": $('#pay_g').html(),
"other_bank": $('#pay_h').html(),
"alipay": $('#total_a').html(),
'tenpay': $('#total_b').html(),
"realty_pay": $('#total_c').html(),
'family_pay': $('#total_d').html(),
"private_bank": $('#total_e').html(),
"cash": $('#total_f').html(),
"pos": $('#total_g').html(),
"other_bank": $('#total_h').html(),
'remark':$.trim($('.remark-financial').val()),
"operation_status" : bargain.operationStatus//0审核通过 1转为已审核
"operation_status": bargain.operationStatus//0审核通过 1转为已审核
},
dataType: 'json',
......
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