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
674b46e6
authored
May 28, 2019
by
PRY5YKGJ82EZEPX\Administrator
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更新对账
parent
6c789c26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
public/pc/js/controller/ReconcilePurDetail.js
resources/views/pc/ReconcilePurDetail.blade.php
public/pc/js/controller/ReconcilePurDetail.js
View file @
674b46e6
...
...
@@ -9,7 +9,7 @@
//对账完成
$
(
"#changeChecking"
).
click
(
function
()
{
alert_confirm
(
"确定对账完成?"
,
function
()
{
var
res
=
ajax_push
(
"/api/ApiAccountChangeChecking"
,{
"
id"
:
$
(
"#
id"
).
val
()});
var
res
=
ajax_push
(
"/api/ApiAccountChangeChecking"
,{
"
reconcile_pur_id"
:
$
(
"#reconcile_pur_
id"
).
val
()});
res
.
code
>
0
?
alert_err
(
res
.
msg
)
:
alert_succ
(
res
.
errmsg
,
function
()
{
window
.
location
.
reload
()
});
...
...
@@ -17,7 +17,7 @@
})
},
tableList
:
function
(
page
)
{
var
res
=
ajax_push
(
URL_YUNXIN
+
'/api/ApiReconcilePurDetail'
,{
'p'
:
page
,
'
id'
:
$
(
"#
id"
).
val
()})
var
res
=
ajax_push
(
URL_YUNXIN
+
'/api/ApiReconcilePurDetail'
,{
'p'
:
page
,
'
reconcile_pur_id'
:
$
(
"#reconcile_pur_
id"
).
val
()})
if
(
res
.
code
==
0
)
{
var
other
=
res
.
other
;
$
(
".reconcile_pur_sn"
).
html
(
other
.
reconcile_pur_sn
);
...
...
resources/views/pc/ReconcilePurDetail.blade.php
View file @
674b46e6
...
...
@@ -72,4 +72,4 @@
</div>
</div>
<!--隐藏域-->
<input
type=
"hidden"
value=
"{{ @$_GET['id'] }}"
id=
"id"
>
\ No newline at end of file
<input
type=
"hidden"
value=
"{{ @$_GET['id'] }}"
id=
"reconcile_pur_id"
>
\ No newline at end of file
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