Commit ca0f60e9 authored by duxinyuan's avatar duxinyuan

1

parent 7adf860d
...@@ -994,7 +994,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -994,7 +994,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$("#belongT").text(data.store_name); $("#belongT").text(data.store_name);
doc.find("#payType").val(data.pay_type); doc.find("#payType").val(data.pay_type);
doc.find("#payNo").val(data.transfer_name); doc.find("#payNo").val(data.transfer_name);
doc.find("#running").text(data.is_open == 0 ? "是":"否"); doc.find("#running").text(data.is_open == 1 ? "是":"否");
doc.find("#fenhong").val(data.is_dividend); doc.find("#fenhong").val(data.is_dividend);
if (data.source == 0) { if (data.source == 0) {
$("#comes").text('APP'); $("#comes").text('APP');
......
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