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
1e4028d0
Commit
1e4028d0
authored
Jun 24, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c2ae9b2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
reportListOffice.js
public/resource/js/reportListOffice.js
+6
-3
No files found.
public/resource/js/reportListOffice.js
View file @
1e4028d0
...
...
@@ -1025,7 +1025,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
getRole
:
function
(
fn
)
{
var
userObj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
$
.
ajax
({
url
:
'/office
_index
/getCommission'
,
url
:
'/office/getCommission'
,
type
:
'GET'
,
async
:
true
,
data
:
{
...
...
@@ -1371,10 +1371,10 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
pass
:
function
()
{
//点击通过
var
a_url
=
''
;
if
(
bargain
.
mainTabIndex
==
1
)
{
a_url
=
"/index/checkReportAttache/1"
a_url
=
"/
office_
index/checkReportAttache/1"
};
if
(
bargain
.
mainTabIndex
==
2
)
{
a_url
=
"/index/checkReportManager/2"
a_url
=
"/
office_
index/checkReportManager/2"
};
// if(bargain.mainTabIndex == 2) {
// a_url = "/index/checkReportMajordomo/2"
...
...
@@ -1840,6 +1840,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
},
newAddTax
:
function
(
obj
)
{
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
var
_tempTableObj
=
$
(
'.addtax-modal-tax-table'
);
_tempTableObj
.
attr
(
'data-type'
,
obj
[
'type'
]);
var
_url
=
''
;
...
...
@@ -1850,6 +1851,8 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
$
(
'#modal_new_tax .modal-title'
).
html
(
'新增开票'
);
_url
=
'/office_index/searchBargainAgents'
;
_data
[
'bargain_id'
]
=
bargain
.
bargain_id
;
_data
[
'AuthToken'
]
=
user_info_obj
.
AuthToken
;
}
else
{
$
(
'#modal_new_tax .modal-title'
).
html
(
'编辑开票'
);
_tempTableObj
.
attr
(
'data-recordid'
,
obj
[
'id'
]);
...
...
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