Commit 4bc94fbe authored by agping's avatar agping

办公楼 房号

parent d666d5bb
...@@ -315,6 +315,7 @@ ...@@ -315,6 +315,7 @@
</select> </select>
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="office_title" placeholder="楼盘名称" type="text" value=""> <input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="office_title" placeholder="楼盘名称" type="text" value="">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="office_num" placeholder="房号" type="text" value="">
<select class="form-control btn4 ld-Marheight input" name="" id="district_id_panfang" > <select class="form-control btn4 ld-Marheight input" name="" id="district_id_panfang" >
<option value="">盘方部门</option> <option value="">盘方部门</option>
</select> </select>
......
...@@ -1368,6 +1368,9 @@ if(data.code == 200) { ...@@ -1368,6 +1368,9 @@ if(data.code == 200) {
if($('#office_title').val()){ if($('#office_title').val()){
params.title = $('#office_title').val(); //楼盘标题 params.title = $('#office_title').val(); //楼盘标题
} }
if($('#office_num').val()){
params.room_number = $('#office_num').val(); //楼盘房号
}
if($('#office_id').val()){ if($('#office_id').val()){
params.id = $('#office_id').val(); //楼盘id params.id = $('#office_id').val(); //楼盘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