From 71e821ab5e6b3014fac9b691d6957bcc09704b70 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 29 五月 2024 11:45:04 +0800
Subject: [PATCH] 修改定制封面逻辑

---
 CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html |   63 +++++++++++++++++++++----------
 1 files changed, 43 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..105ac2c 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,22 @@
                 <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 style="width: 80px;">鏀寔瀹氬埗</th>
+                    <!-- <th>浜岀骇杩旂幇</th>
+                    <!-- <th>涓夌骇杩旂幇</th> --> -->
             </tr>
         </thead>
         <tbody id="productsTbody">
@@ -239,9 +246,7 @@
                 <td>
                     {{item.spesDesc}}
                 </td>
-                <td>
-                    {{item.freezeStock}}
-                </td>
+               
                 <td>
                     {{item.weight}}
                 </td>
@@ -250,15 +255,33 @@
                     {{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>
+                {{#if (item.isCustomizable == true){}}
+                <td style="color: red;" >鏄�</td>
+                {{#}else{}}
+                <td >鍚�</td>
+                {{#}}}
+                <!-- <td>
                     {{item.levelOne}}
                 </td>
                 <td>
@@ -266,7 +289,7 @@
                 </td>
                 <td>
                     {{item.levelThree}}
-                </td>
+                </td> -->
             </tr>
             {{# }); }}
         </tbody>

--
Gitblit v1.9.1