From 4ade37283f06a39057992828e13058ef804ae606 Mon Sep 17 00:00:00 2001 From: jyy <935090232@qq.com> Date: Mon, 25 Jan 2021 16:35:23 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/api' into api --- zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html index b596745..c0baf45 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html @@ -835,7 +835,7 @@ } item.count = 1; - if (this.staffUser) { + if (this.staffUser.suId) { //加入业绩 this.achieveList.push({ orderItem: item, -- Gitblit v1.9.1