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
909befa7
Commit
909befa7
authored
Jul 22, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
比例修改
parent
12a24753
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
reportList.js
public/resource/js/reportList.js
+11
-4
No files found.
public/resource/js/reportList.js
View file @
909befa7
...
@@ -379,19 +379,26 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
...
@@ -379,19 +379,26 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
});
});
},
},
getDefaultRadio
:
function
(
v
){
getDefaultRadio
:
function
(
v
){
//1,盘方
//2,客方
//3,反签
//4,独家
//5,合作方
//6,APP盘下载方
//7,APP客下载方
switch
(
Number
(
v
)){
switch
(
Number
(
v
)){
case
1
:
case
1
:
return
20
;
case
2
:
return
25
;
return
25
;
case
2
:
return
30
;
case
3
:
case
3
:
return
35
;
return
35
;
case
4
:
case
4
:
return
100
;
return
100
;
case
6
:
case
6
:
return
10
;
return
5
;
case
7
:
case
7
:
return
10
;
return
5
;
default
:
default
:
return
25
;
return
25
;
}
}
...
...
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