Commit 1c4600c7 authored by hujun's avatar hujun

1

parent 01118111
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<td>[%= it[item]['scale_fee'] %]</td> <td>[%= it[item]['scale_fee'] %]</td>
<td>[%= it[item]['practical_fee'] %]</td> <td>[%= it[item]['practical_fee'] %]</td>
<td> <td>
[% if(it[item]["father_id"] == 0) { %] [% if(it[item]["father_id"] == 0 || it[item]["father_id"] == "0") { %]
<a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详情</a> <a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详情</a>
[% }else{ %] [% }else{ %]
<a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["father_id"] %]'>详情</a> <a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["father_id"] %]'>详情</a>
......
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