摘要: <style type="text/css">#search_auto{border:1px solid #817FB2; position:absolute; display:none;margin-top: 30px;}#search_auto li{background:#FFF; text- 阅读全文
posted @ 2018-05-28 19:03 躺枪 阅读(108) 评论(0) 推荐(0) 编辑
摘要: <table width="300" height="auto" id="table" > <tr> <td><span class="muted">审核人:</span></td> <td> <select name="check_uid[]"> <option value="">--请选择审核人 阅读全文
posted @ 2018-05-07 14:31 躺枪 阅读(378) 评论(0) 推荐(0) 编辑
摘要: workflow(流程表) 序号 字段 描述 1 wfid 2 wfname 流程名称 form(流程表单表) 序号 字段 描述 1 fid 2 wfid 流程id 3 design 表单设计html代码 4 itemdata 表单对象具体数据,形式如:[{f:’days’,t:’textbox’, 阅读全文
posted @ 2018-04-12 10:22 躺枪 阅读(3465) 评论(0) 推荐(1) 编辑
摘要: layer.closeAll('dialog'); 阅读全文
posted @ 2018-03-28 14:55 躺枪 阅读(309) 评论(0) 推荐(0) 编辑
摘要: css部分: <style> #msg{ width:266px; position: fixed; z-index:999; top: 49%; margin-top:-80px; left:50%; margin-left:-133px; background:#fff; box-shadow: 阅读全文
posted @ 2018-03-20 08:51 躺枪 阅读(195) 评论(0) 推荐(0) 编辑
摘要: $str = "<script> if(confirm( '是否继续添加?')) location.href='".U('edit',array('course_id'=>$data['course_id']))."';else location.href='".U('index')."'; </s 阅读全文
posted @ 2018-03-09 10:24 躺枪 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 时间戳的单位是毫秒,除以1000得到的结果就是时间戳(单位:秒) 第一种方法: var timestamp = Date.parse(new Date()); var timestamp = Date.parse(new Date()); 结果:1280977330000第二种方法: var tim 阅读全文
posted @ 2018-02-14 11:11 躺枪 阅读(542) 评论(0) 推荐(0) 编辑
摘要: <input <if condition="in_array($vo['id'],explode(',',$info['course_ids']))"> checked</if> type="checkbox" name="course_ids[]" value="{$vo['id']}">{$vo 阅读全文
posted @ 2018-01-25 13:56 躺枪 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Cookie('__forward__',$_SERVER['REQUEST_URI']); $this->success($msg.'成功',Cookie('__forward__')); 阅读全文
posted @ 2018-01-23 16:24 躺枪 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-08 13:48 躺枪 阅读(99) 评论(0) 推荐(0) 编辑