From 1eedb8a57c2eb5c9953dcf058184ebdc6987fbf5 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 24 May 2022 15:14:21 +0800
Subject: [PATCH] Merge branch 'feature/订单服务单代码改造' into alpha

---
 zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/orderXq-form.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/orderXq-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/orderXq-form.html
index 2e3cc8b..f496dba 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/orderXq-form.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/orderXq-form.html
@@ -212,8 +212,10 @@
                                     label="单价">
                             </el-table-column>
                             <el-table-column
-                                    prop="count"
                                     label="可退数量">
+                                <template slot-scope="scope">
+                                  {{scope.row.count- scope.row.refundCount}}
+                                </template>
                             </el-table-column>
                             <el-table-column label="退款单价">
                                 <template slot-scope="scope">
@@ -683,7 +685,7 @@
                                 }
                             }
 
-                            item.achaeveList = achieveList;
+                            item.achieveList = achieveList;
                         }
                         if (item.returnStore) {
                             item.isReturnStore = 'Y';

--
Gitblit v1.9.1