Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
83c21b33
authored
2018-03-24 11:06:40 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
e527486e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
318 additions
and
311 deletions
application/views/work/资料/资料补录.php
application/views/work/资料/资料补录.php
View file @
83c21b3
<?php
$this
->
load
->
view
(
'common/header'
);
?>
<body>
<div
id=
"tab"
class=
"HuiTab"
>
<div
class=
"tabBar clearfix"
style=
"background-color:#e8e8e8"
>
<span>
产品选择
</span>
<span>
申请信息
</span>
<span>
资料信息
</span>
</div>
<div
id=
"tab"
class=
"HuiTab"
>
<div
class=
"tabBar clearfix"
style=
"background-color:#e8e8e8"
>
<span>
产品选择
</span>
<span>
申请信息
</span>
<span>
资料信息
</span>
</div>
<form>
<div
class=
"tabCon"
>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
选择贷款产品
</div>
<div
class=
"panel-body cl"
>
<div
class=
"row cl text-c"
>
<div
class=
"col-sm-4 mb-20"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"1"
/>
<img
src=
"holder.js/180x180"
>
</label>
</div>
<div
class=
"col-sm-4 mb-20"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"1"
/>
<img
src=
"holder.js/180x180"
>
</label>
</div>
<div
class=
"col-sm-4 mb-20"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"1"
/>
<img
src=
"holder.js/180x180"
>
</label>
</div>
<div
class=
"col-sm-4 mb-20"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"1"
/>
<img
src=
"holder.js/180x180"
>
</label>
</div>
<div
class=
"col-sm-4 mb-20"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"1"
/>
<img
src=
"holder.js/180x180"
>
</label>
</div>
<form>
<div
class=
"tabCon"
>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
选择贷款产品
</div>
<div
class=
"panel-body cl"
>
<div
class=
"row cl text-c"
>
<?php
foreach
(
$session
->
products
as
$k
=>
$v
)
:?>
<
div
class
="
col
-
sm
-
4
mb
-
20
">
<label class="
radio
">
<input type="
radio
" value="
<?=
$v
->
productName
?>
" name="1"/>
<img
src=
"holder.js/180x180"
>
</label>
</div>
<?php
endforeach
;
?>
<!--<div class="col-sm-4 mb-20">
<label class="radio">
<input type="radio" name="1"/>
<img src="holder.js/180x180">
</label>
</div>
<div class="col-sm-4 mb-20">
<label class="radio">
<input type="radio" name="1"/>
<img src="holder.js/180x180">
</label>
</div>
<div class="col-sm-4 mb-20">
<label class="radio">
<input type="radio" name="1"/>
<img src="holder.js/180x180">
</label>
</div>
<div class="col-sm-4 mb-20">
<label class="radio">
<input type="radio" name="1"/>
<img src="holder.js/180x180">
</label>
</div>-->
</div>
</div>
</div>
<div
class=
"col-sm-offset-4 col-sm-4 pb-20"
>
<button
class=
"btn btn-primary btn-block"
type=
"button"
onclick=
"$('#tab').Huitab({index: 1})"
>
下一步
</button>
</
div
>
<div
class=
"col-sm-offset-4 col-sm-4 pb-20"
>
<button
class=
"btn btn-primary btn-block"
type=
"button"
onclick=
"$('#tab').Huitab({index: 1})"
>
下一步
</
button
>
</div>
</div>
<!-- 申请信息 -->
<div
class=
"tabCon"
>
<div
class=
"panel panel-primary mb-20"
>
<div
class=
"panel-header"
>
借款人信息
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
姓名
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"张三"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
性别
</label>
<span
class=
"form-control select-box"
>
<!-- 申请信息 -->
<div
class=
"tabCon"
>
<div
class=
"panel panel-primary mb-20"
>
<div
class=
"panel-header"
>
借款人信息
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
姓名
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"张三"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
性别
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
>
男
</option>
<option
value=
"2"
>
女
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
婚姻
</label>
<span
class=
"form-control select-box"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
婚姻
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
>
已婚
</option>
<option
value=
"2"
>
未婚
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
出生日期
</label>
<input
type=
"text"
class=
"form-control input-text Wdate"
value=
"2018-01-01"
>
</div>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
出生日期
</label>
<input
type=
"text"
class=
"form-control input-text Wdate"
value=
"2018-01-01"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
教育程度
</label>
<span
class=
"form-control select-box"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
教育程度
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
>
初中
</option>
<option
value=
"1"
>
高中
</option>
<option
value=
"2"
>
大学
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
身份证
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"333333333333333331"
>
</div>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
身份证
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"333333333333333331"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
月收入
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"100w"
>
<span
class=
"glyphicon glyphicon-rmb form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
有无本地房产
</label>
<span
class=
"form-control select-box"
>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
月收入
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"100w"
>
<span
class=
"glyphicon glyphicon-rmb form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
有无本地房产
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
>
无
</option>
<option
value=
"2"
>
有
</option>
</select>
</span>
</div>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-12 col-md-12"
>
<label>
居住情况
</label>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
checked
>
<span>
自建
</span>
<input
type=
"text"
class=
"input-decoration w-50 text-c"
value=
"5"
>
层
</div>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
>
<span>
自购无按揭
</span>
<input
type=
"text"
class=
"input-decoration w-50 text-c"
>
万
</div>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
>
<span>
按揭
</span>
<input
type=
"text"
class=
"input-decoration w-50 text-c"
>
万
</div>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
>
<span>
租用
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
>
<span>
亲属住房
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
>
<span>
单位住房
</span>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-12 col-md-12"
>
<label>
居住情况
</label>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
checked
>
<span>
自建
</span>
<input
type=
"text"
class=
"input-decoration w-50 text-c"
value=
"5"
>
层
</div>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
>
<span>
自购无按揭
</span>
<input
type=
"text"
class=
"input-decoration w-50 text-c"
>
万
</div>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
>
<span>
按揭
</span>
<input
type=
"text"
class=
"input-decoration w-50 text-c"
>
万
</div>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
>
<span>
租用
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
>
<span>
亲属住房
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"checkbox"
name=
""
>
<span>
单位住房
</span>
</div>
</div>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
手机
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"13333333333"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
户口所在地
</label>
<span
class=
"form-control select-box"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
手机
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"13333333333"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
户口所在地
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
>
浙江
</option>
</select>
</span>
</div>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
户口详细地址
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"33333333333333333333333"
>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
户口详细地址
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"33333333333333333333333"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
现居住地址
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"3333333333333333333333"
>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
现居住地址
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"3333333333333333333333"
>
</div>
</div>
</div>
</div>
<div
class=
"panel panel-danger mb-20"
>
<div
class=
"panel-header"
>
单位信息
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
单位名称
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
部门
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
单位性质
</label>
<span
class=
"form-control select-box"
>
<div
class=
"panel panel-danger mb-20"
>
<div
class=
"panel-header"
>
单位信息
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
单位名称
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
部门
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
单位性质
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
>
事业单位
</option>
<option
value=
"2"
>
个体户
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
职位名称
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
职位名称
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
现单位入职时间
</label>
<input
type=
"text"
class=
"form-control input-text Wdate"
value=
"2018-01-01"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
现单位工作年限
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<span
class=
"glyphicon glyphicon-year form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
现单位电话
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
现单位入职时间
</label>
<input
type=
"text"
class=
"form-control input-text Wdate"
value=
"2018-01-01"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
现单位工作年限
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<span
class=
"glyphicon glyphicon-year form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
现单位电话
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
月收入
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"10w"
>
<span
class=
"glyphicon glyphicon-rmb form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
工资发放形式
</label>
<span
class=
"form-control select-box"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
月收入
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"10w"
>
<span
class=
"glyphicon glyphicon-rmb form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
工资发放形式
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
>
支付宝
</option>
</select>
</span>
</div>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
现单位所在地
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
现单位所在地
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
</div>
</div>
</div>
</div>
<div
class=
"panel panel-danger mb-20"
>
<div
class=
"panel-header"
>
联系人信息 (不承担贷款相关责任)
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
亲属联系人姓名
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
是您的
</label>
<span
class=
"form-control select-box"
>
<div
class=
"panel panel-danger mb-20"
>
<div
class=
"panel-header"
>
联系人信息 (不承担贷款相关责任)
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
亲属联系人姓名
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
是您的
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
></option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
手机号
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
手机号
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
其他联系人姓名
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
是您的
</label>
<span
class=
"form-control select-box"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
其他联系人姓名
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
是您的
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
></option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
手机号
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
手机号
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
其他联系人姓名
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
是您的
</label>
<span
class=
"form-control select-box"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
其他联系人姓名
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
是您的
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
></option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
手机号
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
手机号
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
</div>
</div>
</div>
</div>
<div
class=
"panel panel-danger mb-20"
>
<div
class=
"panel-header"
>
贷款事项
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
申请金额
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
<span
class=
"glyphicon glyphicon-rmb form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
贷款期限
</label>
<span
class=
"form-control select-box"
>
<div
class=
"panel panel-danger mb-20"
>
<div
class=
"panel-header"
>
贷款事项
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
申请金额
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"XXX"
>
<span
class=
"glyphicon glyphicon-rmb form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
贷款期限
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
></option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
还款方式
</label>
<span
class=
"form-control select-box"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
还款方式
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
></option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
贷款用途
</label>
<span
class=
"form-control select-box"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
贷款用途
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
></option>
</select>
</span>
</div>
</div>
</div>
</div>
</div>
<div
class=
"panel panel-danger mb-20"
>
<div
class=
"panel-header"
>
其他
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
贷款品种/代码
</label>
<span
class=
"form-control select-box"
>
<div
class=
"panel panel-danger mb-20"
>
<div
class=
"panel-header"
>
其他
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
贷款品种/代码
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
></option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
贷款用途性质
</label>
<span
class=
"form-control select-box"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
贷款用途性质
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
></option>
</select>
</span>
</div>
</div>
</div>
</div>
</div>
<div
class=
"col-sm-offset-4 col-sm-4 pb-20"
>
<button
class=
"btn btn-primary btn-block"
type=
"button"
onclick=
"$('#tab').Huitab({index: 2})"
>
下一步
</button>
</
div
>
<div
class=
"col-sm-offset-4 col-sm-4 pb-20"
>
<button
class=
"btn btn-primary btn-block"
type=
"button"
onclick=
"$('#tab').Huitab({index: 2})"
>
下一步
</
button
>
</div>
<!-- 资料信息 -->
<div
class=
"tabCon"
>
<?php
$this
->
load
->
view
(
'work/图片上传'
);
?>
</div>
<!-- 资料信息 -->
<div
class=
"tabCon"
>
<?php
$this
->
load
->
view
(
'work/图片上传'
);
?>
<div
class=
"col-sm-offset-4 col-sm-4 pb-20"
>
<button
class=
"btn btn-primary btn-block"
type=
"button"
onclick=
"submit()"
>
提交
</button>
</div>
<div
class=
"col-sm-offset-4 col-sm-4 pb-20"
>
<button
class=
"btn btn-primary btn-block"
type=
"button"
onclick=
"submit()"
>
提交
</button>
</div>
</form>
</div>
</div>
</form>
</div>
<?php
$this
->
load
->
view
(
'common/footer'
);
?>
<?php
$this
->
load
->
view
(
'common/footer'
);
?>
<script>
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]); return null;
}
<script>
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]);
return null;
}
var index = getQueryString('tab');
var index = getQueryString('tab');
$("#tab").Huitab({index: index});
$("#tab").Huitab({index: index});
$(".upload :file").change(function() {
if (typeof(FileReader) != "undefined") {
var dvPreview = $(this).parent().prev();
var regex = /(.jpg|.jpeg|.gif|.png|.bmp)$/;
$($(this)[0].files).each(function() {
var file = $(this);
if (regex.test(file[0].name.toLowerCase())) {
var reader = new FileReader();
reader.onload = function(e) {
var img = $("<img />");
img.attr("src", e.target.result);
dvPreview.append(img);
}
reader.readAsDataURL(file[0]);
} else {
alert(file[0].name + " is not a valid image file.");
dvPreview.html("");
return false;
$(".upload :file").change(function () {
if (typeof(FileReader) != "undefined") {
var dvPreview = $(this).parent().prev();
var regex = /(.jpg|.jpeg|.gif|.png|.bmp)$/;
$($(this)[0].files).each(function () {
var file = $(this);
if (regex.test(file[0].name.toLowerCase())) {
var reader = new FileReader();
reader.onload = function (e) {
var img = $("<img />");
img.attr("src", e.target.result);
dvPreview.append(img);
}
});
} else {
alert("This browser does not support HTML5 FileReader.");
}
});
function submit() {
layer.confirm('提交成功之后, 将立即进入审批阶段', {
btn: ['确认','取消'],
title: '提交订单'
}, function(){
layer_load('提交成功', '
<?=
site_url
(
"work/recorded"
)
?>
'
);
reader.readAsDataURL(file[0]);
} else {
alert(file[0].name + " is not a valid image file.");
dvPreview.html("");
return false;
}
});
} else {
alert("This browser does not support HTML5 FileReader.");
}
</script>
});
function submit() {
layer.confirm('提交成功之后, 将立即进入审批阶段', {
btn: ['确认', '取消'],
title: '提交订单'
}, function () {
layer_load('提交成功', '
<?=
site_url
(
"work/recorded"
)
?>
'
);
});
}
</script>
</body>
</html>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment