Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
dcc859d3
Commit
dcc859d3
authored
Sep 03, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
id
parent
aad0014f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
delFinanceReport.js
public/resource/js/delFinanceReport.js
+1
-0
delFinanceReport_template_tpl.html
public/resource/template/delFinanceReport_template_tpl.html
+1
-1
No files found.
public/resource/js/delFinanceReport.js
View file @
dcc859d3
...
@@ -1904,6 +1904,7 @@ define(['doT', 'text!temp/delFinanceReport_template_tpl.html', 'css!style/home.c
...
@@ -1904,6 +1904,7 @@ define(['doT', 'text!temp/delFinanceReport_template_tpl.html', 'css!style/home.c
};
};
$
.
post
(
receiv
.
listUrlRestore
,
params
,
function
(
data
){
$
.
post
(
receiv
.
listUrlRestore
,
params
,
function
(
data
){
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
alert
(
data
.
msg
);
that
.
getList
(
1
);
that
.
getList
(
1
);
}
else
{
}
else
{
alert
(
data
.
msg
);
alert
(
data
.
msg
);
...
...
public/resource/template/delFinanceReport_template_tpl.html
View file @
dcc859d3
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
被调整
被调整
[
%
}
%
]
[
%
}
%
]
<
td
>
<
td
>
<
a
class
=
"btn1 btn-success restore"
href
=
""
data
-
id
=
'[%= it[item]["
order_
id"] %]'
>
恢复
<
/a
>
<
a
class
=
"btn1 btn-success restore"
href
=
""
data
-
id
=
'[%= it[item]["id"] %]'
>
恢复
<
/a
>
[
%
if
(
check_auth
(
'index/getCollectionDetail'
))
{
%
]
[
%
if
(
check_auth
(
'index/getCollectionDetail'
))
{
%
]
<
a
class
=
"btn1 btn-success add-pic"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
report
=
'[%= it[item]["report_id"] %]'
data
-
order
=
'[%= it[item]["order_id"] %]'
>
收款详情
<
/a>
<
a
class
=
"btn1 btn-success add-pic"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
report
=
'[%= it[item]["report_id"] %]'
data
-
order
=
'[%= it[item]["order_id"] %]'
>
收款详情
<
/a>
...
...
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