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
679562d0
Commit
679562d0
authored
Dec 28, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
b9c8fed5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
getCollection.js
public/resource/js/getCollection.js
+5
-3
No files found.
public/resource/js/getCollection.js
View file @
679562d0
...
...
@@ -1375,6 +1375,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
getBackParams
:
function
(){
var
that
=
receiv
;
var
sysans
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
console
.
log
(
sysans
);
var
params
=
{}
;
var
back_type
=
$
(
'#back_type'
).
val
();
var
back_price
=
$
(
'#back_price'
).
val
();
...
...
@@ -1390,9 +1392,9 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
params
.
order_id
=
that
.
back_order_id
;
params
.
order_no
=
that
.
back_order_no
;
params
.
report_id
=
that
.
back_report_id
;
params
.
agent_id
=
that
.
back_agent_
id
;
params
.
agent_name
=
that
.
back_agent_
name
;
params
.
agent_id
=
that
.
back_agent_id
;
params
.
agent_id
=
sysans
.
id
;
params
.
agent_name
=
sysans
.
name
;
//
params.agent_id = that.back_agent_id;
if
(
back_type
-
0
>
-
1
){
params
.
type
=
back_type
;
}
else
{
...
...
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