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
925adae3
Commit
925adae3
authored
Feb 15, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
委托转铺相关
parent
7a7aa95d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
index.html
application/index/view/transfer/index.html
+1
-1
myTransfer.js
public/resource/js/myTransfer.js
+3
-0
transfer.js
public/resource/js/transfer.js
+1
-0
No files found.
application/index/view/transfer/index.html
View file @
925adae3
...
...
@@ -63,7 +63,7 @@
<select
class=
"form-control btn2 ld-Marheight"
id=
"is_guest"
>
<option
value=
""
>
是否有客方
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"
2
"
>
否
</option>
<option
value=
"
0
"
>
否
</option>
</select>
<div
class=
"clear"
style=
"clear: both;"
>
...
...
public/resource/js/myTransfer.js
View file @
925adae3
define
([
'doT'
,
'text!temp/transfer_template_tpl.html'
,
'css!style/home.css'
,
'paginationStart'
],
function
(
doT
,
template
)
{
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
user
=
{
pageNo
:
1
,
/*第几页*/
pageSize
:
10
,
/*每页显示多少条*/
...
...
@@ -81,6 +83,7 @@ define (['doT', 'text!temp/transfer_template_tpl.html', 'css!style/home.css','pa
getList
:
function
(
pageNo
)
{
user
.
pageNo
=
pageNo
;
var
params
=
{};
params
.
agent_id
=
user_info_obj
.
id
;
//我的委托转铺
params
.
start_date
=
$
(
"#start_date"
).
val
();
params
.
end_date
=
$
(
"#end_date"
).
val
();
params
.
name
=
$
(
"#name"
).
val
();
...
...
public/resource/js/transfer.js
View file @
925adae3
...
...
@@ -81,6 +81,7 @@ define (['doT', 'text!temp/transfer_template_tpl.html', 'css!style/home.css','pa
getList
:
function
(
pageNo
)
{
user
.
pageNo
=
pageNo
;
var
params
=
{};
params
.
agent_type
=
$
(
"#is_guest"
).
val
();
//是否有客方筛选
params
.
start_date
=
$
(
"#start_date"
).
val
();
params
.
end_date
=
$
(
"#end_date"
).
val
();
params
.
name
=
$
(
"#name"
).
val
();
...
...
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