|
|
@@ -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,
|
|
|
};
|