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
17a43083
Commit
17a43083
authored
Jun 11, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分佣比例改为保留小数点两位
parent
d53a80d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
reportDetails.vue
public/appnew/src/components/reportDetails/reportDetails.vue
+1
-1
user.js
public/resource/js/user.js
+1
-1
No files found.
public/appnew/src/components/reportDetails/reportDetails.vue
View file @
17a43083
...
...
@@ -75,7 +75,7 @@
<div
class=
"bottom-border"
>
业务员
<span
class=
"left"
>
{{
item
.
name
}}{{
item
.
phone
}}
</span></div>
</li>
<li
class=
"main-sec-li"
>
<div
class=
"bottom-border"
>
分佣比例
<span
class=
"left"
>
{{
item
.
scale
}}
%
</span></div>
<div
class=
"bottom-border"
>
分佣比例
<span
class=
"left"
>
{{
(
item
.
scale
*
1
).
toFixed
(
2
)
}}
%
</span></div>
</li>
<li
class=
"main-sec-li li-border-bottom"
>
<div>
应分佣金
<span
class=
"left"
>
{{
item
.
should_commission
}}
元
</span></div>
...
...
public/resource/js/user.js
View file @
17a43083
...
...
@@ -443,7 +443,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
var
params
=
{};
params
.
user_name
=
$
(
"#add_user_form input[name='user_name']"
).
val
();
params
.
user_phone
=
$
(
"#add_user_form input[name='user_phone']"
).
val
();
params
.
agents_id
=
$
(
"#add_user_form input[name='agent_id']"
).
val
()
;
//客方
params
.
agents_id
=
user
.
agent_id
;
//客方
params
.
sex
=
$
(
"#user_sex option:selected"
).
val
();
params
.
price_demand
=
$
(
"#price_type2"
).
val
();
params
.
area_demand
=
$
(
"#area_type2"
).
val
();
...
...
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