From 5591c18dc3500bd3e0719bb6b28b26f7f9e7cb58 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 15 五月 2024 09:46:19 +0800 Subject: [PATCH] 计划订单 --- CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) 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