Commit 5cd302cc authored by duxinyuan's avatar duxinyuan

1

parent 17a3bd5b
...@@ -1008,7 +1008,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -1008,7 +1008,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
} }
// doc.find("#status").text(data.source_id); // doc.find("#status").text(data.source_id);
doc.find("#lastTime").val(data.last_transfer_time); doc.find("#lastTime").val(data.last_transfer_time);
doc.find("#shoutiao").val(data.receipt_number);
if ( data.type == 91 || data.type == 92) { if ( data.type == 91 || data.type == 92) {
$('.xqac').show(); $('.xqac').show();
} else { } else {
......
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