chengkun
2025-05-12 b6bc92ec11e1e280185ce7682d17589cb45c20f3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
    <link href="images/reset.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
    <link href="images/system.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
    <link href="images/table_form.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
    <link href="images/workspace.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" /> 
    <link href="{yun:}$config.sy_weburl{/yun}/js/layui/css/layui.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" />
    <script src="../js/jquery-1.8.0.min.js?v={yun:}$config.cachecode{/yun}"></script>
    <script src="js/admin_public.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script> 
    <script src="js/crm.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script> 
    <script src="{yun:}$config.sy_weburl{/yun}/js/layui/layui.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
    <script src="{yun:}$config.sy_weburl{/yun}/js/layui/custom_layer.js?v={yun:}$config.cachecode{/yun}"></script>
    <title>后台管理</title>
</head>
    
<body class="body_ifm">
    <div class="infoboxp">
        <div class="tty-tishi_top">
        <div class="tabs_info">
               <ul>
                   <li class="curr"><a href="index.php?m=crm_worklog">工作日志</a></li>
               </ul>
        </div>
        
        <iframe id="supportiframe"  name="supportiframe" onload="returnmessage('supportiframe');" style="display:none"></iframe>
        
        <form class="layui-form" action="index.php" name="myform" method="get" id='myform' target="supportiframe">
        
            <input type="hidden" name="pytoken"  id='pytoken' value="{yun:}$pytoken{/yun}">
            <input name="m" value="crm_worklog" type="hidden"/>    
        
             <div class="crm_newly_build_tit" style="padding:0">
                <div class="layui-input-inline">
                    <div class="crm_follow_up"><a href="javascript:void(0);" id="newWorkLog" class="crm_follow_up_a crm_follow_up_xj">新建日志</a></div>
                </div>
            </div>   
        </div>
        
        <div class="tty_table-bom">
            <div class="table-list" style="color:#898989; margin-top:10px;">
                <div class="admin_table_border">    
                    <table width="100%">
                        <thead>
                            <tr class="admin_table_top">
                                <th align="left" style="width:150px;"><div style="padding-left:15px;">录入时间</div></th>
                                <th align="left" >标题</th>
                                <th align="left" style="width:800px;">任务内容</th>
                                 <th style="width:80px;">操作</th>
                            </tr>
                        </thead>
                        <tbody>
                            {yun:}foreach item=v key=key from=$tasks{/yun}
                                <tr align="center" {yun:}if ($key+1)%2=='0'{/yun}class="admin_com_td_bg"{yun:}/if{/yun} id="list{yun:}$v.id{/yun}">
                                    <td align="left">
                                        <div style="padding-left:15px;"><a href="javascript:showWorkLog('{yun:}$v.id{/yun}','index.php?m=crm_worklog&c=detail')" title="日志详情">{yun:}$v.ctime|date_format:"%Y-%m-%d %H:%M"{/yun}</a></div>
                                    </td>
                                    <td align="left">{yun:}$v.title{/yun}</td>
                                    <td align="left">{yun:}$v.content{/yun}</td>
                                    <td>
                                        <a href="javascript:void(0);" onClick="layer_del('确定要删除?', 'index.php?m=crm_worklog&c=del&id={yun:}$v.id{/yun}');" class="crm_submitqx">删除</a>
                                    </td>
                                </tr>
                            {yun:}foreachelse{/yun}
                                  <tr align="center">
                                    <td class="ud" colspan="8"><div class="admin_notip">尚未添加工作日志~</div></td>
                                  </tr>
                            {yun:}/foreach{/yun}
                            
                            {yun:}if $total > $config.sy_listnum {/yun}
                                <tr>
                                    {yun:}if $pagenum==1{/yun}
                                        <td colspan="4"> 从 1 到 {yun:}$config.sy_listnum {/yun} ,总共 {yun:}$total{/yun} 条</td>
                                    {yun:}else if $pagenum > 1 && $pagenum < $pages{/yun}
                                        <td colspan="4"> 从 {yun:}($pagenum-1) * $config.sy_listnum + 1{/yun} 到 {yun:}$pagenum * $config.sy_listnum{/yun} ,总共 {yun:}$total{/yun} 条</td>
                                    {yun:}else if $pagenum == $pages{/yun}
                                        <td colspan="4"> 从 {yun:}($pagenum-1) * $config.sy_listnum + 1{/yun} 到 {yun:}$total{/yun} ,总共 {yun:}$total{/yun} 条</td>
                                    {yun:}/if{/yun}
                                    <td colspan="4" class="digg">{yun:}$pagenav{/yun}</td>
                                </tr>
                            {yun:}/if{/yun}
                        </tbody>
                    </table>
                </div>    
            </div>
        </form>
    </div>
    </div>
    
    <div id='worklogshow' style='display:none;'>
        <table class="layui-table" lay-skin='line'>
              <colgroup>
                <col width="100">
                <col width="250">
              </colgroup>
              <tbody>
                <tr><td>日志标题:</td><td id='logtitleshow'></td></tr>
                <tr><td>日志内容:</td><td id='logcontentshow'></td></tr>
              </tbody>
        </table>
    </div>
 
    <script>
        var weburl="{yun:}$config.sy_weburl{/yun}";
        layui.use(['form', 'laydate'], function(){
            var form = layui.form
                ,laydate = layui.laydate
                ,$ = layui.$;
        });
    </script>
 {yun:}include file="$adminstyle/crm_public.htm"{/yun}
</body>
</html>