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
fb664cdc
authored
2018-03-31 16:40:33 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
3ab0911a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
application/views/work/审批/信用报告.php
application/views/work/审批/信用报告.php
View file @
fb664cd
...
...
@@ -12,9 +12,9 @@
<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=
""
>
<?=
$credit
&&
$credit
->
hasBankBlacklist
?
'是'
:
'否'
?>
</option>
<option
value=
""
</
option
>
<option
<?=
$credit
&&
$credit
->
hasBankBlacklist
==
1
?
'selected'
:
''
?>
value=
"1"
>
是
</option
>
<option
<?=
$credit
&&
$credit
->
hasBankBlacklist
==
0
?
'selected'
:
''
?>
value=
"0"
>
否
</option>
</select>
</span>
</div>
...
...
@@ -22,9 +22,9 @@
<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=
""
>
<?=
$credit
&&
$credit
->
hasTradeInto
?
'是'
:
'否'
?>
</option>
<option
value=
""
</
option
>
<option
<?=
$credit
&&
$credit
->
hasTradeInto
==
1
?
'selected'
:
''
?>
value=
"1"
>
是
</option
>
<option
<?=
$credit
&&
$credit
->
hasTradeInto
==
0
?
'selected'
:
''
?>
value=
"0"
>
否
</option>
</select>
</span>
</div>
...
...
@@ -32,9 +32,9 @@
<label>
征信五级分类异常
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"hasCreditTypeException"
>
<option
value=
""
>
<?=
$credit
&&
$credit
->
hasCreditTypeException
?
'是'
:
'否'
?>
</option>
<
!--<option
value="1">是</option>
<option
value="0">否</option>--
>
<option
value=
""
</
option
>
<
option
<?=
$credit
&&
$credit
->
hasCreditTypeException
==
1
?
'selected'
:
''
?>
value=
"1"
>
是
</option>
<option
<?=
$credit
&&
$credit
->
hasCreditTypeException
==
0
?
'selected'
:
''
?>
value=
"0"
>
否
</option
>
</select>
</span>
</div>
...
...
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