移动系统liao
2024-05-29 71e821ab5e6b3014fac9b691d6957bcc09704b70
CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html
@@ -203,18 +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>二级返现</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">
@@ -242,9 +246,7 @@
                <td>
                    {{item.spesDesc}}
                </td>
                <td>
                    {{item.freezeStock}}
                </td>
                <td>
                    {{item.weight}}
                </td>
@@ -253,16 +255,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}}
@@ -270,6 +276,11 @@
                <td>
                    {{item.cutMoney}}
                </td>
                {{#if (item.isCustomizable == true){}}
                <td style="color: red;" >是</td>
                {{#}else{}}
                <td >否</td>
                {{#}}}
                <!-- <td>
                    {{item.levelOne}}
                </td>