Commit f6c13901 authored by duxinyuan's avatar duxinyuan

com

parent 17b1e272
...@@ -934,8 +934,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -934,8 +934,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc.find("#intoPrice").val(data.money); doc.find("#intoPrice").val(data.money);
doc.find("#shouxu").val(data.transaction_fee); doc.find("#shouxu").val(data.transaction_fee);
doc.find("#realPrice").val(data.real_money); doc.find("#realPrice").val(data.real_money);
doc.find("#getPrice").text(((data.price-0)*0.7 )+ "元"); doc.find("#getPrice").text(((data.price-0)*0.8 )+ "元");
doc.find("#morePrice").text(Math.floor((data.money - ((data.price-0)*0.7))*100)/100 + "元"); doc.find("#morePrice").text(Math.floor((data.money - ((data.price-0)*0.8))*100)/100 + "元");
$("#person").text(data.current_agent_name); $("#person").text(data.current_agent_name);
$("#belongT").text(data.store_name); $("#belongT").text(data.store_name);
doc.find("#payType").val(data.pay_type); doc.find("#payType").val(data.pay_type);
......
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