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
752f10da
authored
2018-04-01 17:48:16 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
f194b1f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
application/views/finance/checkTheAccount.php
application/views/finance/checkTheAccount.php
View file @
752f10d
...
...
@@ -48,25 +48,25 @@
</select>
</span>
</div>
<div
class=
"col-xs-2"
>
<span
class=
"select-box"
>
<select
class=
"select table_search"
size=
"1"
>
<option
value=
""
selected
>
是否逾期
</option
>
<option
value=
"1"
>
是
</option
>
<option
value=
"0"
>
否
</option
>
</select
>
</span
>
</div
>
<div
class=
"col-xs-2"
>
<span
class=
"select-box"
>
<select
class=
"select table_search"
size=
"1"
>
<option
value=
""
selected
>
来源
</option
>
<?php
foreach
(
$this
->
session
->
repaymentPlanSource
as
$k
=>
$v
)
:?>
<
option
value
=
"<?=
$k
?>"
><?=
$v
?>
</option
>
<?php
endforeach
;
?>
</select
>
</span
>
</div
>
<!-- <div class="col-xs-2">--
>
<!-- <span class="select-box">--
>
<!-- <select class="select table_search" size="1">--
>
<!-- <option value="" selected>是否逾期</option>--
>
<!-- <option value="1">是</option>--
>
<!-- <option value="0">否</option>--
>
<!-- </select>--
>
<!-- </span>--
>
<!-- </div>--
>
<!-- <div class="col-xs-2">--
>
<!-- <span class="select-box">--
>
<!-- <select class="select table_search" size="1">--
>
<!-- <option value="" selected>来源</option>--
>
<!-- -->
<?php
//
foreach ($this->session->repaymentPlanSource as $k=>$v):?>
<!--
<
option
value
=
"--><?//=
$k
?><!--"
>--><?//=
$v
?>
<!--</option>--
>
<!-- -->
<?php
//
endforeach;?>
<!--
</
select
>--
>
<!--
</
span
>--
>
<!--
</
div
>--
>
<
div
class
="
col
-
xs
-
2
">
<input type="
text
" class="
form
-
control
input
-
text
table_search
" value="" placeholder="
姓名
" column="
3
" name="
proposerName
">
</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