|
|
|
@ -130,7 +130,7 @@
|
|
|
|
|
<td>{$data.statement_money}</td>
|
|
|
|
|
<td>{$data.is_confirm}</td>
|
|
|
|
|
<td><a class="confirm " href="{:U('Member/del?id='.$data['id'])}">撤销</a>
|
|
|
|
|
<a class="confirm " id="statement_edit" edit-id="{$data.id}">编辑</a></td>
|
|
|
|
|
<a class="confirm statement_edit" ext_field="{$data.ext_field}">编辑</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</volist>
|
|
|
|
|
</notemtpy>
|
|
|
|
@ -214,10 +214,9 @@
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$("#statement_edit").click(function () {
|
|
|
|
|
$(".statement_edit").click(function () {
|
|
|
|
|
|
|
|
|
|
var id = $(this).attr('edit-id');
|
|
|
|
|
console.log(id)
|
|
|
|
|
var id = $(this).attr('ext_field');
|
|
|
|
|
|
|
|
|
|
layer.open({
|
|
|
|
|
type: 2,
|
|
|
|
@ -225,7 +224,7 @@
|
|
|
|
|
shadeClose: true,
|
|
|
|
|
shade: 0.8,
|
|
|
|
|
area: ['70%', '80%'],
|
|
|
|
|
content: ['/admin.php?s=/Member/role_list/' , 'no']
|
|
|
|
|
content: '/admin.php?s=/StatementMangement/editDownstreamOrder/ext_field/'+id
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|