lisenzhou 2 anni fa
parent
commit
74331ee087
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      src/subpackages/pages/marketing/changeVisit/index.jsx

+ 2
- 1
src/subpackages/pages/marketing/changeVisit/index.jsx Vedi File

@@ -339,7 +339,8 @@ export default withLayout((props) => {
339 339
 
340 340
       if (
341 341
         Number(params.totalCommission || 0) -
342
-          Number(channelCustomerInfo?.channelCustomer?.settledCommission || 0) <
342
+          Number(channelCustomerInfo?.channelCustomer?.settledCommission || 0) /
343
+            100 <
343 344
         Number(params.currentCommission || 0)
344 345
       ) {
345 346
         Taro.showToast({