Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
刘怀志
pet-business-web
Commits
c6bbcfd2
Commit
c6bbcfd2
authored
Jun 29, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug-表单位置
parent
9a890726
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
check-detail.vue
...ice-management/medical-record-management/check-detail.vue
+17
-17
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+2
-2
No files found.
src/views/service-management/medical-record-management/check-detail.vue
View file @
c6bbcfd2
...
...
@@ -10,14 +10,14 @@
>
详情
</span>
<span
style=
"font-size: 16px;position: absolute;right: 160px;padding-top: 5px;"
>
{{
checkDetail
.
medicalRecordNo
}}
</span>
</div>
<el-form
ref=
"form"
:model=
"checkDetail"
label-width=
"
81
px"
>
<el-form
ref=
"form"
:model=
"checkDetail"
label-width=
"
96
px"
>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
style=
"font-size: 16px;font-weight: bold;"
>
宠物信息
</span>
</div>
<!-- 1 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物昵称"
label-width=
"
67
px"
>
<el-form-item
label=
"宠物昵称"
label-width=
"
84
px"
>
<el-input
class=
"input-detail"
placeholder=
"暂无数据"
...
...
@@ -50,7 +50,7 @@
<!-- 2 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物性别"
label-width=
"
67
px"
>
<el-form-item
label=
"宠物性别"
label-width=
"
84
px"
>
<el-select
class=
"input-detail"
v-model=
"checkDetail.petSex"
disabled
placeholder=
"暂无数据"
>
<el-option
v-for=
"item in dict.type.pet_sex"
...
...
@@ -87,7 +87,7 @@
<!-- 3 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物毛色"
label-width=
"
67
px"
>
<el-form-item
label=
"宠物毛色"
label-width=
"
84
px"
>
<el-input
class=
"input-detail"
placeholder=
"暂无数据"
...
...
@@ -124,7 +124,7 @@
<!-- 4 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物保险"
label-width=
"
67
px"
>
<el-form-item
label=
"宠物保险"
label-width=
"
84
px"
>
<el-select
class=
"input-detail"
v-model=
"checkDetail.insure"
disabled
placeholder=
"暂无数据"
>
<el-option
v-for=
"item in insureOptions"
...
...
@@ -142,7 +142,7 @@
<!-- 1 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠主姓名"
label-width=
"
67
px"
>
<el-form-item
label=
"宠主姓名"
label-width=
"
84
px"
>
<el-input
class=
"input-detail"
placeholder=
"暂无数据"
...
...
@@ -190,7 +190,7 @@
<!-- 缴费信息 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"缴费金额"
label-width=
"
67
px"
>
<el-form-item
label=
"缴费金额"
label-width=
"
84
px"
>
<el-input
class=
"input-detail"
placeholder=
"暂无数据"
...
...
@@ -216,8 +216,8 @@
</el-col>
</el-row>
<div
style=
"display: flex;align-items: center;margin-bottom: 10px;"
>
<div
style=
"height:
16px;border-left: 3px solid #5bb647
;"
/>
<div
style=
"padding-left:
8
px;font-size: 16px;font-weight: bold;"
>
预约信息
</div>
<div
style=
"height:
20px;border-left: 5px solid #5FB54B
;"
/>
<div
style=
"padding-left:
10
px;font-size: 16px;font-weight: bold;"
>
预约信息
</div>
<div
style=
"margin-left: auto;padding-right: 50px;"
>
<el-button
v-show=
"checkDetail.deviceId === null"
class=
"fourWordsBtn"
@
click=
"bookNow"
>
立即预约
</el-button>
</div>
...
...
@@ -225,7 +225,7 @@
<!-- 预约信息 -->
<el-row
v-show=
"checkDetail.checkSchedule >= 2"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"检查类型"
label-width=
"
67
px"
>
<el-form-item
label=
"检查类型"
label-width=
"
84
px"
>
<el-select
class=
"input-detail"
v-model=
"checkDetail.checkType"
disabled
placeholder=
"暂无数据"
>
<el-option
v-for=
"item in dict.type.check_type"
...
...
@@ -254,15 +254,15 @@
</el-row>
<el-row
v-show=
"checkDetail.checkSchedule < 2"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"暂未预约"
label-width=
"
67
px"
>
<el-form-item
label=
"暂未预约"
label-width=
"
84
px"
>
<span></span>
</el-form-item>
</el-col>
</el-row>
<div
v-show=
"checkDetail.checkSchedule >= 2"
>
<div
style=
"display: flex;align-items: center;margin-bottom: 10px;"
>
<div
style=
"height:
16px;border-left: 3
px solid #5bb647;"
/>
<div
style=
"padding-left:
8
px;font-size: 16px;font-weight: bold;"
>
检查信息
</div>
<div
style=
"height:
20px;border-left: 5
px solid #5bb647;"
/>
<div
style=
"padding-left:
10
px;font-size: 16px;font-weight: bold;"
>
检查信息
</div>
<div
style=
"margin-left: auto;padding-right: 50px;"
>
<el-button
v-show=
"checkDetail.checkSchedule >=2 && (checkDetail.shadowReport === null || checkDetail.shadowReport === '')"
class=
"fourWordsBtn"
@
click=
"uploadReport"
>
上传报告
</el-button>
</div>
...
...
@@ -270,7 +270,7 @@
<!-- 检查信息 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"检查项目"
label-width=
"
67
px"
>
<el-form-item
label=
"检查项目"
label-width=
"
84
px"
>
<el-input
class=
"input-detail"
placeholder=
"暂无数据"
...
...
@@ -305,7 +305,7 @@
<!-- 2 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"检查日期"
label-width=
"
67
px"
>
<el-form-item
label=
"检查日期"
label-width=
"
84
px"
>
<span>
{{ parseTime(checkDetail.checkStartTime, '{y}/{m}/{d}') }}
</span>
</el-form-item>
</el-col>
...
...
@@ -323,7 +323,7 @@
<!-- 3 -->
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"影像报告"
label-width=
"
67
px"
>
<el-form-item
label=
"影像报告"
label-width=
"
84
px"
>
<!-- <span>{{ checkDetail.shadowReport || '暂未上传' }}</span>-->
<el-button
v-show=
"checkDetail.shadowReport !== null && checkDetail.shadowReport !== ''"
class=
"fourWordsBtn"
@
click=
"viewTheReport"
>
查看报告
</el-button>
<span
v-show=
"checkDetail.shadowReport === null || checkDetail.shadowReport === ''"
>
{{ '暂未上传' }}
</span>
...
...
@@ -345,7 +345,7 @@
@
close=
"closeDialog"
>
<div
style=
"margin-top: 20px"
>
<el-form
ref=
"file"
label-width=
"120px"
>
<el-form
ref=
"file"
>
<el-form-item
label=
"影像报告"
>
<FileUpload
v-model=
"videoReport"
:limit=
"1"
:file-size=
"4"
:file-type=
"['pdf']"
:is-show-tip=
"false"
/>
</el-form-item>
...
...
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
c6bbcfd2
...
...
@@ -121,7 +121,7 @@
>
<el-table-column
type=
"selection"
min-width=
"47"
align=
"center"
:reserve-selection=
"true"
/>
<el-table-column
label=
"序号"
type=
"index"
align=
"left"
/>
<el-table-column
label=
"检查类型"
align=
"left"
prop=
"checkType"
width=
"100
"
>
<el-table-column
label=
"检查类型"
align=
"left"
prop=
"checkType"
min-width=
"105
"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.check_type"
...
...
@@ -148,7 +148,7 @@
<span>
{{
scope
.
row
.
nickname
||
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"联系方式"
align=
"left"
:show-overflow-tooltip=
"true"
prop=
"phonenumber"
width=
"9
0"
/>
<el-table-column
label=
"联系方式"
align=
"left"
:show-overflow-tooltip=
"true"
prop=
"phonenumber"
min-width=
"10
0"
/>
<el-table-column
label=
"预约兽医"
align=
"left"
:show-overflow-tooltip=
"true"
prop=
"doctorName"
/>
<el-table-column
label=
"所属科室"
align=
"left"
:show-overflow-tooltip=
"true"
prop=
"doctorDeptName"
/>
<el-table-column
label=
"缴费状态"
align=
"left"
:show-overflow-tooltip=
"true"
prop=
"payType"
>
...
...
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