Commit 27cd8ab0 authored by panhong18943's avatar panhong18943

佣金政策维护优化

parent 5d117041
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment