From 5d6cb15ac86d9174393cb9d1538d69b567e2c26c Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 09 五月 2024 08:56:50 +0800
Subject: [PATCH] 修改货品编辑bug

---
 CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html |   28 ++++++++++++++++++++--------
 1 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html
index dd56be1..c5fc8ff 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html
@@ -192,10 +192,10 @@
             <col width="80">
             <col width="80">
             <col width="80">
-            <col width="80">
-            <col width="80">
-            <col width="80">
-            <col width="80">
+            <col width="100">
+            <col width="100">
+            <col width="100">
+            <col width="100">
         </colgroup>
         <thead>
             <tr>
@@ -208,10 +208,13 @@
                 <th>搴撳瓨</th>
                 <th><i class="required-color">*</i>閿�鍞环</th>
                 <th>鎴愭湰浠�</th>
-                <th>甯傚満浠�</th>
-                <th>涓�绾ц繑鐜�</th>
+                <th>缁忛攢鍟嗕环鏍�</th>
+                <th>鎸囧闆跺敭浠�</th>
+                <th>缁忛攢鍟嗙敤鎴疯喘涔拌繑鐜�</th>
+                <th>鏅�氱敤鎴疯喘涔拌繑鐜�</th>
+                <!-- <th>涓�绾ц繑鐜�</th>
                 <th>浜岀骇杩旂幇</th>
-                <th>涓夌骇杩旂幇</th>
+                <th>涓夌骇杩旂幇</th> -->
             </tr>
         </thead>
         <tbody id="productsTbody">
@@ -256,9 +259,18 @@
                     {{item.costprice}}
                 </td>
                 <td>
+                    {{item.distributionPrice}}
+                </td>
+                <td>
                     {{item.mktprice}}
                 </td>
                 <td>
+                    {{item.distributionCutMoney}}
+                </td>
+                <td>
+                    {{item.cutMoney}}
+                </td>
+                <!-- <td>
                     {{item.levelOne}}
                 </td>
                 <td>
@@ -266,7 +278,7 @@
                 </td>
                 <td>
                     {{item.levelThree}}
-                </td>
+                </td> -->
             </tr>
             {{# }); }}
         </tbody>

--
Gitblit v1.9.1