Commit 2c4fda51 authored by duxinyuan's avatar duxinyuan

增加业态/品牌模块

parent 6aad6346
......@@ -774,6 +774,12 @@
<div class="col-xs-6"><input class="form-control" type="text" value="" id="payNo" /></div>
</div>
</div>
<div class="col-xs-6">
<div class="form-group">
<strong><span class="col-xs-3 ld-Marheight">业态/品牌:</span></strong>
<span id="pinpai" class="col-xs-6 ld-Marheight"></span>
</div>
</div>
</div>
<div class="col-xs-12">
<div class="col-xs-6 ky">
......
......@@ -1093,6 +1093,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc.find("#payNo").val(data.transfer_name);
doc.find("#running").text(data.is_open == 1 ? "是":"否");
doc.find("#fenhong").val(data.is_dividend);
doc.find('#pinpai').text(data.industry_type);
if (data.source == 0) {
$("#comes").text('APP');
doc.find("#status").text("正常");
......@@ -1118,11 +1119,11 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$('.ky').show();
$('.shout').hide();
}
if ( data.type == 91 ){
$('.zjcon').show();
}
},
/**
* 调整
* @param {Object} id
......
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