Commit 20de6ae1 authored by 任鸿志's avatar 任鸿志

333333

parent 86c958f1
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</div> </div>
</div> </div>
</el-card> </el-card>
<div style="display: flex; justify-content: 目前space-around; margin-top: 10px" v-loading="yujiesuanLoading" <div style="display: flex; justify-content: space-around; margin-top: 10px" v-loading="yujiesuanLoading"
element-loading-text="预结算中..."> element-loading-text="预结算中...">
<div class="box-card" style="width: 49%"> <div class="box-card" style="width: 49%">
<div class="box_card_title"> <div class="box_card_title">
...@@ -515,14 +515,40 @@ ...@@ -515,14 +515,40 @@
</span> </span>
</el-dialog> --> </el-dialog> -->
<!-- <el-dialog title="提示" :visible.sync="found" width="30%" v-loading="moreLoading"> <el-dialog title="违规信息提示" :visible.sync="ViolationShow" width="30%" v-loading="moreLoading">
<span>是否进行西药房签到排队?</span> <div class="ViolationShow">
<el-table ref="multipleTableClinicRoom" @selection-change="handleSelectionChange" :data="tableDataList"
tooltip-effect="dark" style="width: 100%; height: calc(100vh - 430px)"
:header-cell-style="{ background: '#E7EEFF', color: '#333333' }" v-loading="loading"
element-loading-text="拼命加载中">
<template slot="empty">
<el-empty :image="tempsrc" :image-size="100" description="暂无数据"></el-empty>
</template>
<el-table-column prop="occurrence_dept_name" label="规则名称" :show-overflow-tooltip="true">
</el-table-column>
<el-table-column prop="doct_name" label="违规内容" width="110" :show-overflow-tooltip="true">
</el-table-column>
<el-table-column prop="occurrence_time" label="违规行为分类" width="130" :show-overflow-tooltip="true">
</el-table-column>
<el-table-column prop="visit_no" label="违规金额计算状态" width="150" :show-overflow-tooltip="true"> </el-table-column>
<el-table-column prop="serial_no" label="严重程度" width="100" :show-overflow-tooltip="true">
</el-table-column>
</el-table>
</div>
<div style="margin: 20px 0px;">反馈原因</div>
<div>
<el-input
type="textarea"
:rows="3"
placeholder="请输入内容"
v-model="textarea">
</el-input>
</div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="found = false">取 消</el-button> <el-button @click="Violationfunction">继续保存 </el-button>
<el-button type="primary" @click="foundQDfunction">确 定</el-button> <el-button type="primary" @click="ViolationShow = false">修改医嘱</el-button>
</span> </span>
</el-dialog> --> </el-dialog>
</div> </div>
</template> </template>
<script> <script>
...@@ -546,6 +572,7 @@ export default { ...@@ -546,6 +572,7 @@ export default {
name: 'Outpatient', name: 'Outpatient',
data() { data() {
return { return {
ViolationShow:true,
gz_name: false, gz_name: false,
dataText: '', dataText: '',
GSshow: false, GSshow: false,
...@@ -782,6 +809,14 @@ export default { ...@@ -782,6 +809,14 @@ export default {
}, },
}, },
methods: { methods: {
Violationfunction(){
this.$message({
message: '违规操作',
type: 'warning',
})
this.ViolationShow = false
this.dialogVisible = true
},
format(percentage) { format(percentage) {
if (percentage === 50) { if (percentage === 50) {
return '' return ''
...@@ -1746,7 +1781,8 @@ export default { ...@@ -1746,7 +1781,8 @@ export default {
p_ewm: this.adminpingzhengma, p_ewm: this.adminpingzhengma,
}) })
.then(response => { .then(response => {
this.dialogVisible = true // 验证违规
// this.dialogVisible = true
this.yujiesuanload = false this.yujiesuanload = false
this.bxxxinfo = response.data this.bxxxinfo = response.data
let frees = this.round(this.bxxxinfo.brfdje * 1 - this.bxxxinfo.his_deduct_amount * 1, 2) let frees = this.round(this.bxxxinfo.brfdje * 1 - this.bxxxinfo.his_deduct_amount * 1, 2)
...@@ -2756,6 +2792,12 @@ export default { ...@@ -2756,6 +2792,12 @@ export default {
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style rel="stylesheet/scss" lang="scss" scoped>
.ViolationShow{
::v-deep .el-table__body-wrapper {
height: calc(100vh - 480px);
overflow-y: auto;
}
}
::v-deep .el-table__body-wrapper { ::v-deep .el-table__body-wrapper {
height: calc(100vh - 350px); height: calc(100vh - 350px);
overflow-y: auto; overflow-y: auto;
...@@ -3151,6 +3193,9 @@ export default { ...@@ -3151,6 +3193,9 @@ export default {
::v-deep .el-empty__description { ::v-deep .el-empty__description {
display: none; display: none;
} }
::v-deep .el-empty {
padding: 0px !important;
}
.userInfo_box { .userInfo_box {
width: 99%; width: 99%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment