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
e95419b9
Commit
e95419b9
authored
Jun 25, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8706d06f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+12
-2
inspectionRecordAllOffice.js
public/resource/js/inspectionRecordAllOffice.js
+1
-1
No files found.
public/resource/js/financial_manager_daily_list.js
View file @
e95419b9
...
...
@@ -529,7 +529,12 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
_doc
.
on
(
'click'
,
'.details-btn-liu'
,
function
()
{
var
_id
=
$
(
this
).
attr
(
"data-id"
);
var
_type
=
$
(
this
).
attr
(
"data-typeC"
);
$
(
'.iframe-bargaininfo-static'
).
attr
(
'src'
,
'/app_broker/bargaininfo_detail_static_pc?orderid='
+
_id
+
'&type='
+
_type
).
load
;
if
(
_type
==
2
){
$
(
'.iframe-bargaininfo-static'
).
attr
(
'src'
,
'/app_broker/bargaininfo_detail_static_pc_office?orderid='
+
_id
+
'&type='
+
_type
).
load
;
}
else
{
$
(
'.iframe-bargaininfo-static'
).
attr
(
'src'
,
'/app_broker/bargaininfo_detail_static_pc?orderid='
+
_id
+
'&type='
+
_type
).
load
;
}
});
//时间轴点击事件
_doc
.
on
(
'click'
,
'a[href="#modal-time-liu"]'
,
function
(
e
){
...
...
@@ -537,7 +542,12 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
e
.
stopPropagation
();
var
_id
=
$
(
this
).
attr
(
"data-id"
);
var
_type
=
$
(
this
).
attr
(
"data-typeC"
);
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
_id
+
'&type='
+
_type
);
if
(
_type
==
2
){
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc_office?order_id='
+
_id
+
'&type='
+
_type
);
}
else
{
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
_id
+
'&type='
+
_type
);
}
});
//获取调整详情
$
(
document
).
on
(
'click'
,
'.add-pic-liu'
,
function
(
e
){
...
...
public/resource/js/inspectionRecordAllOffice.js
View file @
e95419b9
...
...
@@ -90,7 +90,7 @@ define(['doT', 'text!temp/inspectionRecordAllOffice_list_template_tpl.html', 'cs
var
_packdata
=
$
(
this
).
closest
(
'tr'
).
attr
(
'data-data'
);
e
.
preventDefault
();
e
.
stopPropagation
();
$
(
'.iframe-submit-report'
).
attr
(
'src'
,
'/app_broker/submit_report_pc?packdata='
+
_packdata
+
'&type=2'
);
$
(
'.iframe-submit-report'
).
attr
(
'src'
,
'/app_broker/submit_report_pc
_office
?packdata='
+
_packdata
+
'&type=2'
);
});
$
(
"#search"
).
click
(
function
()
{
//搜索
record
.
getList
(
1
);
...
...
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