Commit e51ea860 authored by agping's avatar agping

财务加编辑

parent 78d18e85
...@@ -173,6 +173,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick ...@@ -173,6 +173,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick
params.report_agent_name =$('#report_agent_name').val(); params.report_agent_name =$('#report_agent_name').val();
params.house_title =$('#house_title').val(); params.house_title =$('#house_title').val();
params.shop_type =$('#shop_type').val()*1;//跟进搜索 params.shop_type =$('#shop_type').val()*1;//跟进搜索
params.order_id =$('#bargain_id').val()*1;//带看订单ID搜索
params.pageNo = follow.pageNo; params.pageNo = follow.pageNo;
params.pageSize = follow.pageSize; params.pageSize = follow.pageSize;
$.ajax({ $.ajax({
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<td>[%= swred(it[item]['is_dividend'])%]</td> <td>[%= swred(it[item]['is_dividend'])%]</td>
<td> <td>
<a class="btn1 btn-info record-pic" href="#modal_financial" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">资料</a> <a class="btn1 btn-info record-pic" href="#modal_financial" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">资料</a>
<a class="btn1 btn-info add-pic" href="#modal-addPic" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">编辑</a>
</td> </td>
</tr> </tr>
[% } %] [% } %]
...@@ -47,7 +48,7 @@ ...@@ -47,7 +48,7 @@
<td>[%= it[item]['remark'] %]</td> <td>[%= it[item]['remark'] %]</td>
<td> <td>
<a class="btn1 btn-info record-pic" href="#modal_financial" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">资料</a> <a class="btn1 btn-info record-pic" href="#modal_financial" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">资料</a>
<a class="btn1 btn-info add-pic" href="#modal-addPic" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">编辑</a>
</td> </td>
</tr> </tr>
[% } %] [% } %]
...@@ -74,7 +75,7 @@ ...@@ -74,7 +75,7 @@
<td>[%= it[item]['receipt_number'] %]</td> <td>[%= it[item]['receipt_number'] %]</td>
<td> <td>
<a class="btn1 btn-info record-pic" href="#modal_financial" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">资料</a> <a class="btn1 btn-info record-pic" href="#modal_financial" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">资料</a>
<a class="btn1 btn-info add-pic" href="#modal-addPic" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">编辑</a>
</td> </td>
</tr> </tr>
[% } %] [% } %]
...@@ -100,7 +101,7 @@ ...@@ -100,7 +101,7 @@
<td>[%= it[item]['receipt_number'] %]</td> <td>[%= it[item]['receipt_number'] %]</td>
<td> <td>
<a class="btn1 btn-info record-pic" href="#modal_financial" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">资料</a> <a class="btn1 btn-info record-pic" href="#modal_financial" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">资料</a>
<a class="btn1 btn-info add-pic" href="#modal-addPic" data-recordid="[%= it[item]['id'] %]" data-toggle="modal">编辑</a>
</td> </td>
</tr> </tr>
[% } %] [% } %]
......
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