Commit 2f358c68 authored by agping's avatar agping

1

parent 5c68cc57
...@@ -2668,7 +2668,7 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs ...@@ -2668,7 +2668,7 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
doc.find("#status").text("被调整"); doc.find("#status").text("被调整");
} }
//收取方 //收取方
doc.find("#beChargedParty").text((data.be_charged_party*1 == 2)?'房东':'客户'); doc.find("#beChargedParty").text((data.be_charged_party*1 == 2)?'客户':'房东');
// 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); doc.find("#shoutiao").val(data.receipt_number);
......
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