chengkun
2025-04-18 1bb985f32f2efe0f9dd69f3cf29a1c809b1cf96d
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!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" />
        <script src="{yun:}$config.sy_weburl{/yun}/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>
        <link href="{yun:}$config.sy_weburl{/yun}/js/layui/css/layui.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet"
         type="text/css" />
        <script src="{yun:}$config.sy_weburl{/yun}/js/layui/layui.js?v={yun:}$config.cachecode{/yun}"></script>
        <script src="{yun:}$config.sy_weburl{/yun}/js/layui/phpyun_layer.js?v={yun:}$config.cachecode{/yun}"></script>
        <title>后台管理</title>
    </head>
    <style>
        .layui-form-switch{
            margin-top: 0;
            margin-right: 10px;
        }
    </style>
    <body class="body_ifm">
        <div class="infoboxp">
            <div class="tty-tishi_top">
            <div class="tabs_info">
                <ul>
                    <li><a href="index.php?m=admin_comset">企业设置</a></li>
                    <li><a href="index.php?m=admin_comset&c=logo">头像设置</a></li>
                    <li><a href="index.php?m=admin_comset&c=comspend">消费设置</a></li>
                    <li><a href="index.php?m=admin_comset&c=rating">套餐设置</a></li>
                    <li class="curr"><a href="index.php?m=admin_comset&c=reward">职位推广设置</a></li>
                </ul>
            </div>
            
                <div class="tag_box">
                    <div>
                        <iframe id="supportiframe" name="supportiframe" onload="returnmessage('supportiframe');" style="display:none"></iframe>
                        <form action="index.php?m=admin_comset&c=savereward" method="post" enctype="multipart/form-data" target="supportiframe"
                         class="layui-form">
                            <table width="100%" class="table_form">
                                <tr>
                                    <th width="220">手机认证才能申请悬赏职位:</th>
                                    <td>
                                        <div class="layui-input-inline">
                                            <input type="checkbox" name="sy_reward_tel_switch" lay-skin="switch" lay-text="开启|关闭" {yun:}if
                                             $config.sy_reward_tel=="1" {/yun} checked {yun:}/if{/yun} lay-filter="sy_reward_tel_switch" />
                                            <input type="hidden" name="sy_reward_tel" value="{yun:}$config.sy_reward_tel{/yun}" />
                                        </div>
                                        <span class="admin_web_tip">注:开启后只有手机经过认证的求职者才可申请悬赏职位</span>
                                    </td>
                                </tr>
                                <tr class="admin_table_trbg">
                                    <th width="220">同时申请职位:</th>
                                    <td><input class="input-text tips_class input_text_rp" type="text" name="sy_reward_sqnum" id="sy_reward_sqnum"
                                         value="{yun:}$config.sy_reward_sqnum{/yun}" size="20" maxlength="255" onKeyUp="this.value=this.value.replace(/[^0-9.]/g,'')" />份
                                        &nbsp;&nbsp;<span class="admin_web_tip">说明:求职者同时可申请悬赏职位的最大数量,计数不包含已结束或已取消的记录</span></td>
                                </tr>
                                <tr class="admin_table_trbg">
                                    <th width="220">悬赏流程期限:</th>
                                    <td><input class="input-text tips_class input_text_rp" type="text" name="sy_reward_hour" id="sy_reward_hour"
                                         value="{yun:}$config.sy_reward_hour{/yun}" size="20" maxlength="255" onKeyUp="this.value=this.value.replace(/[^0-9.]/g,'')" />小时
                                        &nbsp;&nbsp;<span class="admin_web_tip">说明:设定预定义期限,如企业或求职者在规定期限内未回应,则对方有权终止悬赏</span></td>
                                </tr>
                                <tr>
                                    <th width="220">提现开关:</th>
                                    <td>
                                        <div class="layui-input-inline">
                                            <input type="checkbox" name="sy_withdraw" lay-skin="switch" lay-text="开启|关闭" {yun:}if $config.sy_withdraw=="1"
                                             {/yun}checked{yun:}/if{/yun} lay-filter="sy_withdraw_switch" />
                                            <input type="hidden" name="sy_withdraw" value="{yun:}$config.sy_withdraw{/yun}" />
                                        </div>
                                        <span class="admin_web_tip">说明:申请支付宝支付时,请先关掉,通过后再开启</span>
                                    </td>
                                </tr>
                                <tr class="admin_table_trbg">
                                    <th width="220">最低提现额度:</th>
                                    <td><input class="input-text tips_class input_text_rp" type="text" name="sy_withdraw_minmoney" id="sy_withdraw_minmoney"
                                         value="{yun:}$config.sy_withdraw_minmoney{/yun}" size="20" maxlength="255" onKeyUp="this.value=this.value.replace(/[^0-9.]/g,'')" />元
                                        &nbsp;&nbsp;<span class="admin_web_tip">说明:必须超过相应金额才允许提现</span></td>
                                </tr>
 
                                <tr class="admin_table_trbg">
                                    <th width="220">提现审核额度:</th>
                                    <td><input class="input-text tips_class input_text_rp" type="text" name="sy_withdraw_money" id="sy_withdraw_money"
                                         value="{yun:}$config.sy_withdraw_money{/yun}" size="20" maxlength="255" onKeyUp="this.value=this.value.replace(/[^0-9.]/g,'')" />元
                                        &nbsp;&nbsp;<span class="admin_web_tip">说明:超过规定金额必须后台管理员审核后才可提现</span></td>
                                </tr>
 
                                <tr class="admin_table_trbg">
                                    <th width="220">提现次数:</th>
                                    <td><input class="input-text tips_class input_text_rp" type="text" name="sy_withdraw_num" id="sy_withdraw_num"
                                         value="{yun:}$config.sy_withdraw_num{/yun}" size="20" maxlength="255" onKeyUp="this.value=this.value.replace(/[^0-9.]/g,'')" />次
                                        &nbsp;&nbsp;<span class="admin_web_tip">说明:设每个账户单日可提现次数</span></td>
                                </tr>
                                <tr class="admin_table_trbg">
                                    <th width="220">提现手续费:</th>
                                    <td><input class="input-text tips_class input_text_rp" type="text" name="sy_withdraw_pound" id="sy_withdraw_pound"
                                         value="{yun:}$config.sy_withdraw_pound{/yun}" size="20" maxlength="255" onKeyUp="this.value=this.value.replace(/[^0-9.]/g,'')" />%
                                        &nbsp;&nbsp;<span class="admin_web_tip">说明:每次提现扣除的手续费比例</span></td>
                                </tr>
                                <tr class="admin_table_trbg">
                                    <th width="220" style="float: left;padding-top: 10px;">分享赏金职位二维码:</th>
                                    <td>
                                        
                                        
                                        <div class="admin_uppicbox">
                                            <input type="hidden" id="layupload_type" value="2">
                                        
                                            <div class="admin_uppicimg">
                                                <img id="imgreward" src="{yun:}$config.sy_ossurl{/yun}/{yun:}$config.sy_reward_sharelogo{/yun}" width="140" height="140" {yun:}if !$config.sy_reward_sharelogo{/yun}class="none"{yun:}/if{/yun}>
                                            </div>
                                        
                                            <span>
                                                <button type="button" class="adminupbtn adminupload" lay-data="{name: 'sy_reward_sharelogo',imgid: 'imgreward',path:'logo',source:'back'}">重新上传</button>        
                                            </span>
                                        </div>
                                        <span class="admin_web_tip" style="display: block;">说明:请将链接:{yun:}url m=wap c=reward a=share{/yun} 生成二维码</span>
                            
 
                                    </td>
                                </tr>
                                <tr class="admin_table_trbg">
                                    <th style="border-bottom:none;" width="220">&nbsp;</th>
                                    <td align="left" style="border-bottom:none;">
                                        <input type="hidden" name="pytoken" id='pytoken' value="{yun:}$pytoken{/yun}">
                                        <input class="layui-btn tty_sub" type="submit" name="config" value="提交" />&nbsp;&nbsp;
                                        <input class="layui-btn tty_cz" type="reset" value="重置" /></td>
                                </tr>
                            </table>
                        </form>
                    </div>
 
                </div>
            </div>
        </div>
        <script type="text/javascript">
            var weburl = '{yun:}$config.sy_weburl{/yun}';
            layui.use(['form'], function() {
                var form = layui.form,
                    $ = layui.$;
 
                form.on('switch(sy_reward_tel_switch)', function(data) {
                    var v = this.checked ? 1 : 0;
                    $("input[name=sy_reward_tel]").val(v);
                });
                form.on('switch(sy_withdraw_switch)', function(data) {
                    var v = this.checked ? 1 : 0;
                    $("input[name=sy_withdraw]").val(v);
                });
            });
        </script>
        <script src="{yun:}$config.sy_weburl{/yun}/js/layui.upload.js?v={yun:}$config.cachecode{/yun}" type='text/javascript'></script>
    </body>
</html>