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
b48823b5
Commit
b48823b5
authored
Aug 07, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面展示字段
parent
bd82f825
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+7
-4
No files found.
src/views/jiesuan/outpatientCharging.vue
View file @
b48823b5
...
...
@@ -25,20 +25,20 @@
<div
style=
" margin-top: 10px"
v-loading=
"yujiesuanLoading"
>
<div
class=
"box-card"
>
<div
class=
"box_card_title"
>
<div
style=
"display: flex; justify-content: space-between; width: 100%"
>
<div
style=
"display: flex; justify-content: space-between; width: 100%
;line-height: 28px;
"
>
<div>
结算清单
</div>
<!--
<div
style=
"font-weight: 500"
v-if=
"isGS"
>
工商时间
<el-date-picker
size=
"mini"
v-model=
"GSdatatime"
type=
"date"
value-format=
"yyyy-MM-dd"
placeholder=
"选择日期"
>
</el-date-picker>
</div>
-->
<div
style=
"display: flex"
>
<div
style=
"display: flex
;margin: 0px 20px;
"
>
<el-checkbox
v-model=
"is_sy"
>
计划生育
</el-checkbox>
</div>
<div
style=
"display: flex"
class=
"tableScopeSwitchBox"
>
<div>
开启自费结算:
</div>
<el-switch
class=
"tableScopeSwitch"
v-model=
"zifei_disable"
active-color=
"#13ce66"
active-text=
"是"
inactive-text=
"否"
inactive-color=
"#ff4949"
>
</el-switch>
<el-switch
class=
"tableScopeSwitch"
v-model=
"zifei_disable"
active-color=
"#13ce66"
active-text=
"是"
inactive-text=
"否"
inactive-color=
"#ff4949"
style=
"margin-top: 3px;"
>
</el-switch>
</div>
<div
style=
"display: flex"
v-if=
"patientInfo.yblx != '01'"
>
<div
style=
"display: flex
;margin: 0px 20px
"
v-if=
"patientInfo.yblx != '01'"
>
<div
style=
"line-height: 28px; width: 75px"
>
结算类型:
</div>
<div
class=
"selectinput"
>
<el-select
v-model=
"man_name"
placeholder=
"请选择"
@
change=
"changePersonType(man_name)"
:clearable=
"true"
>
...
...
@@ -119,7 +119,10 @@
<el-table-column
prop=
"amount"
align=
"center"
label=
"单价"
>
</el-table-column>
<el-table-column
prop=
"qty"
align=
"center"
label=
"数量"
>
</el-table-column>
<el-table-column
prop=
"total"
align=
"center"
label=
"金额"
>
</el-table-column>
<el-table-column
prop=
"item_spec"
label=
"单位"
width=
"150"
>
</el-table-column>
<el-table-column
prop=
"item_code"
label=
"项目代码"
width=
"120"
>
</el-table-column>
<el-table-column
prop=
"project_name"
label=
"项目名称"
width=
"90"
>
</el-table-column>
<el-table-column
prop=
"executive_dept_name"
label=
"执行科室"
width=
"90"
>
</el-table-column>
<el-table-column
prop=
"zfbl"
align=
"center"
label=
"自付比例"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<div>
...
...
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