|  |  | 
 |  |  |             title="业绩设置" | 
 |  |  |             :visible.sync="drawer" | 
 |  |  |             :direction="direction" | 
 |  |  |             size="50%" | 
 |  |  |             size="90%" | 
 |  |  |     > | 
 |  |  |         <el-row> | 
 |  |  |             <el-col :span="24"> | 
 |  |  | 
 |  |  |                     } | 
 |  |  |                     item.count = 1; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     if (this.staffUser.suId) { | 
 |  |  |                         //加入业绩 | 
 |  |  |                         this.achieveList.push({ | 
 |  |  |                             orderItem: item, | 
 |  |  |                             staff: this.staffUser, | 
 |  |  |                             saleId: this.staffUser.suId, | 
 |  |  |                             achieveMoney: item.payMoney, | 
 |  |  |                             t3: '现金业绩', | 
 |  |  |                             commission: 0, | 
 |  |  |                             isShare: false, | 
 |  |  |                         }); | 
 |  |  |                     } else { | 
 |  |  |                     //加入业绩 | 
 |  |  |                     this.achieveList.push({ | 
 |  |  |                         orderItem: item, | 
 |  |  | 
 |  |  |                         commission : 0, | 
 |  |  |                         isShare: false, | 
 |  |  |                     }); | 
 |  |  |                     } | 
 |  |  |                     this.order.items.push(item); | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  | 
 |  |  |                                     item.payMoney = zkPrice * count; | 
 |  |  |                                 } | 
 |  |  |                                 _this.order.payMoney += parseFloat(item.payMoney); | 
 |  |  |  | 
 |  |  |                                 _this.achieveList.forEach(achieve=>{ | 
 |  |  |                                     if(achieve.orderItem==item){ | 
 |  |  |                                         achieve.achieveMoney=item.payMoney; | 
 |  |  |                                     } | 
 |  |  |                                 }) | 
 |  |  |                             }); | 
 |  |  |  | 
 |  |  |                             //计算欠款 | 
 |  |  |                             // _this.order.arrears = _this.order.zkTotal - _this.order.payMoney; | 
 |  |  |                             // if (_this.order.arrears < 0) { |