| | |
| | | <meta http-equiv="Cache-Control" content="no-siteapp"/> |
| | | <LINK rel="Bookmark" href="../images/favicon.ico"> |
| | | <!-- 本框架基本脚本和样式 --> |
| | | <script type="text/javascript" |
| | | th:src="@{/js/plugin/jquery-2.1.4.min.js}"></script> |
| | | <script type="text/javascript" |
| | | th:src="@{/js/systools/MBase.js}"></script> |
| | | <script type="text/javascript" th:src="@{/js/systools/MBaseVue.js}"></script> |
| | | <script type="text/javascript" th:src="@{/js/plugin/jquery-2.1.4.min.js}"></script> |
| | | <script type="text/javascript" th:src="@{/plugin/moment.min.js}"></script> |
| | | <script type="text/javascript" th:src="@{/js/systools/MBase.js}"></script> |
| | | <script type="text/javascript" th:src="@{/js/function/vip.js}"></script> |
| | | <link rel="stylesheet" th:href="@{/plugin/element-ui/index.css}"> |
| | | |
| | | <script type="text/javascript" th:src="@{/js/function/vip.js}"></script> |
| | | <script type="text/javascript" th:src="@{/js/function/meiduCommon.js}"></script> |
| | | <title></title> |
| | | <style> |
| | | .ibox-content { |
| | | background-color: rgba(240, 242, 245, 1); |
| | | } |
| | | label { margin: 5px 0 !important; } |
| | | </style> |
| | | </head> |
| | | |
| | | <div class="panel-body"> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label">订单号</label> |
| | | <div class="col-sm-4"> |
| | | <span class="form-control-static" th:text="${order.orderNo}"></span> |
| | | </div> |
| | | |
| | | <label class="col-sm-2 control-label">订单总价</label> |
| | | <div class="col-sm-4"> |
| | | <span class="form-control-static" id="total" th:text="${order.total}"></span> |
| | | </div> |
| | | </div> |
| | | <br> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label">客户编号</label> |
| | | <div class="col-sm-4"> |
| | | <span class="form-control-static" th:text="${order.vipNo}"></span> |
| | | </div> |
| | | <label class="col-sm-2 control-label">客户姓名</label> |
| | | <div class="col-sm-4"> |
| | | <span class="form-control-static" th:text="${order.vipName}"></span> |
| | | </div> |
| | | </div> |
| | | <br> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label">现金支付金额</label> |
| | | <div class="col-sm-4"> |
| | | <span class="form-control-static">[[${order.cashPay}]]</span> |
| | | </div> |
| | | <label class="col-sm-2 control-label">卡支付金额</label> |
| | | <div class="col-sm-4"> |
| | | <span class="form-control-static" id="total">[[${order.cardPay}]]</span> |
| | | </div> |
| | | </div> |
| | | <br> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label">欠款</label> |
| | | <div class="col-sm-4"> |
| | | <span class="form-control-static">[[${order.arrears}]]</span> |
| | | </div> |
| | | <label class="col-sm-2 control-label">折后价</label> |
| | | <div class="col-sm-4"> |
| | | <span class="form-control-static" id="zkTotal" th:text="${order.zkTotal}"></span> |
| | | </div> |
| | | </div> |
| | | <br> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label">顾问姓名</label> |
| | | <div class="col-sm-4"> |
| | | <span class="form-control-static" th:text="${order.staffName}"></span> |
| | | </div> |
| | | <label class="col-sm-2 control-label">备注</label> |
| | | <div class="col-sm-4"> |
| | | <span class="form-control-static" th:text="${order.remark}"></span> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="ibox-content" id="app"> |
| | | <el-container> |
| | | <el-aside style="width: 300px; background-color: white; margin: 30px; padding: 10px;"> |
| | | <el-row style="border-bottom: #E4E7ED 1px solid;"> |
| | | <el-col :span="20" style="padding: 10px;"> |
| | | <el-row type="flex" align="middle"> |
| | | <el-col :span="6"> |
| | | <el-avatar :size="50" :src="circleUrl"></el-avatar> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <label>于谦(vip-3)</label> |
| | | <label>A00344</label> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <label>订单号: <span>S1234567890</span></label> |
| | | <label>下单顾问: <span>娟姐</span></label> |
| | | <label>消费门店: <span>星海店</span></label> |
| | | <label>订单时间: <span>2020-10-10 12:12</span></label> |
| | | <label>备 注: <span>这是一个好订单</span></label> |
| | | </el-row> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row style="padding: 10px; border-bottom: #E4E7ED 1px solid;"> |
| | | <el-col :span="20"> |
| | | <el-row type="flex" align="middle"> |
| | | <el-col :span="6"> |
| | | <el-avatar :size="50" :src="circleUrl"></el-avatar> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <label>于谦(vip-3)</label> |
| | | <label>A00344</label> |
| | | </el-col> |
| | | </el-row> |
| | | </el-col> |
| | | </el-row> |
| | | </el-aside> |
| | | <el-main></el-main> |
| | | </el-container> |
| | | </div> |
| | | |
| | | |
| | | <div class="col-sm-12 form-group"> |
| | | <div class="panel-body"> |
| | | <table class="table table-striped table-condensed table-hover"> |
| | | <thead> |
| | | <tr> |
| | | <th>序号</th> |
| | | <th>商品名称</th> |
| | | <th>单价</th> |
| | | <th>购买数量</th> |
| | | <th>折扣单价</th> |
| | | <th>卡付款</th> |
| | | <th>现金付款</th> |
| | | <th>欠款</th> |
| | | </tr> |
| | | </thead> |
| | | <tbody id="tbody"> |
| | | <tr th:each="item,count:${order.items }"> |
| | | <td th:text="${count.index}+1"></td> |
| | | <td><span th:text=" ${item.shoppingGoods.name }"></span> |
| | | |
| | | <span th:if="${item.isFree eq '是' }" th:text="赠"></span> |
| | | </td> |
| | | <td th:text="${item.price }"></td> |
| | | <td th:text="${item.count}"></td> |
| | | <td th:text="${item.zkPrice}"></td> |
| | | <td>[[${item.cardPay}]]</td> |
| | | <td>[[${item.cashPay}]]</td> |
| | | <td>[[${item.arrears}]]</td> |
| | | </tr> |
| | | </tbody> |
| | | </table> |
| | | </div> |
| | | <div class="form-group "> |
| | | <div class="col-sm-12 text-center"> |
| | | <a href="javascript:;" onclick="print()" class="btn btn-success radius">打印</a> |
| | | <button onclick="MTools.closeForm()" class="btn btn-danger radius" type="button">取消</button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <input autocomplete="off" type="hidden" id="orderId" th:value="${order.id}"> |
| | | </body> |
| | | |
| | | |
| | | <script type="text/javascript" th:src="@{/js/plugin/LodopFuncs.js}"></script> |
| | | <script type="text/javascript" th:src="@{/js/systools/AjaxProxyVue.js}"></script> |
| | | <script type="text/javascript" th:src="@{/js/plugin/vue.js}"></script> |
| | | <script type="text/javascript" th:src="@{/plugin/element-ui/index.js}"></script> |
| | | <script type="text/javascript" th:src="@{/js/systools/MJsBase.js}"></script> |
| | | <script type="text/javascript"> |
| | | <script type="text/javascript" th:inline="javascript"> |
| | | //<![CDATA[ |
| | | var app = new Vue({ |
| | | el : "#app", |
| | | data : { |
| | | circleUrl : "https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png", |
| | | |
| | | }, |
| | | created : function() { |
| | | }, |
| | | methods : { |
| | | printf() { |
| | | var id = 1; |
| | | layer.open({ |
| | | type: 2, |
| | | title: "打印服务单", |
| | | area: ['250px', '550px'], |
| | | maxmin: true, |
| | | content: [basePath + '/admin/redirect/hive/beautySalon/print-service?id=' + id] |
| | | }); |
| | | }, |
| | | toBack() { |
| | | MTools.closeForm(); |
| | | }, |
| | | } |
| | | }); |
| | | //]]> |
| | | function print() { |
| | | var id=$("#orderId").val(); |
| | | layer.open({ |