xhf_branch
于慕涵 2 years ago
parent 5e0d63960f
commit 8ef76af6a5

@ -1,8 +0,0 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

@ -1,26 +0,0 @@
<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>

@ -1,5 +0,0 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</state>
</component>

@ -1,9 +0,0 @@
<?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>

@ -1,6 +0,0 @@
<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>

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JpaBuddyIdeaProjectConfig">
<option name="renamerInitialized" value="true" />
</component>
</project>

@ -1,9 +0,0 @@
<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>

@ -1,9 +0,0 @@
<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>

@ -1,9 +0,0 @@
<?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>

@ -1,8 +0,0 @@
<?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>

@ -1,22 +0,0 @@
<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>

@ -1,113 +0,0 @@
<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>

@ -1,20 +0,0 @@
<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>

@ -1,13 +0,0 @@
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);
}
}

@ -1,91 +0,0 @@
<template>
<el-form class="login-container" label-position="left"
label-width="0px">
<h3 class="login_title">校医院智能管理系统登录</h3>
<el-form-item>
<el-select v-model="loginForm.id" placeholder="请选择登录身份">
<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-input type="text" v-model="loginForm.realname"
auto-complete="off" placeholder="姓名"></el-input>
</el-form-item>
<el-form-item>
<el-input type="text" v-model="loginForm.username"
auto-complete="off" placeholder="账号"></el-input>
</el-form-item>
<el-form-item>
<el-input type="password" v-model="loginForm.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="login">登录</el-button>
</el-form-item>
<div>
<el-link href="http://localhost:8080/#/zhu" target="_blank" type="primary">没有账号请点击注册</el-link>
</div>
</el-form>
</template>
<script>
export default {
name: 'Login',
data () {
return {
loginForm: {
id: '',
username: '',
password: '',
realname: ''
},
responseResult: []
}
},
methods: {
login () {
this.$axios
.post('/login', {
id: this.loginForm.id,
username: this.loginForm.username,
password: this.loginForm.password,
realname: this.loginForm.realname
})
.then(successResponse => {
if (successResponse.data.code === 200) {
this.$router.replace({path: '/index'})
} else if (successResponse.data.code === 100) {
this.$router.replace({path: '/docrecords'})
} else if (successResponse.data.code === 300) {
this.$router.replace({path: '/Admin'})
}
})
.catch(failResponse => {
})
}
}
}
</script>
<style>
.login-container {
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>

@ -1,118 +0,0 @@
<template>
<el-form ref="sizeForm" :model="AdvanceForm" label-width="300px" class="adv" :rules="rules">
<el-form-item label="诊室" prop="department">
<el-select v-model="AdvanceForm.department" prop="department" filterable placeholder="请选择诊室" clearable>
<el-option v-for="item in department" :key="item" :label="item" :value="item"></el-option>
</el-select>
</el-form-item>
<el-form-item label="是否有过往病史">
<el-radio v-model="radio" label="是" prop="是"></el-radio>
<el-radio v-model="radio" label="否" prop="否"></el-radio>
</el-form-item>
<!--普通内科-->
<el-form-item v-show="AdvanceForm.department=='普通内科'" label="请选择你出现的症状">
<el-checkbox-group v-model="AdvanceForm.symptom" >
<el-checkbox label="头疼"></el-checkbox>
<el-checkbox label="嗓子疼"></el-checkbox>
<el-checkbox label="感冒"></el-checkbox>
<el-checkbox label="发烧"></el-checkbox>
<el-checkbox label="全身乏力"></el-checkbox>
</el-checkbox-group>
</el-form-item>
<el-form-item v-show="AdvanceForm.department=='普通内科'" label="是否测量体温">
<el-radio v-model="radiotemperature" label="是"></el-radio>
<el-radio v-model="radiotemperature" label="否"></el-radio>
</el-form-item>
<el-form-item v-show="radiotemperature=='是'" label="体温">
<el-input v-model="temperature" placeholder="请输入你的体温"></el-input>
</el-form-item>
<!--眼科-->
<el-form-item v-show="AdvanceForm.department=='眼科'" label="请选择你出现的症状">
<el-checkbox-group v-model="symptom" >
<el-checkbox label="眼睛酸痛"></el-checkbox>
<el-checkbox label="眼睛红肿"></el-checkbox>
<el-checkbox label="过敏"></el-checkbox>
<el-checkbox label="眼内有异物感"></el-checkbox>
<el-checkbox label="模糊看不清东西"></el-checkbox>
<el-checkbox label="视力下降"></el-checkbox>
<el-checkbox label="眼前有黑影飘动"></el-checkbox>
<el-checkbox label="眼睛干痒"></el-checkbox>
</el-checkbox-group>
</el-form-item>
<!--耳鼻喉科-->
<el-form-item v-show="AdvanceForm.department=='耳鼻喉科'" label="请选择你出现的症状">
<el-checkbox-group v-model="symptom" >
<el-checkbox label="耳鸣"></el-checkbox>
<el-checkbox label="过敏"></el-checkbox>
<el-checkbox label="流鼻涕"></el-checkbox>
<el-checkbox label="咽喉肿痛"></el-checkbox>
</el-checkbox-group>
</el-form-item>
<el-form-item label="详细描述你的症状">
<el-input type="textarea" v-model="AdvanceForm.description" clearable></el-input>
</el-form-item>
<el-form-item style="width: 100%">
<el-button type="primary" style="width: 100%;background: #505458;border: none" @click="dialogVisible = true">确定</el-button>
</el-form-item>
<el-dialog
title="诊断结果"
:visible.sync="dialogVisible"
width="30%"
:before-close="handleClose"
append-to-body>
<span v-show="AdvanceForm.department=='普通内科'">,: 使37.3°C</span>
<span v-show="AdvanceForm.department=='眼科'">,: 1使</span>
<span v-show="AdvanceForm.symptom=='头疼'">,: </span>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="dialogVisible = false"> </el-button>
</span>
</el-dialog>
</el-form>
</template>
<script>
export default {
data () {
return {
AdvanceForm: {
department: '',
history: '',
symptom: [],
description: ''
},
department: ['眼科', '耳鼻喉科', '口腔科', '皮肤科',
'心脏内科', '呼吸内科', '消化内科', '内分泌科', '普通内科',
'胸外科', '泌尿外科', '普通外科'],
radio: '',
radiotemperature: '',
symptom: ['头疼', '嗓子疼', '感冒', '发烧', '全身乏力'],
temperature: '',
dialogVisible: false,
rules: {
department: [
{ required: true, message: '请选择诊室' }
]
}
}
},
methods: {
handleClose (done) {
this.$confirm('确认关闭?')
.then(_ => {
done()
})
.catch(_ => {})
}
}
}
</script>
<style scoped>
.adv {
position: fixed;
margin-left: 50%;
left: -500px;
top: 160px;
width: 700px;
}
</style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

@ -1,41 +0,0 @@
'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'
))
})
})

@ -1,54 +0,0 @@
'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)
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

@ -1,101 +0,0 @@
'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')
})
}
}

@ -1,22 +0,0 @@
'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'
}
}

@ -1,92 +0,0 @@
'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'
}
}

@ -1,95 +0,0 @@
'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)
}
})
})

@ -1,149 +0,0 @@
'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

@ -1,46 +0,0 @@
<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>

@ -1,7 +0,0 @@
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"'
})

@ -1,85 +0,0 @@
'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
}
}

@ -1,4 +0,0 @@
'use strict'
module.exports = {
NODE_ENV: '"production"'
}

@ -1,7 +0,0 @@
'use strict'
const merge = require('webpack-merge')
const devEnv = require('./dev.env')
module.exports = merge(devEnv, {
NODE_ENV: '"testing"'
})

@ -1,20 +0,0 @@
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);
}
}

@ -1,35 +0,0 @@
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();
}
}

@ -1,49 +0,0 @@
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);
}
}
}

@ -1,46 +0,0 @@
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;
}
}

@ -1,46 +0,0 @@
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();
}
}

@ -1,27 +0,0 @@
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;
}
}

@ -1,12 +0,0 @@
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);
}

@ -1,10 +0,0 @@
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);
}

@ -1,15 +0,0 @@
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);
}

@ -1,10 +0,0 @@
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);
}

@ -1,10 +0,0 @@
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);
}

@ -1,18 +0,0 @@
package com.example.hosdata.dao;
import com.example.hosdata.pojo.User;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface UserDAO extends JpaRepository<User,Integer> {
User findByUsername(String username);
User getByUsernameAndPassword(String username,String password);
User getByIdAndUsernameAndPassword(String id,String username,String password);
User getByIdAndUsernameAndPasswordAndRealname(String id,String username,String password,String realname);
}
//操作数据库的对象使用了JPA无需手动构建SQL语句而只需要按照规范提供方法的名字即可实现对数据库的增删查改

@ -1,12 +0,0 @@
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>{
}

@ -1,210 +0,0 @@
<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>

@ -1,15 +0,0 @@
<template>
<div>
Welcome to my System!
</div>
</template>
<script>
export default {
name: 'AppIndex'
}
</script>
<style scoped>
</style>

@ -1,21 +0,0 @@
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/>'
})

@ -1,40 +0,0 @@
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;
}
}

@ -1,76 +0,0 @@
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;
}
}

@ -1,60 +0,0 @@
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;
}
}

@ -1,74 +0,0 @@
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;
}
}

@ -1,48 +0,0 @@
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;
}
}

@ -1,52 +0,0 @@
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;
}
}

@ -1,52 +0,0 @@
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;
}
}

@ -1,35 +0,0 @@
<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>

@ -1,34 +0,0 @@
<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>

@ -1,52 +0,0 @@
<template>
<el-menu
class="categories"
default-active="0"
@select="handleSelect"
active-text-color="red">
<el-menu-item index="0">
<i class="el-icon-menu"></i>
<span slot="title">预约挂号记录</span>
</el-menu-item>
<el-menu-item index="1">
<i class="el-icon-menu"></i>
<span slot="title">就诊记录</span>
</el-menu-item>
<el-menu-item index="2">
<i class="el-icon-menu"></i>
<span slot="title">购药记录</span>
</el-menu-item>
<el-menu-item index="3">
<i class="el-icon-menu"></i>
<span slot="title">预问诊记录</span>
</el-menu-item>
</el-menu>
</template>
<script>
export default {
name: 'SideMenu',
data () {
return {
cid: ''
}
},
methods: {
handleSelect (key, keyPath) {
this.cid = key
//
this.$emit('indexSelect')
}
}
}
</script>
<style scoped>
.categories {
position: fixed;
margin-left: 50%;
left: -700px;
top: 130px;
width: 150px;
}
</style>

@ -1,64 +0,0 @@
<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>

@ -1,128 +0,0 @@
<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>

@ -1,19 +0,0 @@
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;
}
}

@ -1,123 +0,0 @@
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
}
}
]
})

@ -1,21 +0,0 @@
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);
}
}

@ -1,27 +0,0 @@
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);
}
}

@ -1,35 +0,0 @@
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);
}
}

@ -1,39 +0,0 @@
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);
}
}

@ -1,38 +0,0 @@
package com.example.hosdata.service;
import com.example.hosdata.dao.UserDAO;
import com.example.hosdata.pojo.RegisterRecord;
import com.example.hosdata.pojo.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class UserService {
@Autowired
UserDAO userDAO;
public boolean isExist(String username) {
User user = getByName(username);
return null!=user;
}
public User getByName(String username) {
return userDAO.findByUsername(username);
}
public User get(String username, String password){
return userDAO.getByUsernameAndPassword(username, password);
}
public void add(User user) {
userDAO.save(user);
}
public User getall(String id, String username, String password, String realname) {
return userDAO.getByIdAndUsernameAndPasswordAndRealname(id,username,password,realname);
}
}
//在DAO中只定义基础的增删改查操作而具体操作需要service来完成

@ -1,23 +0,0 @@
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);
}
}

@ -1,7 +1,7 @@
<template> <template>
<el-table <el-table
:data="serecords" :data="serecords"
style="width: 100%" style="width: 50%"
:model="ruleForm" :model="ruleForm"
class="se"> class="se">
<el-table-column <el-table-column
@ -13,7 +13,7 @@
<el-table-column <el-table-column
prop="username" prop="username"
v-model="ruleForm.username" v-model="ruleForm.username"
label="用户名" label="账号"
width="180"> width="180">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
@ -27,6 +27,24 @@
label="姓名" label="姓名"
width="180"> width="180">
</el-table-column> </el-table-column>
<el-table-column
prop="sex"
v-model="ruleForm.sex"
label="性别"
width="180">
</el-table-column>
<el-table-column
prop="age"
v-model="ruleForm.age"
label="年龄"
width="180">
</el-table-column>
<el-table-column
prop="contact"
v-model="ruleForm.contact"
label="联系方式"
width="180">
</el-table-column>
<el-table-column <el-table-column
label="操作" label="操作"
width="180"> width="180">
@ -36,9 +54,6 @@
<el-form-item label="身份" prop="id"> <el-form-item label="身份" prop="id">
<el-input v-model="ruleForm.id" autocomplete="off" clearable></el-input> <el-input v-model="ruleForm.id" autocomplete="off" clearable></el-input>
</el-form-item> </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-form-item label="账号" prop="username">
<el-input v-model="ruleForm.username" autocomplete="off" clearable></el-input> <el-input v-model="ruleForm.username" autocomplete="off" clearable></el-input>
</el-form-item> </el-form-item>
@ -48,6 +63,18 @@
<el-form-item label="确认密码" prop="checkPass"> <el-form-item label="确认密码" prop="checkPass">
<el-input type="password" v-model="ruleForm.checkPass" autocomplete="off" clearable></el-input> <el-input type="password" v-model="ruleForm.checkPass" autocomplete="off" clearable></el-input>
</el-form-item> </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="sex">
<el-input v-model="ruleForm.sex" autocomplete="off" clearable></el-input>
</el-form-item>
<el-form-item label="年龄" prop="age">
<el-input v-model="ruleForm.age" autocomplete="off" clearable></el-input>
</el-form-item>
<el-form-item label="联系方式" prop="contact">
<el-input v-model="ruleForm.contact" autocomplete="off" clearable></el-input>
</el-form-item>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button> <el-button @click="dialogVisible = false"> </el-button>
@ -90,7 +117,10 @@ export default {
username: '', username: '',
realname: '', realname: '',
pass: '', pass: '',
checkPass: '' checkPass: '',
sex: '未填写',
age: '未填写',
contact: '未填写'
}, },
rules: { rules: {
pass: [ pass: [
@ -120,7 +150,10 @@ export default {
id: this.ruleForm.id, id: this.ruleForm.id,
username: this.ruleForm.username, username: this.ruleForm.username,
realname: this.ruleForm.realname, realname: this.ruleForm.realname,
password: this.ruleForm.checkPass password: this.ruleForm.checkPass,
sex: this.ruleForm.sex,
age: this.ruleForm.age,
contact: this.ruleForm.contact
}).then(resp => { }).then(resp => {
if (resp && resp.status === 200) { if (resp && resp.status === 200) {
this.$emit('submitForm') this.$emit('submitForm')

@ -1,99 +0,0 @@
<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>

@ -1,56 +0,0 @@
<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>

@ -1,71 +0,0 @@
<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>

@ -1,83 +0,0 @@
<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…
Cancel
Save