Commit 95dd6a8d authored by agping's avatar agping

端口

parent f4221c86
...@@ -835,6 +835,8 @@ ...@@ -835,6 +835,8 @@
<th class="text-center">浏览时间</th> <th class="text-center">浏览时间</th>
<th class="text-center">浏览的商铺ID</th> <th class="text-center">浏览的商铺ID</th>
<th class="text-center">浏览的商铺名称</th> <th class="text-center">浏览的商铺名称</th>
<th class="text-center">浏览的端口</th>
</tr> </tr>
</thead> </thead>
<tbody id='watchShopLog'> <tbody id='watchShopLog'>
......
...@@ -1036,13 +1036,13 @@ ...@@ -1036,13 +1036,13 @@
</div> </div>
</td> </td>
<td colspan="2"> <td colspan="2">
<div class="form-group"> <!--<div class="form-group">
<span class="fore-span ld-Marheight">邀请人(介绍人):</span> <span class="fore-span ld-Marheight">邀请人(介绍人):</span>
<div class="col-sm-9"> <div class="col-sm-9">
<input type="text" class="form-control btn6-1 ld-Marheight" name="pwd" autocomplete="off" id="introduce_edit_user"> <input type="text" class="form-control btn6-1 ld-Marheight" name="pwd" autocomplete="off" id="introduce_edit_user">
<ul class="user-ul-edit-introduce"></ul> <ul class="user-ul-edit-introduce"></ul>
</div> </div>
</div> </div>-->
</td> </td>
</tr> </tr>
<tr> <tr>
......
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
<td>[%= it[item]["address_detail"] %]</td> <td>[%= it[item]["address_detail"] %]</td>
<td>[%= it[item]["expected_rent"] %]</td> <td>[%= it[item]["expected_rent"] %]</td>
<td>[%= it[item]["create_time"] %]</td> <td>[%= it[item]["create_time"] %]</td>
<td>
<a class="review-images" href="#modal-report-img" data-toggle="modal" data-img='[%= it[item]["img_file_path"] %]'>查看</a>
</td>
<td> <td>
<a class="btn1 btn-success " href="#modal-process" data-toggle="modal" data-id="[%= it[item]['id'] %]" onclick="alertFollow(this)">跟进</a> <a class="btn1 btn-success " href="#modal-process" data-toggle="modal" data-id="[%= it[item]['id'] %]" onclick="alertFollow(this)">跟进</a>
[% if (it[item]["status"] == 0){ %] [% if (it[item]["status"] == 0){ %]
......
...@@ -115,6 +115,8 @@ ...@@ -115,6 +115,8 @@
<td>[%= it[item]["remark"] %]</td> <td>[%= it[item]["remark"] %]</td>
<td>[%= it[item]["name"] %]</td> <td>[%= it[item]["name"] %]</td>
<td>[%= it[item]["create_time"] %]</td> <td>[%= it[item]["create_time"] %]</td>
<td>[%= it[item]["type"] %]</td>
</tr> </tr>
[% } %] [% } %]
[% }else{ %] [% }else{ %]
......
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