Commit 66ba6f94 authored by duxinyuan's avatar duxinyuan

123

parent e4bd270f
...@@ -484,7 +484,7 @@ ...@@ -484,7 +484,7 @@
<div class="col-xs-6"> <div class="col-xs-6">
<div class="form-group"> <div class="form-group">
<strong><span class="col-xs-4 ld-Marheight">调整后商铺地址:</span></strong> <strong><span class="col-xs-4 ld-Marheight">调整后商铺地址:</span></strong>
<span id="shop_addr_change" class="col-xs-6 ld-Marheight">123456</span> <span id="shop_addr_change" class="col-xs-6 ld-Marheight"></span>
</div> </div>
</div> </div>
......
...@@ -977,12 +977,15 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -977,12 +977,15 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
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');
doc.find("#status").text("正常");
} else if (data.source == 1){ } else if (data.source == 1){
$("#comes").text('只能pos机'); $("#comes").text('智能pos机');
doc.find("#status").text("正常");
} else { } else {
$("#comes").text('调整'); $("#comes").text('调整');
doc.find("#status").text("被调整");
} }
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);
if ( data.type == 91 || data.type == 92) { if ( data.type == 91 || data.type == 92) {
......
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