Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
省
省二结算
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
任鸿志
省二结算
Commits
20de6ae1
Commit
20de6ae1
authored
Apr 15, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333333
parent
86c958f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
8 deletions
+53
-8
outpatient.vue
src/views/jiesuan/outpatient.vue
+53
-8
No files found.
src/views/jiesuan/outpatient.vue
View file @
20de6ae1
...
@@ -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%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment