Commit e33e067b authored by duxinyuan's avatar duxinyuan

调整----商铺号

parent af672367
......@@ -520,8 +520,8 @@
<div class="col-xs-6 choose_topic_2">
<div class="form-group">
<strong><span class="col-xs-4 ld-Marheight">商铺号:</span></strong>
<span id="shop_id_change_shop" class="col-xs-6 ld-Marheight"></span>
<!--<div class="col-xs-6"><input class="form-control" type="text" value="" id="" /></div>-->
<!--<span id="shop_id_change_shop" class="col-xs-6 ld-Marheight"></span>-->
<div class="col-xs-6"><input class="form-control" type="text" value="" id="shop_id_change_shop" /></div>
</div>
</div>
<div class="col-xs-6 choose_topic_2">
......
......@@ -256,7 +256,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$('#into_id_change').val("");
$('#shop_id_change').text("");
$('#shop_addr_change').text("");
$('#shop_id_change_shop').text("");
$('#shop_id_change_shop').val("");
$('#change_fenhong').val("");
$('#change_time').val("");
$('.img_area').empty();
......@@ -493,7 +493,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$(".reportArea").html('');
$('.reportArea').hide();
$('#shop_addr_change').text($(obj).attr("data-addr"));
$('#shop_id_change_shop').text($(obj).attr("data-house_number"));
$('#shop_id_change_shop').val($(obj).attr("data-house_number"));
$('#shop_id_change').text($(obj).attr("data-house_id"));
that.houseNmuber = $(obj).attr("data-house_number");
$('#into_id_change').attr("readonly","readonly");
......@@ -745,7 +745,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
// if ( $('#change_type').val() == 10 || $('#change_type').val() == 30)
//条件验证
params.house_number = that.houseNmuber;
params.house_number = $('#shop_id_change_shop').val()
if ( $('#change_type').val() == 10 || $('#change_type').val() == 30 ){
if ($('#change_time').val()){//最后转定时间
params.last_transfer_time = $('#change_time').val()
......
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