9086c7cc by wang

init

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