a077a394 by wang

init

1 parent a3da644a
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!