完成新客立减功能

This commit is contained in:
2025-11-20 14:41:19 +08:00
parent 3f9f3ea25c
commit 8fa21b3404
13 changed files with 507 additions and 50 deletions

View File

@@ -124,10 +124,9 @@ let timer=null
//全部的分成比例加起来不能超过100%
function checkNumberCommission(e,index){
const value=e.detail.value
const total=allCommission()
if(total>100){
if(value>100){
uni.showToast({
title:'分成比例加起来不能超过100%',
title:'分成比例不能超过100',
icon:'none'
})
form.levelConfigList[index].levelOneCommission=''