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
a7396818
authored
Jun 04, 2019
by
PRY5YKGJ82EZEPX\Administrator
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更新对接财务对账
parent
77ad146d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/pc/js/controller/ReconcilePurList.js
resources/views/pc/ReconcilePurList.blade.php
public/pc/js/controller/ReconcilePurList.js
View file @
a7396818
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
var
postData
=
{
var
postData
=
{
'p'
:
page
,
'p'
:
page
,
'is_consign'
:
$
(
"#is_consign"
).
val
(),
'is_consign'
:
$
(
"#is_consign"
).
val
(),
'
checking_sn'
:
$
(
"#checking
_sn"
).
val
(),
'
reconcile_pur_sn'
:
$
(
"#reconcile_pur
_sn"
).
val
(),
'status'
:
$
(
"#status"
).
val
(),
'status'
:
$
(
"#status"
).
val
(),
'create_time1'
:
$
(
"#create_time1"
).
val
(),
'create_time1'
:
$
(
"#create_time1"
).
val
(),
'create_time2'
:
$
(
"#create_time2"
).
val
(),
'create_time2'
:
$
(
"#create_time2"
).
val
(),
...
...
resources/views/pc/ReconcilePurList.blade.php
View file @
a7396818
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<div
class=
"lineBlock input-inline va-m"
>
<div
class=
"lineBlock input-inline va-m"
>
<label
class=
"tag"
>
状态:
</label>
<label
class=
"tag"
>
状态:
</label>
<select
class=
"sel w180"
name=
"status"
id=
"status"
>
<select
class=
"sel w180"
name=
"status"
id=
"status"
>
<option
value=
""
></option>
<option
value=
""
>
全部
</option>
<?php
foreach
(
$status
as
$a
=>
$b
)
{
?>
<?php
foreach
(
$status
as
$a
=>
$b
)
{
?>
<option
value=
"
<?=
$a
?>
"
>
<?=
$b
?>
</option>
<option
value=
"
<?=
$a
?>
"
>
<?=
$b
?>
</option>
<?php
}
?>
<?php
}
?>
...
...
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