9086c7cc by wang

init

1 parent a806e526
...@@ -219,12 +219,13 @@ ...@@ -219,12 +219,13 @@
219 } 219 }
220 220
221 function pass(id) { 221 function pass(id) {
222 var url = 'Finance/addtime/id'+id;
222 layer.open({ 223 layer.open({
223 type: 2, 224 type: 2,
224 title: '确认时间', 225 title: '确认时间',
225 shadeClose: true, 226 shadeClose: true,
226 area: ['400px', '400px'], 227 area: ['400px', '400px'],
227 content: '<?=site_url('Finance/addtime/')?>' 228 content: '<?=site_url('+url+')?>'
228 }); 229 });
229 } 230 }
230 231
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!