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
4e0f596d
Commit
4e0f596d
authored
Jun 21, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
办公楼
parent
9e9f2286
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
officeFollowUp.js
public/resource/js/officeFollowUp.js
+1
-1
reportListOffice.js
public/resource/js/reportListOffice.js
+1
-1
waitBackoutOffice.js
public/resource/js/waitBackoutOffice.js
+8
-8
No files found.
public/resource/js/officeFollowUp.js
View file @
4e0f596d
...
@@ -235,7 +235,7 @@ define(['doT', 'text!temp/follow_office_template_tpl.html', 'css!style/home.css'
...
@@ -235,7 +235,7 @@ define(['doT', 'text!temp/follow_office_template_tpl.html', 'css!style/home.css'
}
}
$
.
ajax
({
$
.
ajax
({
type
:
'POST'
,
type
:
'POST'
,
url
:
'/
broker
/houseFollowUpList'
,
//商铺跟进 对接接口
url
:
'/
office
/houseFollowUpList'
,
//商铺跟进 对接接口
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
...
public/resource/js/reportListOffice.js
View file @
4e0f596d
...
@@ -1025,7 +1025,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
...
@@ -1025,7 +1025,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
getRole
:
function
(
fn
)
{
getRole
:
function
(
fn
)
{
var
userObj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
var
userObj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
$
.
ajax
({
$
.
ajax
({
url
:
'/
broker
/getCommission'
,
url
:
'/
office_index
/getCommission'
,
type
:
'GET'
,
type
:
'GET'
,
async
:
true
,
async
:
true
,
data
:
{
data
:
{
...
...
public/resource/js/waitBackoutOffice.js
View file @
4e0f596d
...
@@ -156,13 +156,13 @@ define(['doT', 'text!temp/wait_backout_office_template_tpl.html', 'text!temp/rep
...
@@ -156,13 +156,13 @@ define(['doT', 'text!temp/wait_backout_office_template_tpl.html', 'text!temp/rep
pass
:
function
()
{
//点击通过
pass
:
function
()
{
//点击通过
var
a_url
=
''
;
var
a_url
=
''
;
if
(
bargain
.
mainTabIndex
==
0
)
{
if
(
bargain
.
mainTabIndex
==
0
)
{
a_url
=
"/index/checkBackOutOne/1"
a_url
=
"/
office_
index/checkBackOutOne/1"
};
};
if
(
bargain
.
mainTabIndex
==
1
)
{
if
(
bargain
.
mainTabIndex
==
1
)
{
a_url
=
"/index/checkBackOutTwo/2"
a_url
=
"/
office_
index/checkBackOutTwo/2"
};
};
if
(
bargain
.
mainTabIndex
==
2
)
{
if
(
bargain
.
mainTabIndex
==
2
)
{
a_url
=
"/index/checkBackOutThree/3"
a_url
=
"/
office_
index/checkBackOutThree/3"
};
};
console
.
log
(
a_url
);
console
.
log
(
a_url
);
// if(bargain.mainTabIndex == 3) {
// if(bargain.mainTabIndex == 3) {
...
@@ -198,13 +198,13 @@ define(['doT', 'text!temp/wait_backout_office_template_tpl.html', 'text!temp/rep
...
@@ -198,13 +198,13 @@ define(['doT', 'text!temp/wait_backout_office_template_tpl.html', 'text!temp/rep
switchUrl
:
function
(){
switchUrl
:
function
(){
switch
(
Number
(
this
.
mainTabIndex
)){
switch
(
Number
(
this
.
mainTabIndex
)){
case
0
:
case
0
:
return
'/index/backOutOne/5'
;
return
'/
office_
index/backOutOne/5'
;
case
1
:
case
1
:
return
'/index/backOutTwo/7'
;
return
'/
office_
index/backOutTwo/7'
;
case
2
:
case
2
:
return
'/index/backOutThree/8'
;
return
'/
office_
index/backOutThree/8'
;
case
3
:
case
3
:
return
'/index/reportListUndone/6'
;
return
'/
office_
index/reportListUndone/6'
;
default
:
default
:
return
''
;
return
''
;
}
}
...
@@ -352,7 +352,7 @@ define(['doT', 'text!temp/wait_backout_office_template_tpl.html', 'text!temp/rep
...
@@ -352,7 +352,7 @@ define(['doT', 'text!temp/wait_backout_office_template_tpl.html', 'text!temp/rep
//恢复正常
//恢复正常
backToNormal
:
function
()
{
backToNormal
:
function
()
{
$
.
ajax
({
$
.
ajax
({
url
:
'/index/recoveryBargain'
,
url
:
'/
office_
index/recoveryBargain'
,
type
:
'POST'
,
type
:
'POST'
,
async
:
true
,
async
:
true
,
data
:
{
data
:
{
...
...
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