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
d0915d91
authored
2018-03-31 11:33:51 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
2 parents
fdb91aa6
734e65de
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
26 deletions
application/views/work/审批/信用报告.php
application/views/work/审批/资料清单.php
application/views/work/审批/信用报告.php
View file @
d0915d9
...
...
@@ -12,8 +12,9 @@ var_dump($credit);
<label>
银行黑名单
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"hasBankBlacklist"
>
<option
value=
"1"
>
是
</option>
<option
value=
"0"
>
否
</option>
<!-- <option value="1">是</option>-->
<!-- <option value="0">否</option>-->
<option
value=
""
>
<?=
$credit
->
hasBankBlacklist
?
'是'
:
'否'
?>
</option>
</select>
</span>
</div>
...
...
@@ -21,8 +22,9 @@ var_dump($credit);
<label>
同业进件
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"hasTradeInto"
>
<option
value=
"1"
>
是
</option>
<option
value=
"0"
>
否
</option>
<!-- <option value="1">是</option>-->
<!-- <option value="0">否</option>-->
<option
value=
""
>
<?=
$credit
->
hasTradeInto
?
'是'
:
'否'
?>
</option>
</select>
</span>
</div>
...
...
@@ -30,8 +32,9 @@ var_dump($credit);
<label>
征信五级分类异常
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"hasCreditTypeException"
>
<option
value=
"1"
>
是
</option>
<option
value=
"0"
>
否
</option>
<option
value=
""
>
<?=
$credit
->
hasCreditTypeException
?
'是'
:
'否'
?>
</option>
<!--<option value="1">是</option>
<option value="0">否</option>-->
</select>
</span>
</div>
...
...
@@ -40,14 +43,14 @@ var_dump($credit);
<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=
""
name=
"lastTimeWorkUnit"
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$credit
?
$credit
->
lastTimeWorkUnit
:
''
?>
"
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=
"
<?=
$credit
?
$credit
->
loanRecord
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
年
</span>
</div>
</div>
...
...
@@ -55,17 +58,17 @@ var_dump($credit);
<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=
"loanTotalCreditAmount"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"loanTotalCreditAmount"
value=
"
value="
<?=
$credit
?
$credit
->
loanTotalCreditAmount
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
余额
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"loanBalance"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"loanBalance"
value=
"
value="
<?=
$credit
?
$credit
->
loanBalance
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
逾期
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"loanDue"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"loanDue"
value=
"
value="
<?=
$credit
?
$credit
->
loanDue
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
...
...
@@ -73,22 +76,22 @@ var_dump($credit);
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M1
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMOne"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMOne"
value=
"
<?=
$credit
?
$credit
->
creditCardMOne
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M2
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMTwo"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMTwo"
value=
"
<?=
$credit
?
$credit
->
creditCardMTwo
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M3
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMThree"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMThree"
value=
"
<?=
$credit
?
$credit
->
creditCardMThree
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M7
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMSeven"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMSeven"
value=
"
<?=
$credit
?
$credit
->
creditCardMSeven
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
</div>
...
...
@@ -97,7 +100,7 @@ var_dump($credit);
<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=
"
<?=
$credit
?
$credit
->
creditCardUseRecord
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
年
</span>
</div>
</div>
...
...
@@ -105,17 +108,17 @@ var_dump($credit);
<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=
"
loanTotalCreditAmount"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"
creditCardTotalCreditAmount"
value=
"
<?=
$credit
?
$credit
->
creditCardTotalCreditAmount
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
余额
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"loanBalance"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"loanBalance"
value=
"
<?=
$credit
?
$credit
->
creditCardUseRecord
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
逾期
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"loanDue"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"loanDue"
value=
"
<?=
$credit
?
$credit
->
creditCardUseRecord
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
...
...
@@ -123,22 +126,22 @@ var_dump($credit);
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M1
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMOne"
value=
"
<?=
$credit
?
$credit
->
three
MOne
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMOne"
value=
"
<?=
$credit
?
$credit
->
loan
MOne
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M2
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMTwo"
value=
"
<?=
$credit
?
$credit
->
three
MTwo
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMTwo"
value=
"
<?=
$credit
?
$credit
->
loan
MTwo
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M3
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMThree"
value=
"
<?=
$credit
?
$credit
->
three
MThree
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMThree"
value=
"
<?=
$credit
?
$credit
->
loan
MThree
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
M7
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMSeven"
value=
"
<?=
$credit
?
$credit
->
three
MSeven
:
''
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"creditCardMSeven"
value=
"
<?=
$credit
?
$credit
->
loan
MSeven
:
''
?>
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
个
</span>
</div>
</div>
...
...
application/views/work/审批/资料清单.php
View file @
d0915d9
...
...
@@ -8,9 +8,9 @@
<span>
申请信息
</span>
<span>
尽调报告
</span>
<span>
信用报告
</span>
<span>
电核结果
</span
>
<span>
网查筛查(图片)
</span
>
<span>
附件清单(图片)
</span
>
<!-- <span>电核结果</span>--
>
<!-- <span>网查筛查(图片)</span>--
>
<!-- <span>附件清单(图片)</span>--
>
</div>
<div
class=
"tabCon"
>
...
...
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