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
1d208897
authored
2018-03-28 22:22:19 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
2 parents
32797d26
3c611cc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
application/views/work/审批/信用报告.php
application/views/work/审批/录入信用报告.php
application/views/work/审批/信用报告.php
View file @
1d20889
...
...
@@ -7,27 +7,27 @@
<div
class=
"form-group col-sm-4 col-md-2"
>
<label>
银行黑名单
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<select
class=
"select"
size=
"1"
name=
"hasBankBlacklist"
>
<option
value=
"1"
>
是
</option>
<option
value=
"
2
"
>
否
</option>
<option
value=
"
0
"
>
否
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-4 col-md-2"
>
<label>
同
行
进件
</label>
<label>
同
业
进件
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<select
class=
"select"
size=
"1"
name=
"hasTradeInto"
>
<option
value=
"1"
>
是
</option>
<option
value=
"
2
"
>
否
</option>
<option
value=
"
0
"
>
否
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-4 col-md-2"
>
<label>
征信五级分类异常
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<select
class=
"select"
size=
"1"
name=
"hasCreditTypeException"
>
<option
value=
"1"
>
是
</option>
<option
value=
"
2
"
>
否
</option>
<option
value=
"
0
"
>
否
</option>
</select>
</span>
</div>
...
...
@@ -36,14 +36,14 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-3"
>
<label>
最近一次工作单位
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"lastTimeWorkUnit"
>
</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"
name=
"loanRecord"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"loanRecord"
value=
""
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
年
</span>
</div>
</div>
...
...
application/views/work/审批/录入信用报告.php
View file @
1d20889
...
...
@@ -55,9 +55,11 @@
} else {
layer.alert('
操作成功
');
}
setTimeout(function () {
loadIframe(url, '
审核意见'
);
},
500
)
if(!data.code){
setTimeout(function () {
loadIframe(url, '
审核意见'
);
},
500
)
}
},
error
:
function
()
{
layer
.
alert
(
"操作失败"
)
...
...
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