Merge pull request '代码' (#1) from develop into master
commit
6ea321247b
@ -0,0 +1,8 @@
|
|||||||
|
# 默认忽略的文件
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# 基于编辑器的 HTTP 客户端请求
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
@ -0,0 +1,26 @@
|
|||||||
|
<component name="ProjectCodeStyleConfiguration">
|
||||||
|
<code_scheme name="Project" version="173">
|
||||||
|
<JSCodeStyleSettings version="0">
|
||||||
|
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
|
||||||
|
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
||||||
|
<option name="SPACE_BEFORE_GENERATOR_MULT" value="true" />
|
||||||
|
<option name="USE_DOUBLE_QUOTES" value="false" />
|
||||||
|
<option name="FORCE_QUOTE_STYlE" value="true" />
|
||||||
|
</JSCodeStyleSettings>
|
||||||
|
<codeStyleSettings language="JavaScript">
|
||||||
|
<option name="BLOCK_COMMENT_ADD_SPACE" value="true" />
|
||||||
|
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
|
||||||
|
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
|
||||||
|
<option name="ALIGN_MULTILINE_FOR" value="false" />
|
||||||
|
<option name="SPACE_BEFORE_METHOD_PARENTHESES" value="true" />
|
||||||
|
<option name="IF_BRACE_FORCE" value="1" />
|
||||||
|
<option name="DOWHILE_BRACE_FORCE" value="1" />
|
||||||
|
<option name="WHILE_BRACE_FORCE" value="1" />
|
||||||
|
<option name="FOR_BRACE_FORCE" value="1" />
|
||||||
|
<indentOptions>
|
||||||
|
<option name="INDENT_SIZE" value="2" />
|
||||||
|
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
||||||
|
</indentOptions>
|
||||||
|
</codeStyleSettings>
|
||||||
|
</code_scheme>
|
||||||
|
</component>
|
@ -0,0 +1,5 @@
|
|||||||
|
<component name="ProjectCodeStyleConfiguration">
|
||||||
|
<state>
|
||||||
|
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
|
||||||
|
</state>
|
||||||
|
</component>
|
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
@ -0,0 +1,6 @@
|
|||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<profile version="1.0">
|
||||||
|
<option name="myName" value="Project Default" />
|
||||||
|
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
|
</profile>
|
||||||
|
</component>
|
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="JpaBuddyIdeaProjectConfig">
|
||||||
|
<option name="renamerInitialized" value="true" />
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -0,0 +1,9 @@
|
|||||||
|
<component name="libraryTable">
|
||||||
|
<library name="chromedriver_win32">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/node_modules/chromedriver/lib/chromedriver/chromedriver_win32.zip!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES />
|
||||||
|
</library>
|
||||||
|
</component>
|
@ -0,0 +1,9 @@
|
|||||||
|
<component name="libraryTable">
|
||||||
|
<library name="selenium-server-standalone-3.141.59">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/node_modules/selenium-server/lib/runner/selenium-server-standalone-3.141.59.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES />
|
||||||
|
</library>
|
||||||
|
</component>
|
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectRootManager">
|
||||||
|
<output url="file://$PROJECT_DIR$/out" />
|
||||||
|
</component>
|
||||||
|
<component name="ProjectType">
|
||||||
|
<option name="id" value="jpab" />
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/hospital.iml" filepath="$PROJECT_DIR$/.idea/hospital.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -0,0 +1,22 @@
|
|||||||
|
<template>
|
||||||
|
<div id="app">
|
||||||
|
<router-view/>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'App'
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
#app {
|
||||||
|
font-family: 'Avenir', Helvetica, Arial, sans-serif;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
text-align: center;
|
||||||
|
color: #2c3e50;
|
||||||
|
margin-top: 60px;
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,113 @@
|
|||||||
|
<template>
|
||||||
|
<div class="hello">
|
||||||
|
<h1>{{ msg }}</h1>
|
||||||
|
<h2>Essential Links</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://vuejs.org"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Core Docs
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://forum.vuejs.org"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Forum
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://chat.vuejs.org"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Community Chat
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://twitter.com/vuejs"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Twitter
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<br>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="http://vuejs-templates.github.io/webpack/"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Docs for This Template
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Ecosystem</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="http://router.vuejs.org/"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
vue-router
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="http://vuex.vuejs.org/"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
vuex
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="http://vue-loader.vuejs.org/"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
vue-loader
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://github.com/vuejs/awesome-vue"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
awesome-vue
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'HelloWorld',
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
msg: 'Welcome to Your Vue.js App'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||||
|
<style scoped>
|
||||||
|
h1, h2 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
list-style-type: none;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
li {
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0 10px;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #42b983;
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,20 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<div class="box">
|
||||||
|
<nav-menu></nav-menu>
|
||||||
|
<router-view/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import NavMenu from './common/NavMenu'
|
||||||
|
export default {
|
||||||
|
name: 'Home',
|
||||||
|
components: {NavMenu}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
@ -0,0 +1,13 @@
|
|||||||
|
package com.example.hosdata;
|
||||||
|
|
||||||
|
import org.springframework.boot.SpringApplication;
|
||||||
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
|
@SpringBootApplication
|
||||||
|
public class HosdataApplication {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
SpringApplication.run(HosdataApplication.class, args);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
After Width: | Height: | Size: 6.7 KiB |
@ -0,0 +1,41 @@
|
|||||||
|
'use strict'
|
||||||
|
require('./check-versions')()
|
||||||
|
|
||||||
|
process.env.NODE_ENV = 'production'
|
||||||
|
|
||||||
|
const ora = require('ora')
|
||||||
|
const rm = require('rimraf')
|
||||||
|
const path = require('path')
|
||||||
|
const chalk = require('chalk')
|
||||||
|
const webpack = require('webpack')
|
||||||
|
const config = require('../config')
|
||||||
|
const webpackConfig = require('./webpack.prod.conf')
|
||||||
|
|
||||||
|
const spinner = ora('building for production...')
|
||||||
|
spinner.start()
|
||||||
|
|
||||||
|
rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
|
||||||
|
if (err) throw err
|
||||||
|
webpack(webpackConfig, (err, stats) => {
|
||||||
|
spinner.stop()
|
||||||
|
if (err) throw err
|
||||||
|
process.stdout.write(stats.toString({
|
||||||
|
colors: true,
|
||||||
|
modules: false,
|
||||||
|
children: false, // If you are using ts-loader, setting this to true will make TypeScript errors show up during build.
|
||||||
|
chunks: false,
|
||||||
|
chunkModules: false
|
||||||
|
}) + '\n\n')
|
||||||
|
|
||||||
|
if (stats.hasErrors()) {
|
||||||
|
console.log(chalk.red(' Build failed with errors.\n'))
|
||||||
|
process.exit(1)
|
||||||
|
}
|
||||||
|
|
||||||
|
console.log(chalk.cyan(' Build complete.\n'))
|
||||||
|
console.log(chalk.yellow(
|
||||||
|
' Tip: built files are meant to be served over an HTTP server.\n' +
|
||||||
|
' Opening index.html over file:// won\'t work.\n'
|
||||||
|
))
|
||||||
|
})
|
||||||
|
})
|
@ -0,0 +1,54 @@
|
|||||||
|
'use strict'
|
||||||
|
const chalk = require('chalk')
|
||||||
|
const semver = require('semver')
|
||||||
|
const packageConfig = require('../package.json')
|
||||||
|
const shell = require('shelljs')
|
||||||
|
|
||||||
|
function exec (cmd) {
|
||||||
|
return require('child_process').execSync(cmd).toString().trim()
|
||||||
|
}
|
||||||
|
|
||||||
|
const versionRequirements = [
|
||||||
|
{
|
||||||
|
name: 'node',
|
||||||
|
currentVersion: semver.clean(process.version),
|
||||||
|
versionRequirement: packageConfig.engines.node
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
if (shell.which('npm')) {
|
||||||
|
versionRequirements.push({
|
||||||
|
name: 'npm',
|
||||||
|
currentVersion: exec('npm --version'),
|
||||||
|
versionRequirement: packageConfig.engines.npm
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = function () {
|
||||||
|
const warnings = []
|
||||||
|
|
||||||
|
for (let i = 0; i < versionRequirements.length; i++) {
|
||||||
|
const mod = versionRequirements[i]
|
||||||
|
|
||||||
|
if (!semver.satisfies(mod.currentVersion, mod.versionRequirement)) {
|
||||||
|
warnings.push(mod.name + ': ' +
|
||||||
|
chalk.red(mod.currentVersion) + ' should be ' +
|
||||||
|
chalk.green(mod.versionRequirement)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (warnings.length) {
|
||||||
|
console.log('')
|
||||||
|
console.log(chalk.yellow('To use this template, you must update following to modules:'))
|
||||||
|
console.log()
|
||||||
|
|
||||||
|
for (let i = 0; i < warnings.length; i++) {
|
||||||
|
const warning = warnings[i]
|
||||||
|
console.log(' ' + warning)
|
||||||
|
}
|
||||||
|
|
||||||
|
console.log()
|
||||||
|
process.exit(1)
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 6.7 KiB |
@ -0,0 +1,101 @@
|
|||||||
|
'use strict'
|
||||||
|
const path = require('path')
|
||||||
|
const config = require('../config')
|
||||||
|
const ExtractTextPlugin = require('extract-text-webpack-plugin')
|
||||||
|
const packageConfig = require('../package.json')
|
||||||
|
|
||||||
|
exports.assetsPath = function (_path) {
|
||||||
|
const assetsSubDirectory = process.env.NODE_ENV === 'production'
|
||||||
|
? config.build.assetsSubDirectory
|
||||||
|
: config.dev.assetsSubDirectory
|
||||||
|
|
||||||
|
return path.posix.join(assetsSubDirectory, _path)
|
||||||
|
}
|
||||||
|
|
||||||
|
exports.cssLoaders = function (options) {
|
||||||
|
options = options || {}
|
||||||
|
|
||||||
|
const cssLoader = {
|
||||||
|
loader: 'css-loader',
|
||||||
|
options: {
|
||||||
|
sourceMap: options.sourceMap
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const postcssLoader = {
|
||||||
|
loader: 'postcss-loader',
|
||||||
|
options: {
|
||||||
|
sourceMap: options.sourceMap
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// generate loader string to be used with extract text plugin
|
||||||
|
function generateLoaders (loader, loaderOptions) {
|
||||||
|
const loaders = options.usePostCSS ? [cssLoader, postcssLoader] : [cssLoader]
|
||||||
|
|
||||||
|
if (loader) {
|
||||||
|
loaders.push({
|
||||||
|
loader: loader + '-loader',
|
||||||
|
options: Object.assign({}, loaderOptions, {
|
||||||
|
sourceMap: options.sourceMap
|
||||||
|
})
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
// Extract CSS when that option is specified
|
||||||
|
// (which is the case during production build)
|
||||||
|
if (options.extract) {
|
||||||
|
return ExtractTextPlugin.extract({
|
||||||
|
use: loaders,
|
||||||
|
fallback: 'vue-style-loader'
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
return ['vue-style-loader'].concat(loaders)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// https://vue-loader.vuejs.org/en/configurations/extract-css.html
|
||||||
|
return {
|
||||||
|
css: generateLoaders(),
|
||||||
|
postcss: generateLoaders(),
|
||||||
|
less: generateLoaders('less'),
|
||||||
|
sass: generateLoaders('sass', { indentedSyntax: true }),
|
||||||
|
scss: generateLoaders('sass'),
|
||||||
|
stylus: generateLoaders('stylus'),
|
||||||
|
styl: generateLoaders('stylus')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Generate loaders for standalone style files (outside of .vue)
|
||||||
|
exports.styleLoaders = function (options) {
|
||||||
|
const output = []
|
||||||
|
const loaders = exports.cssLoaders(options)
|
||||||
|
|
||||||
|
for (const extension in loaders) {
|
||||||
|
const loader = loaders[extension]
|
||||||
|
output.push({
|
||||||
|
test: new RegExp('\\.' + extension + '$'),
|
||||||
|
use: loader
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
return output
|
||||||
|
}
|
||||||
|
|
||||||
|
exports.createNotifierCallback = () => {
|
||||||
|
const notifier = require('node-notifier')
|
||||||
|
|
||||||
|
return (severity, errors) => {
|
||||||
|
if (severity !== 'error') return
|
||||||
|
|
||||||
|
const error = errors[0]
|
||||||
|
const filename = error.file && error.file.split('!').pop()
|
||||||
|
|
||||||
|
notifier.notify({
|
||||||
|
title: packageConfig.name,
|
||||||
|
message: severity + ': ' + error.name,
|
||||||
|
subtitle: filename || '',
|
||||||
|
icon: path.join(__dirname, 'logo.png')
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,22 @@
|
|||||||
|
'use strict'
|
||||||
|
const utils = require('./utils')
|
||||||
|
const config = require('../config')
|
||||||
|
const isProduction = process.env.NODE_ENV === 'production'
|
||||||
|
const sourceMapEnabled = isProduction
|
||||||
|
? config.build.productionSourceMap
|
||||||
|
: config.dev.cssSourceMap
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
loaders: utils.cssLoaders({
|
||||||
|
sourceMap: sourceMapEnabled,
|
||||||
|
extract: isProduction
|
||||||
|
}),
|
||||||
|
cssSourceMap: sourceMapEnabled,
|
||||||
|
cacheBusting: config.dev.cacheBusting,
|
||||||
|
transformToRequire: {
|
||||||
|
video: ['src', 'poster'],
|
||||||
|
source: 'src',
|
||||||
|
img: 'src',
|
||||||
|
image: 'xlink:href'
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,92 @@
|
|||||||
|
'use strict'
|
||||||
|
const path = require('path')
|
||||||
|
const utils = require('./utils')
|
||||||
|
const config = require('../config')
|
||||||
|
const vueLoaderConfig = require('./vue-loader.conf')
|
||||||
|
|
||||||
|
function resolve (dir) {
|
||||||
|
return path.join(__dirname, '..', dir)
|
||||||
|
}
|
||||||
|
|
||||||
|
const createLintingRule = () => ({
|
||||||
|
test: /\.(js|vue)$/,
|
||||||
|
loader: 'eslint-loader',
|
||||||
|
enforce: 'pre',
|
||||||
|
include: [resolve('src'), resolve('test')],
|
||||||
|
options: {
|
||||||
|
formatter: require('eslint-friendly-formatter'),
|
||||||
|
emitWarning: !config.dev.showEslintErrorsInOverlay
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
context: path.resolve(__dirname, '../'),
|
||||||
|
entry: {
|
||||||
|
app: './src/main.js'
|
||||||
|
},
|
||||||
|
output: {
|
||||||
|
path: config.build.assetsRoot,
|
||||||
|
filename: '[name].js',
|
||||||
|
publicPath: process.env.NODE_ENV === 'production'
|
||||||
|
? config.build.assetsPublicPath
|
||||||
|
: config.dev.assetsPublicPath
|
||||||
|
},
|
||||||
|
resolve: {
|
||||||
|
extensions: ['.js', '.vue', '.json'],
|
||||||
|
alias: {
|
||||||
|
'vue$': 'vue/dist/vue.esm.js',
|
||||||
|
'@': resolve('src'),
|
||||||
|
}
|
||||||
|
},
|
||||||
|
module: {
|
||||||
|
rules: [
|
||||||
|
...(config.dev.useEslint ? [createLintingRule()] : []),
|
||||||
|
{
|
||||||
|
test: /\.vue$/,
|
||||||
|
loader: 'vue-loader',
|
||||||
|
options: vueLoaderConfig
|
||||||
|
},
|
||||||
|
{
|
||||||
|
test: /\.js$/,
|
||||||
|
loader: 'babel-loader',
|
||||||
|
include: [resolve('src'), resolve('test'), resolve('node_modules/webpack-dev-server/client')]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
|
||||||
|
loader: 'url-loader',
|
||||||
|
options: {
|
||||||
|
limit: 10000,
|
||||||
|
name: utils.assetsPath('img/[name].[hash:7].[ext]')
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
test: /\.(mp4|webm|ogg|mp3|wav|flac|aac)(\?.*)?$/,
|
||||||
|
loader: 'url-loader',
|
||||||
|
options: {
|
||||||
|
limit: 10000,
|
||||||
|
name: utils.assetsPath('media/[name].[hash:7].[ext]')
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
|
||||||
|
loader: 'url-loader',
|
||||||
|
options: {
|
||||||
|
limit: 10000,
|
||||||
|
name: utils.assetsPath('fonts/[name].[hash:7].[ext]')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
node: {
|
||||||
|
// prevent webpack from injecting useless setImmediate polyfill because Vue
|
||||||
|
// source contains it (although only uses it if it's native).
|
||||||
|
setImmediate: false,
|
||||||
|
// prevent webpack from injecting mocks to Node native modules
|
||||||
|
// that does not make sense for the client
|
||||||
|
dgram: 'empty',
|
||||||
|
fs: 'empty',
|
||||||
|
net: 'empty',
|
||||||
|
tls: 'empty',
|
||||||
|
child_process: 'empty'
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,95 @@
|
|||||||
|
'use strict'
|
||||||
|
const utils = require('./utils')
|
||||||
|
const webpack = require('webpack')
|
||||||
|
const config = require('../config')
|
||||||
|
const merge = require('webpack-merge')
|
||||||
|
const path = require('path')
|
||||||
|
const baseWebpackConfig = require('./webpack.base.conf')
|
||||||
|
const CopyWebpackPlugin = require('copy-webpack-plugin')
|
||||||
|
const HtmlWebpackPlugin = require('html-webpack-plugin')
|
||||||
|
const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin')
|
||||||
|
const portfinder = require('portfinder')
|
||||||
|
|
||||||
|
const HOST = process.env.HOST
|
||||||
|
const PORT = process.env.PORT && Number(process.env.PORT)
|
||||||
|
|
||||||
|
const devWebpackConfig = merge(baseWebpackConfig, {
|
||||||
|
module: {
|
||||||
|
rules: utils.styleLoaders({ sourceMap: config.dev.cssSourceMap, usePostCSS: true })
|
||||||
|
},
|
||||||
|
// cheap-module-eval-source-map is faster for development
|
||||||
|
devtool: config.dev.devtool,
|
||||||
|
|
||||||
|
// these devServer options should be customized in /config/index.js
|
||||||
|
devServer: {
|
||||||
|
clientLogLevel: 'warning',
|
||||||
|
historyApiFallback: {
|
||||||
|
rewrites: [
|
||||||
|
{ from: /.*/, to: path.posix.join(config.dev.assetsPublicPath, 'index.html') },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
hot: true,
|
||||||
|
contentBase: false, // since we use CopyWebpackPlugin.
|
||||||
|
compress: true,
|
||||||
|
host: HOST || config.dev.host,
|
||||||
|
port: PORT || config.dev.port,
|
||||||
|
open: config.dev.autoOpenBrowser,
|
||||||
|
overlay: config.dev.errorOverlay
|
||||||
|
? { warnings: false, errors: true }
|
||||||
|
: false,
|
||||||
|
publicPath: config.dev.assetsPublicPath,
|
||||||
|
proxy: config.dev.proxyTable,
|
||||||
|
quiet: true, // necessary for FriendlyErrorsPlugin
|
||||||
|
watchOptions: {
|
||||||
|
poll: config.dev.poll,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
plugins: [
|
||||||
|
new webpack.DefinePlugin({
|
||||||
|
'process.env': require('../config/dev.env')
|
||||||
|
}),
|
||||||
|
new webpack.HotModuleReplacementPlugin(),
|
||||||
|
new webpack.NamedModulesPlugin(), // HMR shows correct file names in console on update.
|
||||||
|
new webpack.NoEmitOnErrorsPlugin(),
|
||||||
|
// https://github.com/ampedandwired/html-webpack-plugin
|
||||||
|
new HtmlWebpackPlugin({
|
||||||
|
filename: 'index.html',
|
||||||
|
template: 'index.html',
|
||||||
|
inject: true
|
||||||
|
}),
|
||||||
|
// copy custom static assets
|
||||||
|
new CopyWebpackPlugin([
|
||||||
|
{
|
||||||
|
from: path.resolve(__dirname, '../static'),
|
||||||
|
to: config.dev.assetsSubDirectory,
|
||||||
|
ignore: ['.*']
|
||||||
|
}
|
||||||
|
])
|
||||||
|
]
|
||||||
|
})
|
||||||
|
|
||||||
|
module.exports = new Promise((resolve, reject) => {
|
||||||
|
portfinder.basePort = process.env.PORT || config.dev.port
|
||||||
|
portfinder.getPort((err, port) => {
|
||||||
|
if (err) {
|
||||||
|
reject(err)
|
||||||
|
} else {
|
||||||
|
// publish the new Port, necessary for e2e tests
|
||||||
|
process.env.PORT = port
|
||||||
|
// add port to devServer config
|
||||||
|
devWebpackConfig.devServer.port = port
|
||||||
|
|
||||||
|
// Add FriendlyErrorsPlugin
|
||||||
|
devWebpackConfig.plugins.push(new FriendlyErrorsPlugin({
|
||||||
|
compilationSuccessInfo: {
|
||||||
|
messages: [`Your application is running here: http://${devWebpackConfig.devServer.host}:${port}`],
|
||||||
|
},
|
||||||
|
onErrors: config.dev.notifyOnErrors
|
||||||
|
? utils.createNotifierCallback()
|
||||||
|
: undefined
|
||||||
|
}))
|
||||||
|
|
||||||
|
resolve(devWebpackConfig)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
@ -0,0 +1,149 @@
|
|||||||
|
'use strict'
|
||||||
|
const path = require('path')
|
||||||
|
const utils = require('./utils')
|
||||||
|
const webpack = require('webpack')
|
||||||
|
const config = require('../config')
|
||||||
|
const merge = require('webpack-merge')
|
||||||
|
const baseWebpackConfig = require('./webpack.base.conf')
|
||||||
|
const CopyWebpackPlugin = require('copy-webpack-plugin')
|
||||||
|
const HtmlWebpackPlugin = require('html-webpack-plugin')
|
||||||
|
const ExtractTextPlugin = require('extract-text-webpack-plugin')
|
||||||
|
const OptimizeCSSPlugin = require('optimize-css-assets-webpack-plugin')
|
||||||
|
const UglifyJsPlugin = require('uglifyjs-webpack-plugin')
|
||||||
|
|
||||||
|
const env = process.env.NODE_ENV === 'testing'
|
||||||
|
? require('../config/test.env')
|
||||||
|
: require('../config/prod.env')
|
||||||
|
|
||||||
|
const webpackConfig = merge(baseWebpackConfig, {
|
||||||
|
module: {
|
||||||
|
rules: utils.styleLoaders({
|
||||||
|
sourceMap: config.build.productionSourceMap,
|
||||||
|
extract: true,
|
||||||
|
usePostCSS: true
|
||||||
|
})
|
||||||
|
},
|
||||||
|
devtool: config.build.productionSourceMap ? config.build.devtool : false,
|
||||||
|
output: {
|
||||||
|
path: config.build.assetsRoot,
|
||||||
|
filename: utils.assetsPath('js/[name].[chunkhash].js'),
|
||||||
|
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js')
|
||||||
|
},
|
||||||
|
plugins: [
|
||||||
|
// http://vuejs.github.io/vue-loader/en/workflow/production.html
|
||||||
|
new webpack.DefinePlugin({
|
||||||
|
'process.env': env
|
||||||
|
}),
|
||||||
|
new UglifyJsPlugin({
|
||||||
|
uglifyOptions: {
|
||||||
|
compress: {
|
||||||
|
warnings: false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
sourceMap: config.build.productionSourceMap,
|
||||||
|
parallel: true
|
||||||
|
}),
|
||||||
|
// extract css into its own file
|
||||||
|
new ExtractTextPlugin({
|
||||||
|
filename: utils.assetsPath('css/[name].[contenthash].css'),
|
||||||
|
// Setting the following option to `false` will not extract CSS from codesplit chunks.
|
||||||
|
// Their CSS will instead be inserted dynamically with style-loader when the codesplit chunk has been loaded by webpack.
|
||||||
|
// It's currently set to `true` because we are seeing that sourcemaps are included in the codesplit bundle as well when it's `false`,
|
||||||
|
// increasing file size: https://github.com/vuejs-templates/webpack/issues/1110
|
||||||
|
allChunks: true,
|
||||||
|
}),
|
||||||
|
// Compress extracted CSS. We are using this plugin so that possible
|
||||||
|
// duplicated CSS from different components can be deduped.
|
||||||
|
new OptimizeCSSPlugin({
|
||||||
|
cssProcessorOptions: config.build.productionSourceMap
|
||||||
|
? { safe: true, map: { inline: false } }
|
||||||
|
: { safe: true }
|
||||||
|
}),
|
||||||
|
// generate dist index.html with correct asset hash for caching.
|
||||||
|
// you can customize output by editing /index.html
|
||||||
|
// see https://github.com/ampedandwired/html-webpack-plugin
|
||||||
|
new HtmlWebpackPlugin({
|
||||||
|
filename: process.env.NODE_ENV === 'testing'
|
||||||
|
? 'index.html'
|
||||||
|
: config.build.index,
|
||||||
|
template: 'index.html',
|
||||||
|
inject: true,
|
||||||
|
minify: {
|
||||||
|
removeComments: true,
|
||||||
|
collapseWhitespace: true,
|
||||||
|
removeAttributeQuotes: true
|
||||||
|
// more options:
|
||||||
|
// https://github.com/kangax/html-minifier#options-quick-reference
|
||||||
|
},
|
||||||
|
// necessary to consistently work with multiple chunks via CommonsChunkPlugin
|
||||||
|
chunksSortMode: 'dependency'
|
||||||
|
}),
|
||||||
|
// keep module.id stable when vendor modules does not change
|
||||||
|
new webpack.HashedModuleIdsPlugin(),
|
||||||
|
// enable scope hoisting
|
||||||
|
new webpack.optimize.ModuleConcatenationPlugin(),
|
||||||
|
// split vendor js into its own file
|
||||||
|
new webpack.optimize.CommonsChunkPlugin({
|
||||||
|
name: 'vendor',
|
||||||
|
minChunks (module) {
|
||||||
|
// any required modules inside node_modules are extracted to vendor
|
||||||
|
return (
|
||||||
|
module.resource &&
|
||||||
|
/\.js$/.test(module.resource) &&
|
||||||
|
module.resource.indexOf(
|
||||||
|
path.join(__dirname, '../node_modules')
|
||||||
|
) === 0
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
// extract webpack runtime and module manifest to its own file in order to
|
||||||
|
// prevent vendor hash from being updated whenever app bundle is updated
|
||||||
|
new webpack.optimize.CommonsChunkPlugin({
|
||||||
|
name: 'manifest',
|
||||||
|
minChunks: Infinity
|
||||||
|
}),
|
||||||
|
// This instance extracts shared chunks from code splitted chunks and bundles them
|
||||||
|
// in a separate chunk, similar to the vendor chunk
|
||||||
|
// see: https://webpack.js.org/plugins/commons-chunk-plugin/#extra-async-commons-chunk
|
||||||
|
new webpack.optimize.CommonsChunkPlugin({
|
||||||
|
name: 'app',
|
||||||
|
async: 'vendor-async',
|
||||||
|
children: true,
|
||||||
|
minChunks: 3
|
||||||
|
}),
|
||||||
|
|
||||||
|
// copy custom static assets
|
||||||
|
new CopyWebpackPlugin([
|
||||||
|
{
|
||||||
|
from: path.resolve(__dirname, '../static'),
|
||||||
|
to: config.build.assetsSubDirectory,
|
||||||
|
ignore: ['.*']
|
||||||
|
}
|
||||||
|
])
|
||||||
|
]
|
||||||
|
})
|
||||||
|
|
||||||
|
if (config.build.productionGzip) {
|
||||||
|
const CompressionWebpackPlugin = require('compression-webpack-plugin')
|
||||||
|
|
||||||
|
webpackConfig.plugins.push(
|
||||||
|
new CompressionWebpackPlugin({
|
||||||
|
asset: '[path].gz[query]',
|
||||||
|
algorithm: 'gzip',
|
||||||
|
test: new RegExp(
|
||||||
|
'\\.(' +
|
||||||
|
config.build.productionGzipExtensions.join('|') +
|
||||||
|
')$'
|
||||||
|
),
|
||||||
|
threshold: 10240,
|
||||||
|
minRatio: 0.8
|
||||||
|
})
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
if (config.build.bundleAnalyzerReport) {
|
||||||
|
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
|
||||||
|
webpackConfig.plugins.push(new BundleAnalyzerPlugin())
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = webpackConfig
|
@ -0,0 +1,46 @@
|
|||||||
|
<template>
|
||||||
|
<el-menu
|
||||||
|
:default-active="'/index'"
|
||||||
|
router
|
||||||
|
mode="horizontal"
|
||||||
|
background-color="white"
|
||||||
|
text-color="#222"
|
||||||
|
active-text-color="red"
|
||||||
|
style="min-width: 1300px">
|
||||||
|
<el-menu-item v-for="(item,i) in navList" :key="i" :index="item.name">
|
||||||
|
{{ item.navItem }}
|
||||||
|
</el-menu-item>
|
||||||
|
<a href="#nowhere" style="color: #222;float: right;padding: 20px;">更多功能</a>
|
||||||
|
<i class="el-icon-menu" style="float:right;font-size: 45px;color: #222;padding-top: 8px"></i>
|
||||||
|
<span style="position: absolute;padding-top: 20px;right: 43%;font-size: 20px;font-weight: bold">欢迎进入校医院管理系统</span>
|
||||||
|
</el-menu>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'NavMenu',
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
navList: [
|
||||||
|
{name: '/index', navItem: '首页'},
|
||||||
|
{name: '/register', navItem: '预约挂号'},
|
||||||
|
{name: '/shop', navItem: '购药'},
|
||||||
|
{name: '/advance', navItem: '预问诊'},
|
||||||
|
{name: '/records', navItem: '个人记录'},
|
||||||
|
{name: '/treatment', navItem: '就诊记录'},
|
||||||
|
{name: '/setting', navItem: '设置'}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
a{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,7 @@
|
|||||||
|
'use strict'
|
||||||
|
const merge = require('webpack-merge')
|
||||||
|
const prodEnv = require('./prod.env')
|
||||||
|
|
||||||
|
module.exports = merge(prodEnv, {
|
||||||
|
NODE_ENV: '"development"'
|
||||||
|
})
|
@ -0,0 +1,85 @@
|
|||||||
|
'use strict'
|
||||||
|
// Template version: 1.3.1
|
||||||
|
// see http://vuejs-templates.github.io/webpack for documentation.
|
||||||
|
|
||||||
|
const path = require('path')
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
dev: {
|
||||||
|
|
||||||
|
// Paths
|
||||||
|
assetsSubDirectory: 'static',
|
||||||
|
assetsPublicPath: '/',
|
||||||
|
proxyTable: {
|
||||||
|
'/api': {
|
||||||
|
target: 'http://localhost:8443',
|
||||||
|
changeOrigin: true,
|
||||||
|
pathRewrite: {
|
||||||
|
'^/api': ''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
// Various Dev Server settings
|
||||||
|
host: 'localhost', // can be overwritten by process.env.HOST
|
||||||
|
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
||||||
|
autoOpenBrowser: false,
|
||||||
|
errorOverlay: true,
|
||||||
|
notifyOnErrors: true,
|
||||||
|
poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
|
||||||
|
|
||||||
|
// Use Eslint Loader?
|
||||||
|
// If true, your code will be linted during bundling and
|
||||||
|
// linting errors and warnings will be shown in the console.
|
||||||
|
useEslint: true,
|
||||||
|
// If true, eslint errors and warnings will also be shown in the error overlay
|
||||||
|
// in the browser.
|
||||||
|
showEslintErrorsInOverlay: false,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Source Maps
|
||||||
|
*/
|
||||||
|
|
||||||
|
// https://webpack.js.org/configuration/devtool/#development
|
||||||
|
devtool: 'cheap-module-eval-source-map',
|
||||||
|
|
||||||
|
// If you have problems debugging vue-files in devtools,
|
||||||
|
// set this to false - it *may* help
|
||||||
|
// https://vue-loader.vuejs.org/en/options.html#cachebusting
|
||||||
|
cacheBusting: true,
|
||||||
|
|
||||||
|
cssSourceMap: true
|
||||||
|
},
|
||||||
|
|
||||||
|
build: {
|
||||||
|
// Template for index.html
|
||||||
|
index: path.resolve(__dirname, '../dist/index.html'),
|
||||||
|
|
||||||
|
// Paths
|
||||||
|
assetsRoot: path.resolve(__dirname, '../dist'),
|
||||||
|
assetsSubDirectory: 'static',
|
||||||
|
assetsPublicPath: '/',
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Source Maps
|
||||||
|
*/
|
||||||
|
|
||||||
|
productionSourceMap: true,
|
||||||
|
// https://webpack.js.org/configuration/devtool/#production
|
||||||
|
devtool: '#source-map',
|
||||||
|
|
||||||
|
// Gzip off by default as many popular static hosts such as
|
||||||
|
// Surge or Netlify already gzip all static assets for you.
|
||||||
|
// Before setting to `true`, make sure to:
|
||||||
|
// npm install --save-dev compression-webpack-plugin
|
||||||
|
productionGzip: false,
|
||||||
|
productionGzipExtensions: ['js', 'css'],
|
||||||
|
|
||||||
|
// Run the build command with an extra argument to
|
||||||
|
// View the bundle analyzer report after build finishes:
|
||||||
|
// `npm run build --report`
|
||||||
|
// Set to `true` or `false` to always turn it on or off
|
||||||
|
bundleAnalyzerReport: process.env.npm_config_report
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
'use strict'
|
||||||
|
module.exports = {
|
||||||
|
NODE_ENV: '"production"'
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
'use strict'
|
||||||
|
const merge = require('webpack-merge')
|
||||||
|
const devEnv = require('./dev.env')
|
||||||
|
|
||||||
|
module.exports = merge(devEnv, {
|
||||||
|
NODE_ENV: '"testing"'
|
||||||
|
})
|
@ -0,0 +1,20 @@
|
|||||||
|
package com.example.hosdata.controller;
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.Doctor;
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import com.example.hosdata.service.DoctorService;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public class DoctorController {
|
||||||
|
@Autowired
|
||||||
|
DoctorService doctorService;
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@GetMapping("/api/register")
|
||||||
|
public List<Doctor> listByDepartment(String department) throws Exception {
|
||||||
|
return doctorService.listByDepartment(department);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,35 @@
|
|||||||
|
package com.example.hosdata.controller;
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.Docyz;
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import com.example.hosdata.service.DocyzService;
|
||||||
|
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
public class DocyzController {
|
||||||
|
@Autowired
|
||||||
|
DocyzService docService;
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@PostMapping("/api/docrecords")
|
||||||
|
public Docyz addOrUpdate(@RequestBody Docyz doc) throws Exception {
|
||||||
|
docService.addOrUpdate(doc);
|
||||||
|
return doc;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* @CrossOrigin
|
||||||
|
@GetMapping("/api/docrecords")
|
||||||
|
public List<Docyz> listdoctorname() throws Exception {
|
||||||
|
return docService.listBydoctorname();
|
||||||
|
}*/
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@GetMapping("/api/treatment")
|
||||||
|
public List<Docyz> listghname() throws Exception {
|
||||||
|
return docService.listByghname();
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,32 @@
|
|||||||
|
package com.example.hosdata.controller;
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.Information;
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import com.example.hosdata.service.DocyzService;
|
||||||
|
import com.example.hosdata.service.InService;
|
||||||
|
import com.example.hosdata.service.RegisterService;
|
||||||
|
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
import org.springframework.web.util.HtmlUtils;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
public class InController {
|
||||||
|
@Autowired
|
||||||
|
InService inService;
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@GetMapping("/api/setting")
|
||||||
|
public List<Information> listuser() throws Exception {
|
||||||
|
return inService.listbyuser();
|
||||||
|
}
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@PostMapping("/api/setting")
|
||||||
|
public Information Update(@RequestBody Information information) throws Exception {
|
||||||
|
inService.update(information);
|
||||||
|
return information;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,49 @@
|
|||||||
|
package com.example.hosdata.controller;
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import com.example.hosdata.pojo.User;
|
||||||
|
import com.example.hosdata.result.Result;
|
||||||
|
import com.example.hosdata.service.*;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.stereotype.Controller;
|
||||||
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
import org.springframework.web.util.HtmlUtils;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@Controller
|
||||||
|
public class LoginController {
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
UserService userService;
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@PostMapping(value = "/api/login")
|
||||||
|
@ResponseBody
|
||||||
|
public Result login(@RequestBody User requestUser) {
|
||||||
|
String username = requestUser.getUsername();
|
||||||
|
username = HtmlUtils.htmlEscape(username);
|
||||||
|
String id = requestUser.getId();
|
||||||
|
id = HtmlUtils.htmlEscape(id);
|
||||||
|
String realname = requestUser.getRealname();
|
||||||
|
realname = HtmlUtils.htmlEscape(realname);
|
||||||
|
|
||||||
|
User user = userService.getall(id,username, requestUser.getPassword(),realname);
|
||||||
|
//String id=requestUser.getId();
|
||||||
|
RegisterService.username = username;
|
||||||
|
DocyzService.ghname = realname;
|
||||||
|
DocyzService.doctorname = realname;
|
||||||
|
ShopService.myzh = username;
|
||||||
|
InService.userna = username;
|
||||||
|
if (null == user) {
|
||||||
|
return new Result(400);
|
||||||
|
} else if(id.equals("医务人员")){
|
||||||
|
return new Result(100);
|
||||||
|
} else if(id.equals("管理员")){
|
||||||
|
return new Result(300);
|
||||||
|
}else {
|
||||||
|
return new Result(200);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,46 @@
|
|||||||
|
package com.example.hosdata.controller;
|
||||||
|
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import com.example.hosdata.service.DocyzService;
|
||||||
|
import com.example.hosdata.service.RegisterService;
|
||||||
|
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
import org.springframework.web.util.HtmlUtils;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
public class RegisterController {
|
||||||
|
@Autowired
|
||||||
|
RegisterService Reservice;
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@GetMapping("/api/records")
|
||||||
|
public List<RegisterRecord> list() throws Exception {
|
||||||
|
return Reservice.listByname();
|
||||||
|
}
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@GetMapping("/api/docrecords")
|
||||||
|
public List<RegisterRecord> listdoc() throws Exception {
|
||||||
|
return Reservice.list();
|
||||||
|
}
|
||||||
|
|
||||||
|
/*@CrossOrigin
|
||||||
|
@PostMapping("/api/docrecords")
|
||||||
|
public List<RegisterRecord> searchResult(@RequestParam(value="doctor",required=false) String doctor) {
|
||||||
|
return Reservice.Search(doctor);
|
||||||
|
}*/
|
||||||
|
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@PostMapping("/api/register")
|
||||||
|
public RegisterRecord addOrUpdate(@RequestBody RegisterRecord record) throws Exception {
|
||||||
|
Reservice.addOrUpdate(record);
|
||||||
|
return record;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,46 @@
|
|||||||
|
package com.example.hosdata.controller;
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.Medicine;
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import com.example.hosdata.pojo.ShopRecord;
|
||||||
|
import com.example.hosdata.service.ShopService;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.stereotype.Controller;
|
||||||
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
public class ShopController {
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
ShopService shopService;
|
||||||
|
|
||||||
|
@ResponseBody
|
||||||
|
@CrossOrigin
|
||||||
|
@GetMapping(value = "/api/shop")
|
||||||
|
public List<Medicine> shop() {
|
||||||
|
return shopService.MedicineList();
|
||||||
|
}
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@PostMapping("/api/shop")
|
||||||
|
public ShopRecord Add(@RequestBody ShopRecord SR) throws Exception {
|
||||||
|
shopService.addOrUpdate(SR);
|
||||||
|
return SR;
|
||||||
|
}
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@PostMapping("/api/Admin")
|
||||||
|
public Medicine Update(@RequestBody Medicine medicine) throws Exception {
|
||||||
|
shopService.Update(medicine);
|
||||||
|
return medicine;
|
||||||
|
}
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@GetMapping("/api/shoprecords")
|
||||||
|
public List<ShopRecord> listbymyzh() throws Exception {
|
||||||
|
return shopService.listBymyzh();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,27 @@
|
|||||||
|
package com.example.hosdata.controller;
|
||||||
|
import com.example.hosdata.pojo.Information;
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import com.example.hosdata.pojo.Zhuce;
|
||||||
|
import com.example.hosdata.service.DocyzService;
|
||||||
|
import com.example.hosdata.service.InService;
|
||||||
|
import com.example.hosdata.service.RegisterService;
|
||||||
|
|
||||||
|
import com.example.hosdata.service.ZhuService;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
import org.springframework.web.util.HtmlUtils;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
public class ZhuController {
|
||||||
|
@Autowired
|
||||||
|
ZhuService zhuService;
|
||||||
|
|
||||||
|
@CrossOrigin
|
||||||
|
@PostMapping("/api/zhu")
|
||||||
|
public Zhuce add(@RequestBody Zhuce zhuce) throws Exception {
|
||||||
|
zhuService.add(zhuce);
|
||||||
|
return zhuce;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,12 @@
|
|||||||
|
package com.example.hosdata.dao;
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.Docyz;
|
||||||
|
import org.springframework.data.jpa.repository.JpaRepository;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public interface DocDAO extends JpaRepository<Docyz,Integer> {
|
||||||
|
List<Docyz> findByGhname(String ghname);
|
||||||
|
|
||||||
|
List<Docyz> findByDoctorname(String doctorname);
|
||||||
|
}
|
@ -0,0 +1,10 @@
|
|||||||
|
package com.example.hosdata.dao;
|
||||||
|
import java.util.*;
|
||||||
|
import com.example.hosdata.pojo.Doctor;
|
||||||
|
import org.springframework.data.domain.Page;
|
||||||
|
import org.springframework.data.jpa.repository.JpaRepository;
|
||||||
|
|
||||||
|
public interface DoctorDAO extends JpaRepository<Doctor,Integer> {
|
||||||
|
List<Doctor> findAllByDepartment(String department);
|
||||||
|
List<Doctor> findAllByDoctorname(String doctorname);
|
||||||
|
}
|
@ -0,0 +1,12 @@
|
|||||||
|
package com.example.hosdata.dao;
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.Information;
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import com.example.hosdata.pojo.User;
|
||||||
|
import org.springframework.data.domain.Page;
|
||||||
|
import org.springframework.data.jpa.repository.JpaRepository;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
public interface InDAO extends JpaRepository<Information,Integer>{
|
||||||
|
List<Information> findByUsername(String username);
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
package com.example.hosdata.dao;
|
||||||
|
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import org.springframework.data.domain.Page;
|
||||||
|
import org.springframework.data.jpa.repository.JpaRepository;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public interface RegisterDAO extends JpaRepository<RegisterRecord,Integer> {
|
||||||
|
List<RegisterRecord> findByUsername(String username);
|
||||||
|
|
||||||
|
List<RegisterRecord> findByDoctor(String doctor);
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,10 @@
|
|||||||
|
package com.example.hosdata.dao;
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.Medicine;
|
||||||
|
import org.springframework.data.jpa.repository.JpaRepository;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public interface ShopDAO extends JpaRepository<Medicine,Integer> {
|
||||||
|
List<Medicine> findAllByPlace(String place);
|
||||||
|
}
|
@ -0,0 +1,10 @@
|
|||||||
|
package com.example.hosdata.dao;
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.Medicine;
|
||||||
|
import com.example.hosdata.pojo.ShopRecord;
|
||||||
|
import org.springframework.data.jpa.repository.JpaRepository;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
public interface ShopRecordDAO extends JpaRepository<ShopRecord,Integer> {
|
||||||
|
List<ShopRecord> findByMyzh(String myzh);
|
||||||
|
}
|
@ -0,0 +1,12 @@
|
|||||||
|
package com.example.hosdata.dao;
|
||||||
|
|
||||||
|
import com.example.hosdata.pojo.Information;
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import com.example.hosdata.pojo.User;
|
||||||
|
import com.example.hosdata.pojo.Zhuce;
|
||||||
|
import org.springframework.data.domain.Page;
|
||||||
|
import org.springframework.data.jpa.repository.JpaRepository;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
public interface ZhuDAO extends JpaRepository<Zhuce,Integer>{
|
||||||
|
}
|
@ -0,0 +1,210 @@
|
|||||||
|
<template>
|
||||||
|
<el-form>
|
||||||
|
<h3 class="login_title">欢迎登录校医院智能管理系统</h3>
|
||||||
|
<el-tabs v-model="activeName" type="card" @tab-click="handleClick">
|
||||||
|
<el-tab-pane label="挂号信息" name="first">
|
||||||
|
<el-form-item label="请输入医生姓名或科室来查询:" label-width="500px">
|
||||||
|
<el-input type="text" v-model="doctorname" prop="doctor" size="medium" style="width: 300px;
|
||||||
|
margin-right: 10px" auto-complete="off" placeholder="请输入:"></el-input>
|
||||||
|
<el-button size="small" type="primary" icon="el-icon-search" @click="searchClick">搜索</el-button>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
|
<el-table
|
||||||
|
:data="records"
|
||||||
|
style="width: 100%">
|
||||||
|
<el-table-column
|
||||||
|
prop="name"
|
||||||
|
label="患者姓名"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="major"
|
||||||
|
label="学院"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="department"
|
||||||
|
label="科室"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="doctor"
|
||||||
|
label="主治医师"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="time"
|
||||||
|
label="预约时间"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="idnum"
|
||||||
|
label="预约号"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
label="操作"
|
||||||
|
width="180">
|
||||||
|
<el-button type="text" @click="dialogVisible = true">处理</el-button>
|
||||||
|
<el-dialog
|
||||||
|
title="接诊"
|
||||||
|
:visible.sync="dialogVisible"
|
||||||
|
width="30%"
|
||||||
|
:before-close="handleClose"
|
||||||
|
:data="DocForm"
|
||||||
|
append-to-body>
|
||||||
|
<el-form-item label="医生:">
|
||||||
|
<el-input type="text" v-model="DocForm.doctorname" prop="doctorname" clearable
|
||||||
|
auto-complete="off" placeholder="请输入医生姓名:"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="患者:">
|
||||||
|
<el-input type="text" v-model="DocForm.ghname" prop="ghname" clearable
|
||||||
|
auto-complete="off" placeholder="请输入患者姓名:"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="预约号:">
|
||||||
|
<el-input type="text" v-model="DocForm.yyh" prop="yyh" clearable
|
||||||
|
auto-complete="off" placeholder="请输入预约号:"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="症状:">
|
||||||
|
<el-input type="textarea" v-model="DocForm.zhengz" prop="zhengz" clearable></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="诊断:">
|
||||||
|
<el-input type="textarea" v-model="DocForm.zhend" prop="zhend" clearable></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="疗程:">
|
||||||
|
<el-input type="textarea" v-model="DocForm.liaoc" prop="liaoc" clearable></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<span slot="footer" class="dialog-footer">
|
||||||
|
<el-button @click="dialogVisible = false">取 消</el-button>
|
||||||
|
<el-button type="primary" @click="onSubmit">确 定</el-button>
|
||||||
|
</span>
|
||||||
|
</el-dialog>
|
||||||
|
</el-table-column>
|
||||||
|
</el-table>
|
||||||
|
</el-form-item>
|
||||||
|
</el-tab-pane>
|
||||||
|
<el-tab-pane label="接诊记录" name="second">
|
||||||
|
<el-table
|
||||||
|
:data="records"
|
||||||
|
style="width: 100%">
|
||||||
|
<el-table-column
|
||||||
|
prop="doctorname"
|
||||||
|
label="医生"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="ghname"
|
||||||
|
label="患者"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="yyh"
|
||||||
|
label="预约号"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="zhengz"
|
||||||
|
label="症状"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="zhend"
|
||||||
|
label="诊断"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="lc"
|
||||||
|
label="疗程"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
</el-table>
|
||||||
|
</el-tab-pane>
|
||||||
|
<el-tab-pane label="设置" name="third">角色管理</el-tab-pane>
|
||||||
|
</el-tabs>
|
||||||
|
</el-form>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'DocrecordIndex',
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
DocForm: {
|
||||||
|
doctorname: '',
|
||||||
|
ghname: '',
|
||||||
|
yyh: '',
|
||||||
|
zhengz: '',
|
||||||
|
zhend: '',
|
||||||
|
liaoc: ''
|
||||||
|
},
|
||||||
|
records: [],
|
||||||
|
activeName: 'first',
|
||||||
|
dialogVisible: false,
|
||||||
|
doczy: []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted: function () {
|
||||||
|
this.loadRecords()
|
||||||
|
/** this.loadDocyz() **/
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
loadRecords () {
|
||||||
|
var _this = this
|
||||||
|
this.$axios.get('/docrecords').then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
_this.records = resp.data
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
handleClick (tab, event) {
|
||||||
|
console.log(tab, event)
|
||||||
|
},
|
||||||
|
handleClose (done) {
|
||||||
|
this.$confirm('确认关闭?')
|
||||||
|
.then(_ => {
|
||||||
|
done()
|
||||||
|
})
|
||||||
|
.catch(_ => {})
|
||||||
|
},
|
||||||
|
/**
|
||||||
|
searchClick () {
|
||||||
|
var _this = this
|
||||||
|
this.$axios
|
||||||
|
.post('/docrecords', {
|
||||||
|
doctor: this.DocForm.doctor
|
||||||
|
}).then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
_this.records = resp.data
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},**/
|
||||||
|
onSubmit () {
|
||||||
|
this.$axios
|
||||||
|
.post('/docrecords', {
|
||||||
|
doctorname: this.DocForm.doctorname,
|
||||||
|
ghname: this.DocForm.ghname,
|
||||||
|
yyh: this.DocForm.yyh,
|
||||||
|
zhengz: this.DocForm.zhengz,
|
||||||
|
zhend: this.DocForm.zhend,
|
||||||
|
liaoc: this.DocForm.liaoc
|
||||||
|
}).then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
this.$emit('onSubmit')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
this.$message({
|
||||||
|
message: '成功',
|
||||||
|
type: 'success'
|
||||||
|
})
|
||||||
|
this.$router.replace({path: '/docrecords'})
|
||||||
|
}
|
||||||
|
/** loadDocyz () {
|
||||||
|
var _this = this
|
||||||
|
this.$axios.get('/docrecords').then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
_this.doczy = resp.data
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}**/
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
@ -0,0 +1,15 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
Welcome to my System!
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'AppIndex'
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
@ -0,0 +1,21 @@
|
|||||||
|
import Vue from 'vue'
|
||||||
|
import App from './App'
|
||||||
|
import router from './router'
|
||||||
|
import ElementUI from 'element-ui'
|
||||||
|
import 'element-ui/lib/theme-chalk/index.css'
|
||||||
|
|
||||||
|
var axios = require('axios')
|
||||||
|
axios.defaults.baseURL = 'http://localhost:8443/api'
|
||||||
|
Vue.prototype.$axios = axios
|
||||||
|
Vue.config.productionTip = false
|
||||||
|
|
||||||
|
Vue.use(ElementUI)
|
||||||
|
|
||||||
|
/* eslint-disable no-new */
|
||||||
|
new Vue({
|
||||||
|
el: '#app',
|
||||||
|
render: h => h(App),
|
||||||
|
router,
|
||||||
|
components: { App },
|
||||||
|
template: '<App/>'
|
||||||
|
})
|
@ -0,0 +1,40 @@
|
|||||||
|
package com.example.hosdata.pojo;
|
||||||
|
import javax.persistence.*;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
@Table(name = "doctor")
|
||||||
|
@JsonIgnoreProperties({ "handler","hibernateLazyInitializer" })
|
||||||
|
|
||||||
|
public class Doctor {
|
||||||
|
@Id
|
||||||
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
|
@Column(name = "doctorid")
|
||||||
|
int doctorid;
|
||||||
|
|
||||||
|
String doctorname;
|
||||||
|
String department;
|
||||||
|
String worktime;
|
||||||
|
|
||||||
|
public String getDoctorname() {
|
||||||
|
return doctorname;
|
||||||
|
}
|
||||||
|
public void setDoctorname(String doctorname) {
|
||||||
|
this.doctorname = doctorname;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getDepartment() {
|
||||||
|
return department;
|
||||||
|
}
|
||||||
|
public void setDpartment(String department) {
|
||||||
|
this.department = department;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getWorktime() {
|
||||||
|
return worktime;
|
||||||
|
}
|
||||||
|
public void setWorktime(String worktime) {
|
||||||
|
this.worktime = worktime;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,76 @@
|
|||||||
|
package com.example.hosdata.pojo;
|
||||||
|
|
||||||
|
import javax.persistence.*;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
@Table(name = "docyz")
|
||||||
|
@JsonIgnoreProperties({ "handler","hibernateLazyInitializer" })
|
||||||
|
|
||||||
|
public class Docyz {
|
||||||
|
@Id
|
||||||
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
|
@Column(name = "idnumber")
|
||||||
|
int idnumber;
|
||||||
|
|
||||||
|
String doctorname;
|
||||||
|
|
||||||
|
String ghname;
|
||||||
|
int yyh;
|
||||||
|
String zhengz;
|
||||||
|
String zhend;
|
||||||
|
String liaoc;
|
||||||
|
|
||||||
|
|
||||||
|
public int getIdnumber() {
|
||||||
|
return idnumber;
|
||||||
|
}
|
||||||
|
public void setIdnumber(int idnumber) {
|
||||||
|
this.idnumber = idnumber;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getDoctorname() {
|
||||||
|
return doctorname;
|
||||||
|
}
|
||||||
|
public void setDoctorname(String doctorname) {
|
||||||
|
this.doctorname = doctorname;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getGhname() {
|
||||||
|
return ghname;
|
||||||
|
}
|
||||||
|
public void setGhname(String ghname) {
|
||||||
|
this.ghname = ghname;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getYyh() {
|
||||||
|
return yyh;
|
||||||
|
}
|
||||||
|
public void setYyh(int yyh) {
|
||||||
|
this.yyh = yyh;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getZhengz() {
|
||||||
|
return zhengz;
|
||||||
|
}
|
||||||
|
public void setZhengz(String zhengz) {
|
||||||
|
this.zhengz = zhengz;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getZhend() {
|
||||||
|
return zhend;
|
||||||
|
}
|
||||||
|
public void setZhend(String zhend) {
|
||||||
|
this.zhend = zhend;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getLiaoc() {
|
||||||
|
return liaoc;
|
||||||
|
}
|
||||||
|
public void setLiaoc(String liaoc) {
|
||||||
|
this.liaoc = liaoc;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,52 @@
|
|||||||
|
package com.example.hosdata.pojo;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
|
|
||||||
|
import javax.persistence.*;
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
@Table(name = "user")
|
||||||
|
@JsonIgnoreProperties({"handler","hibernateLazyInitializer"})
|
||||||
|
|
||||||
|
public class Information {
|
||||||
|
@Id
|
||||||
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
|
@Column(name = "id")
|
||||||
|
String id;
|
||||||
|
|
||||||
|
String username;
|
||||||
|
String password;
|
||||||
|
|
||||||
|
String realname;
|
||||||
|
public String getId() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setId(String id) {
|
||||||
|
this.id = id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getUsername() {
|
||||||
|
return username;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setUsername(String username) {
|
||||||
|
this.username = username;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getPassword() {
|
||||||
|
return password;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPassword(String password) {
|
||||||
|
this.password = password;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getRealname() {
|
||||||
|
return realname;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRealname(String realname) {
|
||||||
|
this.realname = realname;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
package com.example.hosdata.pojo;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
|
|
||||||
|
import javax.persistence.*;
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
@Table(name = "medicine")
|
||||||
|
@JsonIgnoreProperties({"handler","hibernateLazyInitializer"})
|
||||||
|
|
||||||
|
public class Medicine {
|
||||||
|
@Id
|
||||||
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
|
@Column(name = "id")
|
||||||
|
int id;
|
||||||
|
|
||||||
|
String name;
|
||||||
|
int number;
|
||||||
|
double price;
|
||||||
|
|
||||||
|
String place;
|
||||||
|
|
||||||
|
public int getId() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setId(int id) {
|
||||||
|
this.id = id;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public String getName() {
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setName(String name) {
|
||||||
|
this.name = name;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public int getNumber() {return number;}
|
||||||
|
|
||||||
|
public void setNumber(int number) {
|
||||||
|
this.number = number;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public double getPrice() {return price;}
|
||||||
|
|
||||||
|
public void setPrice(double price) {
|
||||||
|
this.price = price;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getPlace() {return place;}
|
||||||
|
|
||||||
|
public void setPlace(String place) {
|
||||||
|
this.place = place;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,74 @@
|
|||||||
|
package com.example.hosdata.pojo;
|
||||||
|
import javax.persistence.*;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
@Table(name = "register")
|
||||||
|
@JsonIgnoreProperties({ "handler","hibernateLazyInitializer" })
|
||||||
|
|
||||||
|
public class RegisterRecord {
|
||||||
|
@Id
|
||||||
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
|
@Column(name = "idnum")
|
||||||
|
int idnum;
|
||||||
|
|
||||||
|
String name;
|
||||||
|
String department;
|
||||||
|
String major;
|
||||||
|
String time;
|
||||||
|
String doctor;
|
||||||
|
String username;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
public int getIdnum() {
|
||||||
|
return idnum;
|
||||||
|
}
|
||||||
|
public void setIdnum(int idnum) {
|
||||||
|
this.idnum = idnum;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getName() {
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
public void setName(String name) {
|
||||||
|
this.name = name;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getDepartment() {
|
||||||
|
return department;
|
||||||
|
}
|
||||||
|
public void setDepartment(String department) {
|
||||||
|
this.department = department;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getMajor() {
|
||||||
|
return major;
|
||||||
|
}
|
||||||
|
public void setMajor(String major) {
|
||||||
|
this.major = major;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getTime() {
|
||||||
|
return time;
|
||||||
|
}
|
||||||
|
public void setTime(String time) {
|
||||||
|
this.time = time;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getDoctor() {
|
||||||
|
return doctor;
|
||||||
|
}
|
||||||
|
public void setDoctor(String doctor) {
|
||||||
|
this.doctor = doctor;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getUsername() {
|
||||||
|
return username;
|
||||||
|
}
|
||||||
|
public void setUsername(String username) {
|
||||||
|
this.username = username;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,48 @@
|
|||||||
|
package com.example.hosdata.pojo;
|
||||||
|
|
||||||
|
import javax.persistence.*;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
@Table(name = "shoprecord")
|
||||||
|
@JsonIgnoreProperties({ "handler","hibernateLazyInitializer" })
|
||||||
|
|
||||||
|
public class ShopRecord {
|
||||||
|
@Id
|
||||||
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
|
@Column(name = "mid")
|
||||||
|
int mid;
|
||||||
|
|
||||||
|
String medicine;
|
||||||
|
int number;
|
||||||
|
|
||||||
|
String myzh;
|
||||||
|
|
||||||
|
public String getMedicine() {
|
||||||
|
return medicine;
|
||||||
|
}
|
||||||
|
public void setMedicine(String medicine) {
|
||||||
|
this.medicine = medicine;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getNumber() {return number;}
|
||||||
|
public void setNumber(int number) {
|
||||||
|
this.number = number;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getMid() {
|
||||||
|
return mid;
|
||||||
|
}
|
||||||
|
public void setMid(int mid) {
|
||||||
|
this.mid = mid;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getMyzh() {
|
||||||
|
return myzh;
|
||||||
|
}
|
||||||
|
public void setMyzh(String myzh) {
|
||||||
|
this.myzh = myzh;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,52 @@
|
|||||||
|
package com.example.hosdata.pojo;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
|
|
||||||
|
import javax.persistence.*;
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
@Table(name = "user")
|
||||||
|
@JsonIgnoreProperties({"handler","hibernateLazyInitializer"})
|
||||||
|
|
||||||
|
public class User {
|
||||||
|
@Id
|
||||||
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
|
@Column(name = "id")
|
||||||
|
String id;
|
||||||
|
|
||||||
|
String username;
|
||||||
|
String password;
|
||||||
|
|
||||||
|
String realname;
|
||||||
|
public String getId() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setId(String id) {
|
||||||
|
this.id = id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getUsername() {
|
||||||
|
return username;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setUsername(String username) {
|
||||||
|
this.username = username;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getPassword() {
|
||||||
|
return password;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPassword(String password) {
|
||||||
|
this.password = password;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getRealname() {
|
||||||
|
return realname;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRealname(String realname) {
|
||||||
|
this.realname = realname;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,52 @@
|
|||||||
|
package com.example.hosdata.pojo;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
|
|
||||||
|
import javax.persistence.*;
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
@Table(name = "user")
|
||||||
|
@JsonIgnoreProperties({"handler","hibernateLazyInitializer"})
|
||||||
|
|
||||||
|
public class Zhuce {
|
||||||
|
@Id
|
||||||
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
|
@Column(name = "id")
|
||||||
|
String id;
|
||||||
|
|
||||||
|
String username;
|
||||||
|
String password;
|
||||||
|
|
||||||
|
String realname;
|
||||||
|
public String getId() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setId(String id) {
|
||||||
|
this.id = id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getUsername() {
|
||||||
|
return username;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setUsername(String username) {
|
||||||
|
this.username = username;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getPassword() {
|
||||||
|
return password;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPassword(String password) {
|
||||||
|
this.password = password;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getRealname() {
|
||||||
|
return realname;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRealname(String realname) {
|
||||||
|
this.realname = realname;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,35 @@
|
|||||||
|
<template>
|
||||||
|
<el-container>
|
||||||
|
<el-aside style="width: 200px;margin-top: 20px">
|
||||||
|
<switch></switch>
|
||||||
|
<SideMenu @indexSelect="listByRegister" ref="sideMenu"></SideMenu>
|
||||||
|
</el-aside>
|
||||||
|
<el-main>
|
||||||
|
<record class="record-area" ref="recordArea"></record>
|
||||||
|
</el-main>
|
||||||
|
</el-container>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import SideMenu from './SideMenu'
|
||||||
|
import Record from './record'
|
||||||
|
export default {
|
||||||
|
name: 'RecordIndex',
|
||||||
|
components: {Record, SideMenu},
|
||||||
|
methods: {
|
||||||
|
listByRegister () {
|
||||||
|
var _this = this
|
||||||
|
var url = '/records'
|
||||||
|
this.$axios.get(url).then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
_this.$refs.recordArea.records = resp.data
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
@ -0,0 +1,34 @@
|
|||||||
|
<template>
|
||||||
|
<div style="margin-bottom: 30px;display: flex;justify-content: center;align-items: center">
|
||||||
|
<el-input
|
||||||
|
@keyup.enter.native="searchClick"
|
||||||
|
placeholder="通过姓名搜索..."
|
||||||
|
prefix-icon="el-icon-search"
|
||||||
|
size="small"
|
||||||
|
style="width: 400px;margin-right: 10px"
|
||||||
|
v-model="keywords">
|
||||||
|
</el-input>
|
||||||
|
<el-button size="small" type="primary" icon="el-icon-search" @click="searchClick">搜索</el-button>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'SearchBar',
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
keywords: '',
|
||||||
|
records: []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
searchClick () {
|
||||||
|
this.$emit('onSearch')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
@ -0,0 +1,64 @@
|
|||||||
|
<template>
|
||||||
|
<el-table
|
||||||
|
:data="records"
|
||||||
|
style="width: 100%">
|
||||||
|
<el-table-column
|
||||||
|
prop="name"
|
||||||
|
label="姓名"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="major"
|
||||||
|
label="学院"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="department"
|
||||||
|
label="科室"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="doctor"
|
||||||
|
label="主治医师"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="time"
|
||||||
|
label="预约时间"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="idnum"
|
||||||
|
label="预约号"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
</el-table>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'record',
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
records: []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted: function () {
|
||||||
|
this.loadRecords()
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
loadRecords () {
|
||||||
|
var _this = this
|
||||||
|
this.$axios.get('/records').then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
_this.records = resp.data
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
@ -0,0 +1,128 @@
|
|||||||
|
<template>
|
||||||
|
<el-form class="login-container" label-position="left"
|
||||||
|
label-width="0px" :data="RegisterForm">
|
||||||
|
<h3 class="login_title">填写预约挂号信息</h3>
|
||||||
|
<el-form-item>
|
||||||
|
<el-input type="text" v-model="RegisterForm.username" prop="username"
|
||||||
|
auto-complete="off" placeholder="请输入账号"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
|
<el-input type="text" v-model="RegisterForm.name" prop="name"
|
||||||
|
auto-complete="off" placeholder="请输入患者姓名"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
|
<el-select v-model="RegisterForm.major" prop="major" filterable placeholder="请选择学院">
|
||||||
|
<el-option label="计算机学院" value="计算机学院"></el-option>
|
||||||
|
<el-option label="理学院" value="理学院"></el-option>
|
||||||
|
<el-option label="法学院" value="法学院"></el-option>
|
||||||
|
<el-option label="飞行学院" value="飞行学院"></el-option>
|
||||||
|
<el-option label="经济与管理学院" value="经济与管理学院"></el-option>
|
||||||
|
<el-option label="航空工程学院" value="航空工程学院"></el-option>
|
||||||
|
<el-option label="外国语学院" value="外国语学院"></el-option>
|
||||||
|
<el-option label="交通工程学院" value="交通工程学院"></el-option>
|
||||||
|
<el-option label="电动学院" value="电动学院"></el-option>
|
||||||
|
<el-option label="空管学院" value="空管学院"></el-option>
|
||||||
|
<el-option label="中欧学院" value="中欧学院"></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
|
<el-select v-model="RegisterForm.department" prop="department" filterable placeholder="请选择科室">
|
||||||
|
<el-option v-for="item in department" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
|
<el-select v-model="RegisterForm.doctor" prop="doctor" filterable placeholder="请选择主治医师">
|
||||||
|
<el-option v-if="RegisterForm.department=='内科'" v-for="item in doctor.slice(0,3)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.department=='外科'" v-for="item in doctor.slice(3,5)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.department=='眼科'" v-for="item in doctor.slice(5,7)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.department=='耳鼻喉科'" v-for="item in doctor.slice(7,9)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.department=='口腔科'" v-for="item in doctor.slice(9,11)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.department=='皮肤科'" v-for="item in doctor.slice(11)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
|
<el-select v-model="RegisterForm.time" prop="time" filterable placeholder="请选择就诊时间">
|
||||||
|
<el-option v-if="RegisterForm.doctor=='李明'" v-for="item in time.slice(0,7)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.doctor=='王明'" v-for="item in time.slice(9,16)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.doctor=='张伟'" v-for="item in time.slice(7,18)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.doctor=='吴尚洋'" v-for="item in time.slice(2,9)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.doctor=='王雨辰'" v-for="item in time.slice(5,15)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.doctor=='曹时嘉'" v-for="item in time.slice(11,20)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.doctor=='程学成'" v-for="item in time.slice(15)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.doctor=='郑浩睿'" v-for="item in time.slice(6,14)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.doctor=='李江涛'" v-for="item in time.slice(11,18)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.doctor=='李飞翔'" v-for="item in time.slice(0,5)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.doctor=='吴凯'" v-for="item in time.slice(1,7)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
<el-option v-if="RegisterForm.doctor=='侯兴禹'" v-for="item in time.slice(8,13)" :key="item" :label="item" :value="item"></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item style="width: 100%">
|
||||||
|
<el-button type="primary" style="width: 100%;background: #505458;border: none" @click="onSubmit">确定</el-button>
|
||||||
|
</el-form-item>
|
||||||
|
</el-form>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'RegisterIndex',
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
department: ['内科', '外科', '眼科', '耳鼻喉科', '口腔科', '皮肤科'],
|
||||||
|
doctor: ['李明', '王明', '张伟', '吴尚洋', '王雨辰', '曹时嘉', '程学成', '郑浩睿', '李江涛', '李飞翔', '吴凯', '侯兴禹'],
|
||||||
|
time: ['星期一上午9:00', '星期一上午10:00', '星期一下午14:00', '星期一上午15:00', '星期二上午8:00', '星期二上午10:00', '星期二下午14:00', '星期二上午16:00',
|
||||||
|
'星期三上午9:00', '星期三上午10:00', '星期三下午14:00', '星期三上午15:00', '星期四上午9:00', '星期四上午10:00', '星期四下午14:00', '星期四上午16:00',
|
||||||
|
'星期五上午8:00', '星期五上午10:00', '星期五下午14:00', '星期五上午15:00'],
|
||||||
|
RegisterForm: {
|
||||||
|
username: '',
|
||||||
|
name: '',
|
||||||
|
major: '',
|
||||||
|
department: '',
|
||||||
|
doctor: '',
|
||||||
|
time: ''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
onSubmit () {
|
||||||
|
this.$axios
|
||||||
|
.post('/register', {
|
||||||
|
username: this.RegisterForm.username,
|
||||||
|
name: this.RegisterForm.name,
|
||||||
|
major: this.RegisterForm.major,
|
||||||
|
department: this.RegisterForm.department,
|
||||||
|
doctor: this.RegisterForm.doctor,
|
||||||
|
time: this.RegisterForm.time
|
||||||
|
}).then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
this.$emit('onSubmit')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
this.$message({
|
||||||
|
message: '挂号成功',
|
||||||
|
type: 'success'
|
||||||
|
})
|
||||||
|
this.$router.replace({path: '/index'})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.login-container {
|
||||||
|
border-radius: 15px;
|
||||||
|
background-clip: padding-box;
|
||||||
|
margin: 80px auto;
|
||||||
|
width: 350px;
|
||||||
|
padding: 35px 35px 15px 35px;
|
||||||
|
background: #ffffff;
|
||||||
|
border: 1px solid #cac6c6;
|
||||||
|
box-shadow: 0 0 25px #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login_title {
|
||||||
|
margin: 0px auto 40px auto;
|
||||||
|
text-align: center;
|
||||||
|
color: #505458;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
@ -0,0 +1,19 @@
|
|||||||
|
package com.example.hosdata.result;
|
||||||
|
|
||||||
|
public class Result {
|
||||||
|
//响应码
|
||||||
|
private int code;
|
||||||
|
|
||||||
|
public Result(int code) {
|
||||||
|
this.code = code;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getCode() {
|
||||||
|
return code;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setCode(int code) {
|
||||||
|
this.code = code;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,123 @@
|
|||||||
|
import Vue from 'vue'
|
||||||
|
import Router from 'vue-router'
|
||||||
|
import AppIndex from '../components/home/AppIndex'
|
||||||
|
import Login from '../components/Login'
|
||||||
|
import Home from '../components/Home'
|
||||||
|
import RegisterIndex from '../components/register/RegisterIndex'
|
||||||
|
import ShopIndex from '../components/shop/ShopIndex'
|
||||||
|
import RecordIndex from '../components/records/RecordIndex'
|
||||||
|
import AdvanceIndex from '../components/advance/AdvanceIndex'
|
||||||
|
import DocrecordIndex from '../components/docrecords/DocrecordIndex'
|
||||||
|
import TreatmentIndex from '../components/treatment/TreatmentIndex'
|
||||||
|
import ShoprecordIndex from '../components/shoprecords/ShoprecordIndex'
|
||||||
|
import SettingIndex from '../components/setting/SettingIndex'
|
||||||
|
import ZhuceIndex from '../components/zhu/ZhuceIndex'
|
||||||
|
import AdminIndex from '../components/Admin/AdminIndex'
|
||||||
|
|
||||||
|
Vue.use(Router)
|
||||||
|
|
||||||
|
export default new Router({
|
||||||
|
routes: [
|
||||||
|
{
|
||||||
|
path: '/home',
|
||||||
|
name: 'Home',
|
||||||
|
component: Home,
|
||||||
|
redirect: '/index',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: '/index',
|
||||||
|
name: 'AppIndex',
|
||||||
|
component: AppIndex,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/register',
|
||||||
|
name: 'RegisterIndex',
|
||||||
|
component: RegisterIndex,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/shop',
|
||||||
|
name: 'ShopIndex',
|
||||||
|
component: ShopIndex,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/records',
|
||||||
|
name: 'RecordIndex',
|
||||||
|
component: RecordIndex,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/advance',
|
||||||
|
name: 'AdvanceIndex',
|
||||||
|
component: AdvanceIndex,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/treatment',
|
||||||
|
name: 'TreatmentIndex',
|
||||||
|
component: TreatmentIndex,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/shoprecords',
|
||||||
|
name: 'ShoprecordIndex',
|
||||||
|
component: ShoprecordIndex,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/setting',
|
||||||
|
name: 'SettingIndex',
|
||||||
|
component: SettingIndex,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docrecords',
|
||||||
|
name: 'DocrecordIndex',
|
||||||
|
component: DocrecordIndex,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/login',
|
||||||
|
name: 'Login',
|
||||||
|
component: Login
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/zhu',
|
||||||
|
name: 'ZhuceIndex',
|
||||||
|
component: ZhuceIndex,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/Admin',
|
||||||
|
name: 'AdminIndex',
|
||||||
|
component: AdminIndex,
|
||||||
|
meta: {
|
||||||
|
requireAuth: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
})
|
@ -0,0 +1,21 @@
|
|||||||
|
package com.example.hosdata.service;
|
||||||
|
|
||||||
|
import com.example.hosdata.dao.DoctorDAO;
|
||||||
|
import com.example.hosdata.pojo.Doctor;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public class DoctorService {
|
||||||
|
@Autowired
|
||||||
|
DoctorDAO doctorDAO;
|
||||||
|
|
||||||
|
public List<Doctor> listByDepartment(String department) {
|
||||||
|
return doctorDAO.findAllByDepartment(department);
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<Doctor> listworktime(String doctor) {
|
||||||
|
return doctorDAO.findAllByDoctorname(doctor);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,27 @@
|
|||||||
|
package com.example.hosdata.service;
|
||||||
|
|
||||||
|
import com.example.hosdata.dao.DocDAO;
|
||||||
|
import com.example.hosdata.pojo.Docyz;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@Service
|
||||||
|
public class DocyzService {
|
||||||
|
@Autowired
|
||||||
|
DocDAO docDAO;
|
||||||
|
static public String ghname;
|
||||||
|
static public String doctorname;
|
||||||
|
|
||||||
|
public void addOrUpdate(Docyz doc) {
|
||||||
|
docDAO.save(doc);
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<Docyz> listByghname() {
|
||||||
|
return docDAO.findByGhname(this.ghname);
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<Docyz> listBydoctorname() {
|
||||||
|
return docDAO.findByDoctorname(this.doctorname);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,26 @@
|
|||||||
|
package com.example.hosdata.service;
|
||||||
|
|
||||||
|
import com.example.hosdata.dao.InDAO;
|
||||||
|
import com.example.hosdata.dao.RegisterDAO;
|
||||||
|
import com.example.hosdata.pojo.Information;
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.data.domain.Sort;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@Service
|
||||||
|
public class InService {
|
||||||
|
@Autowired
|
||||||
|
InDAO inDAO;
|
||||||
|
static public String userna;
|
||||||
|
|
||||||
|
public List<Information> listbyuser() {
|
||||||
|
return inDAO.findByUsername(userna);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void update(Information information) {
|
||||||
|
inDAO.save(information);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,35 @@
|
|||||||
|
package com.example.hosdata.service;
|
||||||
|
|
||||||
|
import com.example.hosdata.dao.RegisterDAO;
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.data.domain.Sort;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@Service
|
||||||
|
public class RegisterService {
|
||||||
|
@Autowired
|
||||||
|
RegisterDAO reDAO;
|
||||||
|
static public String username;
|
||||||
|
|
||||||
|
public List<RegisterRecord> listByname() {
|
||||||
|
return reDAO.findByUsername(this.username);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void addOrUpdate(RegisterRecord record) {
|
||||||
|
reDAO.save(record);
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<RegisterRecord> list() {
|
||||||
|
return reDAO.findAll();
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<RegisterRecord> Search(String doctor) {
|
||||||
|
return reDAO.findByDoctor(doctor);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,39 @@
|
|||||||
|
package com.example.hosdata.service;
|
||||||
|
|
||||||
|
import com.example.hosdata.dao.ShopDAO;
|
||||||
|
import com.example.hosdata.dao.ShopRecordDAO;
|
||||||
|
import com.example.hosdata.pojo.Medicine;
|
||||||
|
import com.example.hosdata.pojo.ShopRecord;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@Service
|
||||||
|
public class ShopService {
|
||||||
|
public String place = "药房";
|
||||||
|
|
||||||
|
static public String myzh;
|
||||||
|
@Autowired
|
||||||
|
ShopDAO shopDAO;
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
ShopRecordDAO shopRecordDAO;
|
||||||
|
|
||||||
|
public List<Medicine> MedicineList(){
|
||||||
|
return shopDAO.findAllByPlace(place);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void addOrUpdate(ShopRecord shopRecord) {
|
||||||
|
shopRecordDAO.save(shopRecord);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void Update(Medicine medicine) {
|
||||||
|
medicine.setPlace("药房");
|
||||||
|
shopDAO.save(medicine);
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<ShopRecord> listBymyzh() {
|
||||||
|
return shopRecordDAO.findByMyzh(this.myzh);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
package com.example.hosdata.service;
|
||||||
|
|
||||||
|
import com.example.hosdata.dao.InDAO;
|
||||||
|
import com.example.hosdata.dao.RegisterDAO;
|
||||||
|
import com.example.hosdata.dao.ZhuDAO;
|
||||||
|
import com.example.hosdata.pojo.Information;
|
||||||
|
import com.example.hosdata.pojo.RegisterRecord;
|
||||||
|
import com.example.hosdata.pojo.Zhuce;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.data.domain.Sort;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@Service
|
||||||
|
public class ZhuService {
|
||||||
|
@Autowired
|
||||||
|
ZhuDAO zhuDAO;
|
||||||
|
|
||||||
|
public void add(Zhuce zhuce) {
|
||||||
|
zhuDAO.save(zhuce);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,147 @@
|
|||||||
|
<template>
|
||||||
|
<el-table
|
||||||
|
:data="serecords"
|
||||||
|
style="width: 100%"
|
||||||
|
:model="ruleForm"
|
||||||
|
class="se">
|
||||||
|
<el-table-column
|
||||||
|
prop="id"
|
||||||
|
label="登录身份"
|
||||||
|
v-model="ruleForm.id"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="username"
|
||||||
|
v-model="ruleForm.username"
|
||||||
|
label="用户名"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="password"
|
||||||
|
label="密码"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="realname"
|
||||||
|
v-model="ruleForm.realname"
|
||||||
|
label="姓名"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
label="操作"
|
||||||
|
width="180">
|
||||||
|
<el-button type="text" @click="dialogVisible = true">修改</el-button>
|
||||||
|
<el-dialog title="修改密码" :visible.sync="dialogVisible" append-to-body>
|
||||||
|
<el-form :model="ruleForm" status-icon :rules="rules" ref="ruleForm">
|
||||||
|
<el-form-item label="身份" prop="id">
|
||||||
|
<el-input v-model="ruleForm.id" autocomplete="off" clearable></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="姓名" prop="realname">
|
||||||
|
<el-input v-model="ruleForm.realname" autocomplete="off" clearable></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="账号" prop="username">
|
||||||
|
<el-input v-model="ruleForm.username" autocomplete="off" clearable></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="密码" prop="pass">
|
||||||
|
<el-input type="password" v-model="ruleForm.pass" autocomplete="off" clearable></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="确认密码" prop="checkPass">
|
||||||
|
<el-input type="password" v-model="ruleForm.checkPass" autocomplete="off" clearable></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
</el-form>
|
||||||
|
<div slot="footer" class="dialog-footer">
|
||||||
|
<el-button @click="dialogVisible = false">取 消</el-button>
|
||||||
|
<el-button type="primary" @click="submitForm('ruleForm')">确 定</el-button>
|
||||||
|
</div>
|
||||||
|
</el-dialog>
|
||||||
|
</el-table-column>
|
||||||
|
</el-table>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'SettingIndex',
|
||||||
|
data () {
|
||||||
|
var validatePass = (rule, value, callback) => {
|
||||||
|
if (value === '') {
|
||||||
|
callback(new Error('请输入密码'))
|
||||||
|
} else {
|
||||||
|
if (this.ruleForm.checkPass !== '') {
|
||||||
|
this.$refs.ruleForm.validateField('checkPass')
|
||||||
|
}
|
||||||
|
callback()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
var validatePass2 = (rule, value, callback) => {
|
||||||
|
if (value === '') {
|
||||||
|
callback(new Error('请再次输入密码'))
|
||||||
|
} else if (value !== this.ruleForm.pass) {
|
||||||
|
callback(new Error('两次输入密码不一致!'))
|
||||||
|
} else {
|
||||||
|
callback()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return {
|
||||||
|
serecords: [],
|
||||||
|
dialogVisible: false,
|
||||||
|
formLabelWidth: '100px',
|
||||||
|
ruleForm: {
|
||||||
|
id: '',
|
||||||
|
username: '',
|
||||||
|
realname: '',
|
||||||
|
pass: '',
|
||||||
|
checkPass: ''
|
||||||
|
},
|
||||||
|
rules: {
|
||||||
|
pass: [
|
||||||
|
{ validator: validatePass, trigger: 'blur' }
|
||||||
|
],
|
||||||
|
checkPass: [
|
||||||
|
{ validator: validatePass2, trigger: 'blur' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted: function () {
|
||||||
|
this.loadSerecords()
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
loadSerecords () {
|
||||||
|
var _this = this
|
||||||
|
this.$axios.get('/setting').then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
_this.serecords = resp.data
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
submitForm (formName) {
|
||||||
|
this.$axios
|
||||||
|
.post('/setting', {
|
||||||
|
id: this.ruleForm.id,
|
||||||
|
username: this.ruleForm.username,
|
||||||
|
realname: this.ruleForm.realname,
|
||||||
|
password: this.ruleForm.checkPass
|
||||||
|
}).then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
this.$emit('submitForm')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
this.$message({
|
||||||
|
message: '修改成功',
|
||||||
|
type: 'success'
|
||||||
|
})
|
||||||
|
this.$router.replace({path: '/login'})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.se {
|
||||||
|
position: fixed;
|
||||||
|
margin-left: 50%;
|
||||||
|
left: -400px;
|
||||||
|
top: 140px;
|
||||||
|
width: 700px;
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,99 @@
|
|||||||
|
<template>
|
||||||
|
<div class="sh">
|
||||||
|
<template>
|
||||||
|
<el-form style="width: 100%" :data="shopRecord">
|
||||||
|
<el-form-item label="账号:">
|
||||||
|
<el-input type="text" v-model="shopRecord.username"
|
||||||
|
auto-complete="off" placeholder="账号"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="药品名称:">
|
||||||
|
<el-input type="text" v-model="shopRecord.medicine"
|
||||||
|
auto-complete="off" placeholder="药品名称"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
</el-form>
|
||||||
|
</template>
|
||||||
|
<template>
|
||||||
|
<el-table
|
||||||
|
:data="shopResult.filter(item=>item.name===shopRecord.medicine)"
|
||||||
|
style="width: 100%">
|
||||||
|
<el-table-column
|
||||||
|
prop="name"
|
||||||
|
label="药品名称">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="price"
|
||||||
|
label="药品价格">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="number"
|
||||||
|
label="药品数量">
|
||||||
|
</el-table-column>
|
||||||
|
</el-table>
|
||||||
|
</template>
|
||||||
|
<template>
|
||||||
|
<el-form style="width: 100%" :data="shopRecord">
|
||||||
|
<el-input type="text" v-model="shopRecord.number"
|
||||||
|
auto-complete="off" placeholder="购药数量"></el-input>
|
||||||
|
</el-form>
|
||||||
|
<el-form style="width: 100%">
|
||||||
|
<el-button type="primary" style="width: 100%;background: #464849;border: none" @click="onSubmit">购买</el-button>
|
||||||
|
</el-form>
|
||||||
|
</template>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'ShopIndex',
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
shopResult: [],
|
||||||
|
shopRecord: {
|
||||||
|
username: '',
|
||||||
|
medicine: '',
|
||||||
|
number: ''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted: function () {
|
||||||
|
this.shop()
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
shop () {
|
||||||
|
var _this = this
|
||||||
|
this.$axios.get('/shop').then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
_this.shopResult = resp.data
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
onSubmit () {
|
||||||
|
this.$axios
|
||||||
|
.post('/shop', {
|
||||||
|
myzh: this.shopRecord.username,
|
||||||
|
medicine: this.shopRecord.medicine,
|
||||||
|
number: this.shopRecord.number
|
||||||
|
}).then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
this.$emit('onSubmit')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
this.$message({
|
||||||
|
message: '购买成功',
|
||||||
|
type: 'success'
|
||||||
|
})
|
||||||
|
this.$router.replace({path: '/shop'})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.sh {
|
||||||
|
position: fixed;
|
||||||
|
margin-left: 50%;
|
||||||
|
left: -200px;
|
||||||
|
top: 160px;
|
||||||
|
width: 400px;
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,56 @@
|
|||||||
|
<template>
|
||||||
|
<el-table
|
||||||
|
:data="shrecords"
|
||||||
|
style="width: 100%"
|
||||||
|
class="sh">
|
||||||
|
<el-table-column
|
||||||
|
prop="mid"
|
||||||
|
label="取药号"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="medicine"
|
||||||
|
label="药名"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="number"
|
||||||
|
label="数量"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
</el-table>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'ShoprecordIndex',
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
shrecords: []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted: function () {
|
||||||
|
this.loadShrecords()
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
loadShrecords () {
|
||||||
|
var _this = this
|
||||||
|
this.$axios.get('/shoprecords').then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
_this.shrecords = resp.data
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.sh {
|
||||||
|
position: fixed;
|
||||||
|
margin-left: 50%;
|
||||||
|
left: -250px;
|
||||||
|
top: 140px;
|
||||||
|
width: 700px;
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,71 @@
|
|||||||
|
<template>
|
||||||
|
<el-table
|
||||||
|
:data="docyz"
|
||||||
|
style="width: 100%"
|
||||||
|
class="tre">
|
||||||
|
<el-table-column
|
||||||
|
prop="doctorname"
|
||||||
|
label="医生姓名"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="yyh"
|
||||||
|
label="预约号"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="ghname"
|
||||||
|
label="挂号姓名"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="zhengz"
|
||||||
|
label="症状"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="zhend"
|
||||||
|
label="诊断"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="liaoc"
|
||||||
|
label="疗程"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
</el-table>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'TreatmentIndex',
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
docyz: []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted: function () {
|
||||||
|
this.loaddocyz()
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
loaddocyz () {
|
||||||
|
var _this = this
|
||||||
|
this.$axios.get('/treatment').then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
_this.docyz = resp.data
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.tre {
|
||||||
|
position: fixed;
|
||||||
|
margin-left: 50%;
|
||||||
|
left: -500px;
|
||||||
|
top: 140px;
|
||||||
|
width: 700px;
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,83 @@
|
|||||||
|
<template>
|
||||||
|
<el-form class="zhuce" label-position="left"
|
||||||
|
label-width="0px">
|
||||||
|
<h3 class="login_title">注册新用户</h3>
|
||||||
|
<el-form-item>
|
||||||
|
<el-select v-model="ZhuForm.id" placeholder="请选择登录身份">
|
||||||
|
<el-option label="普通用户" value="普通用户"></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
|
<el-input type="text" v-model="ZhuForm.realname"
|
||||||
|
auto-complete="off" placeholder="输入姓名"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
|
<el-input type="text" v-model="ZhuForm.username"
|
||||||
|
auto-complete="off" placeholder="输入账号"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
|
<el-input type="password" v-model="ZhuForm.password"
|
||||||
|
auto-complete="off" placeholder="输入密码"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item style="width: 100%">
|
||||||
|
<el-button type="primary" style="width: 100%;background: #505458;border: none" v-on:click="ok">确定</el-button>
|
||||||
|
</el-form-item>
|
||||||
|
</el-form>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'ZhuceIndex',
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
ZhuForm: {
|
||||||
|
id: '',
|
||||||
|
username: '',
|
||||||
|
password: '',
|
||||||
|
realname: ''
|
||||||
|
},
|
||||||
|
responseResult: []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
ok () {
|
||||||
|
this.$axios
|
||||||
|
.post('/zhu', {
|
||||||
|
id: this.ZhuForm.id,
|
||||||
|
username: this.ZhuForm.username,
|
||||||
|
realname: this.ZhuForm.realname,
|
||||||
|
password: this.ZhuForm.password
|
||||||
|
}).then(resp => {
|
||||||
|
if (resp && resp.status === 200) {
|
||||||
|
this.$emit('ok')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
this.$message({
|
||||||
|
message: '注册成功',
|
||||||
|
type: 'success'
|
||||||
|
})
|
||||||
|
this.$router.replace({path: '/login'})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.zhuce {
|
||||||
|
border-radius: 15px;
|
||||||
|
background-clip: padding-box;
|
||||||
|
margin: 90px auto;
|
||||||
|
width: 350px;
|
||||||
|
padding: 35px 35px 15px 35px;
|
||||||
|
background: #fff;
|
||||||
|
border: 1px solid #eaeaea;
|
||||||
|
box-shadow: 0 0 25px #cac6c6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login_title {
|
||||||
|
margin: 0px auto 40px auto;
|
||||||
|
text-align: center;
|
||||||
|
color: #505458;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
Loading…
Reference in new issue