username@email.com
2024-05-15 c2b4e7c86e790d3880a8da9adeffafb3e6c12145
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,21 @@
                <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>二级返现</th>
                    <!-- <th>三级返现</th> --> -->
            </tr>
        </thead>
        <tbody id="productsTbody">
@@ -239,9 +245,7 @@
                <td>
                    {{item.spesDesc}}
                </td>
                <td>
                    {{item.freezeStock}}
                </td>
                <td>
                    {{item.weight}}
                </td>
@@ -250,15 +254,28 @@
                    {{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>
                <!-- <td>
                    {{item.levelOne}}
                </td>
                <td>
@@ -266,7 +283,7 @@
                </td>
                <td>
                    {{item.levelThree}}
                </td>
                </td> -->
            </tr>
            {{# }); }}
        </tbody>