liaoxujun@qq.com
2024-04-10 934afe01593a0ccb2f4dca340ae8a6aa429d1848
no message
2个文件已修改
9 ■■■■■ 已修改文件
CoreCms.Net.Web.Admin/wwwroot/views/good/goods/create.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CoreCms.Net.Web.Admin/wwwroot/views/good/goods/edit.html 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
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 = [];