Commit 6aad6346 authored by duxinyuan's avatar duxinyuan

修改中介费下隐藏的模块

parent 1fd8d1ad
......@@ -697,7 +697,7 @@
</div>
</div>
<div class="col-xs-6">
<div class="col-xs-6 zjcon">
<div class="form-group">
<strong><span class="col-xs-3 ld-Marheight">应收金额:</span></strong>
<!--<div class="col-xs-6"><input class="form-control" type="text" value="" id="getPrice" /></div>-->
......@@ -705,7 +705,7 @@
<!--<strong><span class="col-xs-2 ld-Marheight">元</span></strong>-->
</div>
</div>
<div class="col-xs-6">
<div class="col-xs-6 zjcon">
<div class="form-group">
<strong><span class="col-xs-3 ld-Marheight">多收金额:</span></strong>
<!--<div class="col-xs-6"><input class="form-control" type="text" value="" id="morePrice" /></div>-->
......
......@@ -647,19 +647,19 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$('.choose_topic_2').show();
$('.rep').hide();
$("#into_id_change").removeAttr("readOnly")
$("#order_title").text("调整商铺ID")
// $("#order_title").text("调整商铺ID")
} else if ( val == '保管金' ) {
$('.choose_topic_1').hide();
$('.choose_topic_2').show();
$('.rep').hide();
$("#into_id_change").removeAttr("readOnly")
$("#order_title").text("调整商铺ID")
// $("#order_title").text("调整商铺ID")
} else {
$('.choose_topic_2').hide();
$('.choose_topic_1').show();
$('.rep').show();
$('#into_id_change').attr("readonly","readonly");
$("#order_title").text("调整后带看ID");
// $("#order_title").text("调整后带看ID");
}
},
......@@ -1043,6 +1043,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
getValueFunction : function(data){
$('.zhzd').show();
$('.zjcon').hide();
var doc = $('#modal-addPic');
doc.find("#ruzhangId").text(data.id);
doc.find("#dingdanId").text(data.order_id);
......@@ -1117,6 +1118,10 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$('.ky').show();
$('.shout').hide();
}
if ( data.type == 91 ){
$('.zjcon').show();
}
},
/**
* 调整
......
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