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
418839fa
authored
2018-03-22 20:17:06 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
6bdfee0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
application/views/finance/checkTheAccount.php
application/views/finance/checkTheAccount.php
View file @
418839f
...
...
@@ -22,11 +22,11 @@
</div>
<div
class=
"col-xs-2"
>
<span
class=
"select-box"
>
<select
class=
"select table_search"
size=
"1"
column=
"6"
>
<select
class=
"select table_search"
name=
"departmentId"
size=
"1"
column=
"6"
>
<option
value=
""
selected
>
网点
</option>
<
option
value=
"1"
>
菜单一
</option
>
<option
value=
"2"
>
菜单二
</option>
<
option
value=
"3"
>
菜单三
</option
>
<
?php
foreach
(
$this
->
session
->
departments
as
$k
=>
$v
)
:?
>
<
option
value
=
"<?=
$v->id
?>"
><?=
$v
->
name
?>
</option>
<
?php
endforeach
;
?
>
</select>
</span>
</div>
...
...
@@ -113,7 +113,7 @@
iDisplayLength
:
6
,
bLengthChange
:
false
,
ajax
:
{
url
:
apiBaseUrl
+
'
/order/into/getAllApplyOrder
'
,
url
:
apiBaseUrl
+
'
manage/financial/repayments/nonePay
'
,
dataFilter
:
function
(
json
)
{
var
ret
=
{},
json
=
jQuery
.
parseJSON
(
json
);
ret
.
data
=
json
.
data
;
...
...
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