完成新客立减功能
This commit is contained in:
@@ -86,14 +86,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="u-m-t-32">
|
||||
<my-pagination
|
||||
:page="query.page"
|
||||
:totalElements="query.totalElements"
|
||||
:size="query.size"
|
||||
@change="pageChange"
|
||||
></my-pagination>
|
||||
</view>
|
||||
|
||||
</template>
|
||||
<template v-if="hasAjax && list.length <= 0">
|
||||
<my-img-empty tips="未找到相关用户"></my-img-empty>
|
||||
|
||||
@@ -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=''
|
||||
|
||||
Reference in New Issue
Block a user