移动系统liao
2024-05-08 f7f968bf90a2124d1787919b116bb143290622ce
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>
@@ -208,10 +208,13 @@
                <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>三级返现</th> -->
            </tr>
        </thead>
        <tbody id="productsTbody">
@@ -256,9 +259,18 @@
                    {{item.costprice}}
                </td>
                <td>
                    {{item.distributionPrice}}
                </td>
                <td>
                    {{item.mktprice}}
                </td>
                <td>
                    {{item.distributionCutMoney}}
                </td>
                <td>
                    {{item.cutMoney}}
                </td>
                <!-- <td>
                    {{item.levelOne}}
                </td>
                <td>
@@ -266,7 +278,7 @@
                </td>
                <td>
                    {{item.levelThree}}
                </td>
                </td> -->
            </tr>
            {{# }); }}
        </tbody>