From d7fec17e093788d71dcd89bb0d94030a9f6ecfae Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期一, 13 五月 2024 14:25:38 +0800
Subject: [PATCH] 调整显示顺序

---
 CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html |   39 ++++++++++++++++++++++-----------------
 1 files changed, 22 insertions(+), 17 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 c5fc8ff..e28905c 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html
@@ -203,18 +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>浜岀骇杩旂幇</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">
@@ -242,9 +245,7 @@
                 <td>
                     {{item.spesDesc}}
                 </td>
-                <td>
-                    {{item.freezeStock}}
-                </td>
+               
                 <td>
                     {{item.weight}}
                 </td>
@@ -253,16 +254,20 @@
                     {{item.stock}}
                 </td>
                 <td>
-                    {{item.price}}
+                    {{item.freezeStock}}
                 </td>
                 <td>
-                    {{item.costprice}}
+                    {{item.mktprice}}
                 </td>
+                <td>
+                    {{item.price}}
+                </td>
+              
                 <td>
                     {{item.distributionPrice}}
                 </td>
                 <td>
-                    {{item.mktprice}}
+                    {{item.costprice}}
                 </td>
                 <td>
                     {{item.distributionCutMoney}}

--
Gitblit v1.9.1