bd874115 by wang

init

1 parent 8210be9b
...@@ -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: ['通过', '取消'],
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!