init
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -224,10 +224,11 @@ | ... | @@ -224,10 +224,11 @@ |
| 224 | title: '确认时间', | 224 | title: '确认时间', |
| 225 | shadeClose: true, | 225 | shadeClose: true, |
| 226 | area: ['400px', '400px'], | 226 | area: ['400px', '400px'], |
| 227 | content: apiBaseUrl + 'index.php/Finance/addtime/id/' + id | 227 | content: '<?=site_url('Finance/addtime/id/'+id+')?>' |
| 228 | }); | 228 | }); |
| 229 | } | 229 | } |
| 230 | 230 | ||
| 231 | |||
| 231 | // function pass(id) { | 232 | // function pass(id) { |
| 232 | // layer.confirm('通过之后, 账单同步更新到收款明细列表', { | 233 | // layer.confirm('通过之后, 账单同步更新到收款明细列表', { |
| 233 | // btn: ['通过', '取消'], | 234 | // btn: ['通过', '取消'], | ... | ... |
-
Please register or sign in to post a comment