zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html | ●●●●● patch | view | raw | blame | history |
zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html
@@ -835,7 +835,18 @@ } item.count = 1; if (this.staffUser) { //加入业绩 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, @@ -846,6 +857,7 @@ commission : 0, isShare: false, }); } this.order.items.push(item); }