init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -219,13 +219,13 @@ | ... | @@ -219,13 +219,13 @@ |
| 219 | } | 219 | } |
| 220 | 220 | ||
| 221 | function pass(id) { | 221 | function pass(id) { |
| 222 | var url = 'Finance/addtime?id='+id; | 222 | // var url = 'Finance/addtime?id='+id; |
| 223 | layer.open({ | 223 | layer.open({ |
| 224 | type: 2, | 224 | type: 2, |
| 225 | title: '确认时间', | 225 | title: '确认时间', |
| 226 | shadeClose: true, | 226 | shadeClose: true, |
| 227 | area: ['400px', '400px'], | 227 | area: ['400px', '400px'], |
| 228 | content: '<?=site_url('+url+')?>' | 228 | content: '<?=site_url('Finance/addtime?id=')?>'+id |
| 229 | }); | 229 | }); |
| 230 | } | 230 | } |
| 231 | 231 | ... | ... |
-
Please register or sign in to post a comment