|  |  |  | 
|---|
|  |  |  | <!-- 本框架基本脚本和样式 --> | 
|---|
|  |  |  | <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"/> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 富文本编辑器 --> | 
|---|
|  |  |  | 
|---|
|  |  |  | <el-date-picker | 
|---|
|  |  |  | v-model="yyTime" | 
|---|
|  |  |  | type="date" | 
|---|
|  |  |  | value-format="yyyy-MM-dd HH:mm" | 
|---|
|  |  |  | placeholder="选择预约时间"> | 
|---|
|  |  |  | </el-date-picker> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | let formData={ | 
|---|
|  |  |  | vipId:id, | 
|---|
|  |  |  | yyTime:_this.yyTime, | 
|---|
|  |  |  | yyTime:moment(_this.yyTime).format("YYYY-DD-MM HH:mm"), | 
|---|
|  |  |  | serviceItems:[], | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|