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
6cc8dfe3
Commit
6cc8dfe3
authored
Jun 20, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
办公楼成交报告
parent
75828316
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
reportListOffice.js
public/resource/js/reportListOffice.js
+18
-18
No files found.
public/resource/js/reportListOffice.js
View file @
6cc8dfe3
...
...
@@ -453,7 +453,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
var
_id
=
_$this
.
closest
(
'tr'
).
attr
(
'data-id'
);
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/getRealIncome'
,
url
:
'/
office_
index/getRealIncome'
,
data
:
{
'bargain_id'
:
_id
},
...
...
@@ -1256,7 +1256,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
bargaininfoShowRed
:
function
()
{
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/index/checkReferrer'
,
'url'
:
'/
office_
index/checkReferrer'
,
data
:
{
"report_id"
:
bargain
.
report_id_liu
},
...
...
@@ -1302,7 +1302,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
});
$
.
ajax
({
'type'
:
'POST'
,
'url'
:
'/index/editBargainInfo'
,
'url'
:
'/
office_
index/editBargainInfo'
,
data
:
_data
,
dataType
:
"json"
,
success
:
function
(
data
)
{
...
...
@@ -1411,7 +1411,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
passBack
:
function
()
{
//点击通过
$
.
ajax
({
'type'
:
'POST'
,
'url'
:
'/index/backOutToOne'
,
'url'
:
'/
office_
index/backOutToOne'
,
data
:
{
"bargain_id"
:
bargain
.
bargain_id
,
"content"
:
$
.
trim
(
$
(
"#pass_cexiao"
).
val
())
...
...
@@ -1503,7 +1503,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
newAddMaid
:
function
(
fn
){
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/searchOrderAgents'
,
url
:
'/
office_
index/searchOrderAgents'
,
data
:
{
'order_id'
:
bargain
.
order_id
},
...
...
@@ -1548,7 +1548,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
};
$
.
ajax
({
type
:
'POST'
,
url
:
'/index/addBargain'
,
url
:
'/
office_
index/addBargain'
,
data
:
{
'id'
:
bargain
.
bargain_id
,
'agent_id'
:
_ywyId
,
...
...
@@ -1588,7 +1588,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
editMaidOk
:
function
(){
$
.
ajax
({
type
:
'POST'
,
url
:
'/index/getBargainCommission'
,
url
:
'/
office_
index/getBargainCommission'
,
data
:
{
'bargain_id'
:
$
(
'#modal_new_maid'
).
attr
(
'data-id'
),
'agent_id'
:
$
(
'#addmaid_input_ywy'
).
attr
(
'data-id'
),
...
...
@@ -1800,7 +1800,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
}
else
{
$
.
ajax
({
type
:
'POST'
,
url
:
'/index/addRealIncome'
,
url
:
'/
office_
index/addRealIncome'
,
data
:
_back
.
list
[
count
],
timeout
:
30000
,
dataType
:
'json'
,
...
...
@@ -1848,12 +1848,12 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
$
(
'#addtax_date'
).
val
(
''
);
//开票日期置空
if
(
obj
[
'type'
]
===
'new'
){
$
(
'#modal_new_tax .modal-title'
).
html
(
'新增开票'
);
_url
=
'/index/searchBargainAgents'
;
_url
=
'/
office_
index/searchBargainAgents'
;
_data
[
'bargain_id'
]
=
bargain
.
bargain_id
;
}
else
{
$
(
'#modal_new_tax .modal-title'
).
html
(
'编辑开票'
);
_tempTableObj
.
attr
(
'data-recordid'
,
obj
[
'id'
]);
_url
=
'/index/getTaxesById'
;
_url
=
'/
office_
index/getTaxesById'
;
_data
[
'taxes_id'
]
=
obj
[
'id'
];
};
$
.
ajax
({
...
...
@@ -1927,7 +1927,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
});
$
.
ajax
({
type
:
'POST'
,
url
:
'/index/addTallAge'
,
url
:
'/
office_
index/addTallAge'
,
data
:
_data
,
timeout
:
30000
,
dataType
:
'json'
,
...
...
@@ -1964,7 +1964,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
delTaxOk
:
function
(
id
)
{
$
.
ajax
({
type
:
'POST'
,
url
:
'/index/delTaxes'
,
url
:
'/
office_
index/delTaxes'
,
data
:
{
'taxes_id'
:
id
},
...
...
@@ -1998,7 +1998,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
deletMaid
:
function
(
id
){
$
.
ajax
({
type
:
'POST'
,
url
:
'/index/delPartialCommission'
,
url
:
'/
office_
index/delPartialCommission'
,
data
:
{
'partial_id'
:
id
},
...
...
@@ -2100,15 +2100,15 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
switchUrl
:
function
(){
switch
(
Number
(
this
.
mainTabIndex
)){
case
0
:
return
'/index/reportListAll/10'
;
return
'/
office_
index/reportListAll/10'
;
case
1
:
return
'/index/reportListOne/1'
;
return
'/
office_
index/reportListOne/1'
;
case
2
:
return
'/index/reportListTwo/2'
;
return
'/
office_
index/reportListTwo/2'
;
case
3
:
return
'/index/reportListThree/3'
;
return
'/
office_
index/reportListThree/3'
;
case
4
:
return
'/index/reportListStatement/4'
;
return
'/
office_
index/reportListStatement/4'
;
default
:
return
''
;
}
...
...
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