haizhouwang 2 anni fa
parent
commit
4218b19986

+ 0 - 7
src/views/FinancialManagement/ExpenseManagement/ExpenseApplyFor.vue

@@ -661,13 +661,6 @@ export default {
     },
     //收入资金归属利润事件
     profitBlur(e, num) {
-      if (num == 1) {
-        //收入
-        this.profitObj.outProfitValue = 100 - this.profitObj.entProfitValue;
-      } else {
-        //支出
-        this.profitObj.entProfitValue = 100 - this.profitObj.outProfitValue;
-      }
       this.tableForm.entProfit = {
         [this.profitObj.entProfitName]: this.profitObj.entProfitValue,
       };