Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
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
hlcm
leaf-hlcm
Commits
27cd8ab0
Commit
27cd8ab0
authored
Jan 16, 2026
by
panhong18943
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金政策维护优化
parent
5d117041
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
bp_agent_bounty_detail.lview
...in/webapp/modules/hls/HLS303/bp_agent_bounty_detail.lview
+5
-2
No files found.
src/main/webapp/modules/hls/HLS303/bp_agent_bounty_detail.lview
View file @
27cd8ab0
...
...
@@ -76,8 +76,11 @@
}
}
if(
name =
=
'comsn_rate'){
if(result_record[i].get('comsn_rate')
==
0){
$L.showMessage('提示','佣金比例不能为0!');
if(result_record[i].get('comsn_rate')
<
0){
$L.showMessage('提示','佣金比例不能小于0!');
setTimeout(function
()
{
result_record[i].set('comsn_rate','');
},
20);
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