| | |
| | | @closePopUp="closePopup"> |
| | | <div class="text--center mdTxt">{{confirmTxt}}!</div> |
| | | <div class="text--center mdTxt">立即發送約訪通知?</div> |
| | | <div class="text--center mt-30"> |
| | | <div class="text--center mt-30" style="display:flex"> |
| | | <el-button @click="closePopup">先不發送</el-button> |
| | | <el-button @click="showInterviewMsgPopup = true" type="primary">傳送約訪通知</el-button> |
| | | </div> |
| | |
| | | <InterviewMsg |
| | | :isVisible.sync="showInterviewMsgPopup" |
| | | :client="appointmentDetail" |
| | | :defaultValue="interviewTime" |
| | | @closeDialog="closePopup" |
| | | ></InterviewMsg> |
| | | </div> |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | <style lang="scss" > |
| | | .edit-appointment-record { |
| | | padding-left : 10px; |
| | | padding-right: 10px; |
| | |
| | | margin-bottom : 26px; |
| | | } |
| | | } |
| | | .icon { |
| | | color : $PRIMARY_RED; |
| | | display : flex; |
| | | flex : 1; |
| | | justify-content: flex-end; |
| | | } |
| | | .edit-appointment-record-btn{ |
| | | margin-top: 30px; |
| | | display: flex; |
| | | justify-content: center; |
| | | } |
| | | .el-textarea__inner { |
| | | border: 1px solid #707070; |
| | | padding: 10px 20px; |
| | | font-size: 20px; |
| | | &::placeholder { |
| | | font-size: 20px; |
| | | } |
| | | } |
| | | |
| | | </style> |