|
@@ -129,6 +129,10 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
const { employeeProfitSharingRatio, serialNumber, unifiedCertificationNumber } = this.formValues
|
|
|
+ if (employeeProfitSharingRatio > this.formValues.maxRatio) {
|
|
|
+ this.$message.error('分润比例不能大于可分润比例')
|
|
|
+ return
|
|
|
+ }
|
|
|
this.loading = true
|
|
|
try {
|
|
|
await getCustomerProfitSharingClaimStaffAdd({
|