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
f4eaac50
Commit
f4eaac50
authored
Dec 27, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
beb846f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
getCollection.js
public/resource/js/getCollection.js
+18
-0
No files found.
public/resource/js/getCollection.js
View file @
f4eaac50
...
...
@@ -1418,18 +1418,33 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
}
if
(
back_no
){
params
.
receipt_number
=
back_no
;
}
else
{
alert
(
"请输入退款凭证编号"
);
return
false
;
}
if
(
back_reason
){
params
.
refund_cause
=
back_reason
;
}
else
{
alert
(
"请输入退款原因"
);
return
false
;
}
if
(
back_price_user
){
params
.
card_no
=
back_price_user
;
}
else
{
alert
(
"请输入退款账户"
);
return
false
;
}
if
(
back_bank
){
params
.
bank
=
back_bank
;
}
else
{
alert
(
"请输入开户行"
);
return
false
;
}
if
(
back_bank_name
){
params
.
name
=
back_bank_name
;
}
else
{
alert
(
"请输入户名"
);
return
false
;
}
// if ( back_phone ){
// params.phone = back_phone ;
...
...
@@ -1444,6 +1459,9 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
}
if
(
back_others
){
params
.
remark
=
back_others
;
}
else
{
alert
(
"请输入其他原因"
);
return
false
;
}
//图片数据处理
var
pictures
=
$
(
'#container_body_img_area3'
).
find
(
'.result'
);
...
...
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