From f06092fc373f4df414a0540578e15236d479e4c9 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Tue, 22 Dec 2020 22:53:03 +0800
Subject: [PATCH] modify

---
 zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/pbxq-form.html |   29 +++++++++++++++++++++++++----
 1 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/pbxq-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/pbxq-form.html
index 353e8cc..b97932b 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/pbxq-form.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/pbxq-form.html
@@ -28,12 +28,33 @@
 <body>
 <div class="ibox-content" id="app">
     <el-container>
-        <el-header style="background-color: white; margin: 15px; line-height: 60px">
+        <el-header style="background-color: white; margin: 15px;">
             <el-row style="line-height: 60px;">
-                <el-col :span="10">
-                    <h1>订单号:1234567890</h1>
+                <el-col :span="1" style="font-size: 40px; color:#409EFF;">
+                    <i class="el-icon-s-order" type="primary"></i>
                 </el-col>
-                <el-col :span="10"></el-col>
+                <el-col :span="10">
+                    <h1 style="line-height: 60px; margin: 0 0;">订单号:1234567890</h1>
+                </el-col>
+                <el-col :span="5" style="float: right; margin-right: 10px;">
+                    <el-button type="info">打印</el-button>
+                    <el-button type="primary">划扣</el-button>
+                    <el-button type="danger">返回</el-button>
+                </el-col>
+            </el-row>
+            <el-row>
+                <el-col :span="6">
+                    <p>会员姓名:幺幺幺</p>
+                    <p>会员电话:13412341234</p>
+                </el-col>
+                <el-col :span="6">
+                    <p>会员编号:X1234</p>
+                    <p>床位安排:VIP-2</p>
+                </el-col>
+                <el-col :span="6">
+                    <p>服务时间:2020-10-10 12:10 - 2020-10-10 12:10</p>
+                    <p>预约时间:2020-10-10 12:10</p>
+                </el-col>
             </el-row>
         </el-header>
         <el-main>

--
Gitblit v1.9.1