From df1b14344ba81cab80ddd118a12289d95f69e4a3 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 17 Dec 2020 21:45:02 +0800
Subject: [PATCH] modify vip_detail.html

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

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/servicceAddForm.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/servicceAddForm.html
index d36bf8a..db16e6c 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/servicceAddForm.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/servicceAddForm.html
@@ -11,6 +11,7 @@
 	<!-- 本框架基本脚本和样式 -->
 	<script type="text/javascript" th:src="@{/js/systools/MBaseVue.js}"></script>
 	<link rel="stylesheet" th:href="@{/plugin/element-ui/index.css}">
+	<script type="text/javascript" th:src="@{/plugin/moment.min.js}"></script>
 	<link th:href="@{/css/styleOne/style.min.css}" rel="stylesheet" type="text/css"/>
 
 	<!-- 富文本编辑器 -->
@@ -177,6 +178,7 @@
 					<el-date-picker
 							v-model="yyTime"
 							type="date"
+							value-format="yyyy-MM-dd HH:mm"
 							placeholder="选择预约时间">
 					</el-date-picker>
 
@@ -261,7 +263,7 @@
 				}
 				 let formData={
 					 vipId:id,
-				 	yyTime:_this.yyTime,
+				 	yyTime:moment(_this.yyTime).format("YYYY-DD-MM HH:mm"),
 					 serviceItems:[],
 				 }
 

--
Gitblit v1.9.1