From d7c7a6e9d05eec7b38b41b8ae39f373f650ca891 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 15 五月 2024 14:48:03 +0800
Subject: [PATCH] no message

---
 CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html |   57 +++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 37 insertions(+), 20 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 9dccd14..e28905c 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>
@@ -203,15 +203,21 @@
                 <th>鍥剧墖</th>
                 <th>璐у彿</th>
                 <th>SKU</th>
-                <th>鍐荤粨搴撳瓨</th>
+              
                 <th>閲嶉噺(鍏�)</th>
-                <th>搴撳瓨</th>
-                <th><i class="required-color">*</i>閿�鍞环</th>
-                <th>鎴愭湰浠�</th>
-                <th>鎸囧闆跺敭浠�</th>
-                <th>涓�绾ц繑鐜�</th>
-                <th>浜岀骇杩旂幇</th>
-                <th>涓夌骇杩旂幇</th>
+                <!-- <th>璧犻�佺Н鍒�</th>
+                    <th>绉垎鏈�澶�<br />鍙姷閲戦</th> -->
+                    <th>搴撳瓨鏁伴噺</th>
+                    <th>鍐荤粨搴撳瓨</th>
+                    <th style="width: 60px;">寤鸿闆跺敭浠�</th>
+                    <th><i class="required-color">*</i>閿�鍞环</th>
+                    <th>缁忛攢鍟嗕环</th>
+                    <th>鎴愭湰浠�</th>               
+                    
+                    <th style="width: 60px;">鎺ㄥ箍缁忛攢鍟嗛噰璐繑鐜�</th>
+                    <th>鎺ㄥ箍鐢ㄦ埛璐拱杩旂幇</th>
+                    <!-- <th>浜岀骇杩旂幇</th>
+                    <!-- <th>涓夌骇杩旂幇</th> --> -->
             </tr>
         </thead>
         <tbody id="productsTbody">
@@ -239,9 +245,7 @@
                 <td>
                     {{item.spesDesc}}
                 </td>
-                <td>
-                    {{item.freezeStock}}
-                </td>
+               
                 <td>
                     {{item.weight}}
                 </td>
@@ -250,15 +254,28 @@
                     {{item.stock}}
                 </td>
                 <td>
-                    {{item.price}}
-                </td>
-                <td>
-                    {{item.costprice}}
+                    {{item.freezeStock}}
                 </td>
                 <td>
                     {{item.mktprice}}
                 </td>
                 <td>
+                    {{item.price}}
+                </td>
+              
+                <td>
+                    {{item.distributionPrice}}
+                </td>
+                <td>
+                    {{item.costprice}}
+                </td>
+                <td>
+                    {{item.distributionCutMoney}}
+                </td>
+                <td>
+                    {{item.cutMoney}}
+                </td>
+                <!-- <td>
                     {{item.levelOne}}
                 </td>
                 <td>
@@ -266,7 +283,7 @@
                 </td>
                 <td>
                     {{item.levelThree}}
-                </td>
+                </td> -->
             </tr>
             {{# }); }}
         </tbody>

--
Gitblit v1.9.1