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
f2a229dc
Commit
f2a229dc
authored
Dec 27, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
26b52322
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
getCollection.js
public/resource/js/getCollection.js
+15
-2
No files found.
public/resource/js/getCollection.js
View file @
f2a229dc
...
@@ -1376,15 +1376,28 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -1376,15 +1376,28 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
params
.
agent_id
=
that
.
back_agent_id
;
params
.
agent_id
=
that
.
back_agent_id
;
params
.
agent_name
=
that
.
back_agent_name
;
params
.
agent_name
=
that
.
back_agent_name
;
params
.
agent_id
=
that
.
back_agent_id
;
params
.
agent_id
=
that
.
back_agent_id
;
if
(
back_type
-
0
>
-
1
){
if
(
back_type
-
0
>
-
1
){
params
.
type
=
back_type
;
params
.
type
=
back_type
;
}
else
{
}
else
{
alert
(
"请输入退款类型"
);
alert
(
"请输入退款类型"
);
return
false
;
return
false
;
};
};
var
max
=
$
(
'#could_price_back'
).
text
()
if
(
back_price
){
if
(
back_price
){
params
.
refund_money
=
back_price
;
if
(
back_price
>
0
){
console
.
log
(
max
);
console
.
log
(
back_price
)
if
(
max
-
back_price
>
-
1
)
{
params
.
refund_money
=
back_price
;
}
else
{
alert
(
"请输入正确的金额"
);
return
false
;
}
}
else
{
alert
(
"请输入正确的金额"
);
return
false
;
}
}
}
if
(
back_no
){
if
(
back_no
){
params
.
receipt_number
=
back_no
;
params
.
receipt_number
=
back_no
;
...
...
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