Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
yunxin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e1c57c0d
authored
May 30, 2019
by
PRY5YKGJ82EZEPX\Administrator
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更新云芯对账
parent
efbf84a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
app/Http/Controllers/WebController.php
resources/views/pc/ReconcilePurList.blade.php
app/Http/Controllers/WebController.php
View file @
e1c57c0d
...
...
@@ -2,6 +2,7 @@
namespace
App\Http\Controllers
;
use
App\map\ReconcilePurMap
;
use
App\Model\CommonModel
;
use
App\Model\SupplierAccountModel
;
use
Config
;
...
...
@@ -106,6 +107,7 @@ class WebController extends Controller
//财务对账列表
private
function
ReconcilePurList
(
$request
,
$data
,
$id
){
$data
[
'title'
]
=
'对账列表'
;
$data
[
'status'
]
=
ReconcilePurMap
::
$status
;
return
view
(
'pc'
,
$data
);
}
//财务对账列表-明细
...
...
resources/views/pc/ReconcilePurList.blade.php
View file @
e1c57c0d
...
...
@@ -16,7 +16,7 @@
<label
class=
"tag"
>
状态:
</label>
<select
class=
"sel w180"
name=
"status"
id=
"status"
>
<option
value=
""
></option>
<?php
foreach
(
\App\map\ReconcilePurMap
::
$status
as
$a
=>
$b
)
{
?>
<?php
foreach
(
$status
as
$a
=>
$b
)
{
?>
<option
value=
"
<?=
$a
?>
"
>
<?=
$b
?>
</option>
<?php
}
?>
</select>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment