From 934afe01593a0ccb2f4dca340ae8a6aa429d1848 Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期三, 10 四月 2024 14:59:42 +0800
Subject: [PATCH] no message

---
 CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html |    3 ++-
 CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html   |    6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html
index d45861f..5288dba 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html
@@ -466,8 +466,9 @@
                 <th>缁忛攢鍟嗕环鏍�</th>
                 <th>鎴愭湰浠�</th>
                 <th>鎸囧闆跺敭浠�</th>
-                <th>鏅�氱敤鎴疯喘涔拌繑鐜�</th>
                 <th>缁忛攢鍟嗙敤鎴疯喘涔拌繑鐜�</th>
+                <th>鏅�氱敤鎴疯喘涔拌繑鐜�</th>
+               
                 <!-- <th>浜岀骇杩旂幇</th>
                 <th>涓夌骇杩旂幇</th> -->
                 <th>鎿嶄綔</th>
diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html
index 2856e6f..d0f84ff 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html
@@ -319,8 +319,9 @@
                 <th>缁忛攢鍟嗕环鏍�</th>
                 <th>鎴愭湰浠�</th>
                 <th>鎸囧闆跺敭浠�</th>
-                <th>鏅�氱敤鎴疯喘涔拌繑鐜�</th>
+                
                 <th>缁忛攢鍟嗙敤鎴疯喘涔拌繑鐜�</th>
+                <th>鏅�氱敤鎴疯喘涔拌繑鐜�</th>
                 <!-- <th>浜岀骇杩旂幇</th>
                 <!-- <th>涓夌骇杩旂幇</th> --> -->
                 <th>鍐荤粨搴撳瓨</th>
@@ -390,7 +391,7 @@
                     <input type="text" name="product[distributionCutMoney][]" value="{{item.distributionCutMoney||'0'}}" placeholder="缁忛攢鍟嗚喘涔拌繑鐜�" class="layui-input layui-inline-1">
                 </td>
                 <td>
-                    <input type="text" name="product[cutMoney][]" value="{{item.cutMoney|'0'}}" placeholder="鏅�氱敤鎴疯喘涔拌繑鐜�" class="layui-input layui-inline-1">
+                    <input type="text" name="product[cutMoney][]" value="{{item.cutMoney||'0'}}" placeholder="鏅�氱敤鎴疯喘涔拌繑鐜�" class="layui-input layui-inline-1">
                 </td>
                 <!-- <td>
                     <input type="text" name="product[levelTwo][]" value="{{item.levelTwo}}" placeholder="浜岀骇杩旂幇" class="layui-input layui-inline-1">
@@ -1995,6 +1996,7 @@
                             productModel.distributionCutMoney = field['product[distributionCutMoney][' + i + ']'];
                             productModel.cutMoney = field['product[cutMoney][' + i + ']'];
                             products.push(productModel);
+                            
                         }
                         //浼氬憳浠锋牸妯″瀷
                         var gradePrice = [];

--
Gitblit v1.9.1