Browse Source

收银页付款新增会员信息与订单金额信息

lhm 3 years ago
parent
commit
2a4dd30b25
1 changed files with 12 additions and 0 deletions
  1. 12 0
      kmall-admin/src/main/webapp/WEB-INF/page/sale/sale.html

+ 12 - 0
kmall-admin/src/main/webapp/WEB-INF/page/sale/sale.html

@@ -334,6 +334,18 @@
                                         <h4 class="modal-title" id="payModalLabel">付款码</h4>
                                     </div>
                                     <div class="modal-body">
+                                        <div style="margin-bottom: 50px">
+                                            <ul style="display: inline-block">
+                                                <li><h5 style="border: white;padding: 8px;">总件数:{{totalCount}}</h5></li>
+                                                <li><h5 style="border: white;padding: 8px;">总价:{{totalPrice}}</h5></li>
+                                                <li><h5 style="border: white;padding: 8px;color: red;">实际支付价:{{actualPrice}}</h5></li>
+                                            </ul>
+                                            <ul style="display: inline-block">
+                                                <li><h5 style="border: white;padding: 8px">会员等级:{{levelName}}</h5></li>
+                                                <li><h5 style="border: white;padding: 8px">会员当前积分:{{memberCurrentAvailableScore}}</h5></li>
+                                                <li><h5 style="border: white;padding: 8px">抵扣积分:{{deductionScore}}</h5></li>
+                                            </ul>
+                                        </div>
                                         <form>
                                             <div class="form-group">
                                                 <i-input id="payCode" class="payCodeInput" @on-enter="submitOrder" ref="payCode" size="60%" placeholder="请输入付款码"/>