|  |  | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <el-table | 
 |  |  |             v-if="item" | 
 |  |  |             :data="activeName === '0' ? form.addDetailList : form.delDetailList" | 
 |  |  |             border | 
 |  |  |             show-summary | 
 |  |  | 
 |  |  |       columns.forEach((column, index) => { | 
 |  |  |         if (index === 0) { | 
 |  |  |           sums[index] = '总价' | 
 |  |  |         } else if (index === 7) { | 
 |  |  |         } else if (this.item.hasDispatchUnit === 1 && index === 6) { | 
 |  |  |           let total = 0 | 
 |  |  |           if (this.activeName === '0') { | 
 |  |  |             this.form.addDetailList.forEach(item => { | 
 |  |  |               total += item.fee || 0 | 
 |  |  |             }) | 
 |  |  |             sums[index] = (total || 0).toFixed(2) | 
 |  |  |           } else { | 
 |  |  |             this.form.delDetailList.forEach(item => { | 
 |  |  |               total += item.reducePrice | 
 |  |  |             }) | 
 |  |  |             sums[index] = (total || 0).toFixed(2) | 
 |  |  |           } | 
 |  |  |         } else if (this.item.hasDispatchUnit !== 1 && index === 7) { | 
 |  |  |           let total = 0 | 
 |  |  |           if (this.activeName === '0') { | 
 |  |  |             this.form.addDetailList.forEach(item => { | 
 |  |  | 
 |  |  |         this.visible = false | 
 |  |  |         this.$tip.apiSuccess('操作成功') | 
 |  |  |         // this.$refs.OperaApplyChangeDetailWindow.open('加减保详情', { applyId: this.form.id, id: res }) | 
 |  |  |         this.$emit('success', { applyId: this.form.id, id: res }) | 
 |  |  |         //   { applyId: this.form.id, id: res } | 
 |  |  |         this.$emit('success') | 
 |  |  |       }).catch(e => { | 
 |  |  |         this.$tip.apiFailed(e) | 
 |  |  |       }).finally(() => { | 
 |  |  | 
 |  |  |         return | 
 |  |  |       } | 
 |  |  |       if (this.activeName === '0') { | 
 |  |  |         this.$refs.addEmployee.open('添加加保员工', { arr: this.form.addDetailList, solutionId: this.item.newVersionSolutionId, price: this.price, companyId: this.item.hasDispatchUnit === 1 ? '1' : '' }) | 
 |  |  |         this.$refs.addEmployee.open('添加加保员工', { arr: this.form.addDetailList, solutionId: this.item.newVersionSolutionId, price: this.price, companyId: this.item.hasDispatchUnit === 1 ? '1' : '', hasDispatchUnit: this.item.hasDispatchUnit }) | 
 |  |  |       } else { | 
 |  |  |         this.$refs.addEmployee.open('添加减保员工', { arr: this.form.delDetailList, solutionId: this.item.newVersionSolutionId, price: this.reducePrice, companyId: this.item.hasDispatchUnit === 1 ? '1' : '' }) | 
 |  |  |         this.$refs.addEmployee.open('添加减保员工', { arr: this.form.delDetailList, solutionId: this.item.newVersionSolutionId, price: this.reducePrice, companyId: this.item.hasDispatchUnit === 1 ? '1' : '', hasDispatchUnit: this.item.hasDispatchUnit }) | 
 |  |  |       } | 
 |  |  |     }, | 
 |  |  |     uploadUser () { | 
 |  |  | 
 |  |  |       } | 
 |  |  |     }, | 
 |  |  |     getUser (obj) { | 
 |  |  |       console.log(this.seleData) | 
 |  |  |       this.seleData.forEach(item => { | 
 |  |  |         if (this.activeName === '0') { | 
 |  |  |           this.form.addDetailList.forEach(row => { |