apply_shop.html
7.99 KB
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>手店申请表</title>
<script src="__PUBLIC__/js/jquery-1.8.2.min.js"></script>
<script src="__PUBLIC__/js/global.js"></script>
<script src="__PUBLIC__/js/pc_common.js"></script>
<script src="__PUBLIC__/js/layer/layer.js"></script><!--弹窗js 参考文档 http://layer.layui.com/-->
<style type="text/css">
html,body{margin: 0;padding: 0;font-size: 14px;font-family: "Microsoft Yahei";text-align: center;}
ul{list-style: none;}
.banner{width: 100%;}
.content{width: 80%;margin: auto;text-align: left;}
.title{color: #7f8389;padding: 10px 0;border-bottom: 1px dotted #dbdbdb;text-align: center;}
.statement{font-size: 12px;color: #7f8389;padding: 10px 0;line-height: 20px;}
.red{color: #cf0600;}
.info_tit{color:#cf0600 ;padding: 5px 10px;background: url(../static/images/sanjiao.png) no-repeat 98% center; background-color: #f5cdcc;}
.info_list{width: 90%;margin: auto;font-size: 0;padding: 10px 0;}
.info_list li{font-size: 14px;margin-top: 10px;color: #7f8389;}
.info_list .half{vertical-align: middle;display: inline-block;*display: inline;*zoom: 1;width: 50%;}
.info_list .half .input_text{width: 80%;}
.info_list .input_text{width: 90%;height: 30px;line-height: 30px; margin-right: 10px; border: 1px solid #dbdbdb;font-size: 14px;font-family: "Microsoft Yahei";}
.info_list p{margin: 5px 0;}
.info_list span{font-size: 12px;}
.info_list label{margin-right: 10px;}
.btn_box{text-align: center;margin: 40px 0;}
.btn_red,.btn_gray{width: 115px;height: 40px;line-height: 40px;vertical-align: middle;display: inline-block;*display: inline;*zoom: 1;}
.btn_red{background-color: #cf0600;color: #FFFFFF;}
.btn_gray{background-color: #e3e3e8;color: #7f8389;margin-left: 20px;}
</style>
</head>
<body>
<form class="form-horizontal" id="applyHandle" action="{:U('activity/apply_shop')}" method="post">
<img class="banner" src="__STATIC__/images/del/banner.jpg" />
<div class="content">
<p class="title">万信达新版手店申请表</p>
<p class="statement">以下为万信达手店申请所需材料(请务必按要求备全资料):<br/>
费用声明:软件/手店:免费 <span class="red">短信费用:0.06元/条</span>(比如:短信验证码、短信通知) </p>
<div class="info">
<p class="info_tit">一、基础信息</p>
<ul class="info_list">
<li class="half">
<p>公司名称</p>
<input class="input_text" id="com_name" name="com_name" type="text"/><span class="red">*(必填)</span>
</li>
<li class="half">
<p>联系人</p>
<input class="input_text" id="contacts" name="contacts" type="text"/><span class="red">*(必填)</span>
</li>
<li class="half">
<p>联系方式</p>
<input class="input_text" id="tel" name="tel" type="text"/><span class="red">*(必填)</span>
</li>
<li class="half">
<p>客服QQ</p>
<input class="input_text" id="qq" name="qq" type="text"/><span class="red">*(必填)</span>
</li>
<li class="half">
<p>当前使用软件ERP帐套</p>
<input class="input_text" id="erp" name="erp" type="text"/><span class="red">*(必填)</span>
</li>
<li class="half">
<p>当前使用的软件云端</p>
<input class="input_text" id="soft" name="soft" type="text"/><span class="red">*(必填)</span>
</li>
<li class="half">
<p>授权操作的员工编号</p>
<input class="input_text" id="staff_num" name="staff_num" type="text" style="width: 60%"/><span class="red">*(必填多个以小写逗号,隔开)</span>
</li>
<li class="half">
<p>是否短信充值<span>(短信费用:0.06元/条,短信功能如表头所示)</span><span class="red"></span></p>
<!--<input type="radio" /><label>是</label>-->
<!--<input type="radio" /><label>否</label>-->
<div class="onoff">
<label class="cb-enable" >开启</label>
<input id="site_status1" name="site_status" checked="checked" value="1" type="radio" onclick="sel_status(1)">
<label class="cb-disable" >关闭</label>
<input id="site_status0" name="site_status" value="0" type="radio" onclick="sel_status(0)">
</div>
</li>
</ul>
</div>
<div class="info">
<p class="info_tit">二、必备材料</p>
<ul class="info_list">
<li class="half">
<p>微信服务用户名</p>
<input class="input_text" id="wx_name" name="wx_name" type="text"/><span class="red">*(必填)</span>
</li>
<li class="half">
<p>密码</p>
<input class="input_text" id="wx_pwd" name="wx_pwd" type="text"/><span class="red">*(必填)</span>
</li>
<li class="half">
<p>AppID(应用ID)</p>
<input class="input_text" id="wx_appid" name="wx_appid" type="text"/><span class="red">*(必填)</span>
</li>
<li class="half">
<p>AppSecret(应用密钥)</p>
<input class="input_text" id="wx_key" name="wx_key" type="text"/><span class="red">*(必填)</span>
</li>
<li class="half">
<p>微信服务公众号</p>
<input class="input_text" id="wx_gzh" name="wx_gzh" type="text"/><span class="red">*(必填)</span>
</li>
<li class="half">
<p>商户号<span>(限有开通微支付必填)</span></p>
<input class="input_text" id="wx_shh" name="wx_shh" type="text"/><span class="red">*(必填)</span>
</li>
<li>
<span>注:应用密钥与应用ID可以登录微信后台的开发者中心查看</span>
</li>
</ul>
</div>
<div class="btn_box">
<div class="btn_red" id="btnsumbit" onclick="btnsumbit()">
提交
</div>
<div class="btn_gray" id="btnreset">
重置
</div>
</div>
</div>
</form>
</body>
<script>
var dx_status = 1;
function sel_status(type) {
dx_status = type;
}
function btnsumbit() {
//layer.msg('加载中', { icon: 16 ,shade: 0.01,scrollbar: false,time:0 });
// var com_name = $("#com_name").val();
// if(com_name==''){layer.msg('公司名称不能为空。。', {icon: 5,time:1500});return false}
// var contacts = $("#contacts").val();
// if(contacts==''){layer.msg('联系人不能为空。。', {icon: 5,time:1500});return false}
// var tel = $("#tel").val();
// if(tel==''){layer.msg('联系方式不能为空。。', {icon: 5,time:1500});return false}
// var qq = $("#qq").val();
// if(qq==''){layer.msg('客服QQ不能为空。。', {icon: 5,time:1500});return false}
// var erp = $("#erp").val();
// if(erp==''){layer.msg('当前使用软件ERP帐套不能为空。。', {icon: 5,time:1500});return false}
// var soft = $("#soft").val();
// if(soft==''){layer.msg('当前使用的软件云端不能为空。。', {icon: 5,time:1500});return false}
// var staff_num = $("#staff_num").val();
// if(staff_num==''){layer.msg('授权操作的员工编号不能为空。。', {icon: 5,time:1500});return false}
//
// //微信
// var wx_name = $("#wx_name").val();
// if(wx_name==''){layer.msg('微信服务用户名不能为空。。', {icon: 5,time:1500});return false}
// var wx_pwd = $("#wx_pwd").val();
// if(wx_pwd==''){layer.msg('密码不能为空。。', {icon: 5,time:1500});return false}
// var wx_appid = $("#wx_appid").val();
// if(wx_appid==''){layer.msg('AppID(应用ID)不能为空。。', {icon: 5,time:1500});return false}
// var wx_key = $("#wx_key").val();
// if(wx_key==''){layer.msg('AppSecret(应用密钥)不能为空。。', {icon: 5,time:1500});return false}
// var wx_gzh = $("#wx_gzh").val();
// if(wx_gzh==''){layer.msg('微信服务公众号不能为空。。', {icon: 5,time:1500});return false}
// var wx_shh = $("#wx_shh").val();
// if(wx_shh==''){layer.msg('商户号不能为空。。', {icon: 5,time:1500});return false}
$("#applyHandle").submit();
}
</script>
</html>