Commit 96841888 authored by xinyuandu's avatar xinyuandu

123

parent a178db20
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.no-border{ .no-border{
border : none; border : none;
} }
#preview image{ #preview img{
height:300px !important; height:300px !important;
width:500px !important; width:500px !important;
......
...@@ -1279,10 +1279,11 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function ...@@ -1279,10 +1279,11 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
'business_scope':_idRunRoundObj.val(), 'business_scope':_idRunRoundObj.val(),
'source' : _laiyuanObj.val(), 'source' : _laiyuanObj.val(),
'del_agent_data' : user.del_value_anchang.substr(0 ,user.del_value_anchang.length-1), 'del_agent_data' : user.del_value_anchang.substr(0 ,user.del_value_anchang.length-1),
'business_district_id' : $('#business_rong').val() 'business_district_id' : $('#business_rong').val(),
'business_name' : $('#business_rong').find('option:selected').text()
//'del_agent_dish' : user.del_value_panfang.substr(0 ,user.del_value_panfang.length-1) //'del_agent_dish' : user.del_value_panfang.substr(0 ,user.del_value_panfang.length-1)
}; };
alert($('#business_rong').find('option:selected').text())
if(_shangpuTypeObj.val() == '0') { if(_shangpuTypeObj.val() == '0') {
_data['shop_area_end'] = _roomArea2Obj.val(); _data['shop_area_end'] = _roomArea2Obj.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