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
b0d3cb72
Commit
b0d3cb72
authored
Aug 17, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64564 病历、挂号管理,单位外嵌样式
parent
021f9602
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
22 deletions
+35
-22
index.scss
src/assets/styles/index.scss
+8
-0
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+8
-6
registration-add.vue
...ervice-management/registration-queue/registration-add.vue
+9
-8
registration-detail.vue
...ice-management/registration-queue/registration-detail.vue
+10
-8
No files found.
src/assets/styles/index.scss
View file @
b0d3cb72
...
...
@@ -181,3 +181,11 @@ aside {
margin-bottom
:
10px
;
}
}
.unit-text
{
margin-left
:
4px
;
font-size
:
14px
;
font-family
:
Microsoft
YaHei-Regular
,
Microsoft
YaHei
;
font-weight
:
400
;
color
:
#707070
;
line-height
:
17px
;
}
src/views/medical-record-management/medical-edit.vue
View file @
b0d3cb72
...
...
@@ -154,9 +154,10 @@ color: #333333;"
<el-col
:span=
"8"
>
<!--宠物体重-->
<el-form-item
label=
"宠物体重"
prop=
"petWeight"
>
<el-input
v-model=
"detailInfo.petWeight"
:maxlength=
"10"
:placeholder=
"isEdit? '请输入宠物体重' : '暂无数据'"
:disabled=
"!isEdit"
>
<template
#
suffix
>
kg
</
template
>
</el-input>
<div
style=
"display: flex;align-items: center;"
>
<el-input
v-model=
"detailInfo.petWeight"
:maxlength=
"10"
:placeholder=
"isEdit? '请输入宠物体重' : '暂无数据'"
:disabled=
"!isEdit"
/>
<span
class=
"unit-text"
>
kg
</span>
</div>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -290,9 +291,10 @@ color: #333333;"
</el-col>
<el-col
v-if=
"deptLevel !== '1'"
:span=
"8"
>
<el-form-item
label=
"会员卡余额"
>
<el-input
v-model=
"detailInfo.petOwnerBo.cardBalance"
:placeholder=
"'暂无数据'"
disabled
>
<
template
#
suffix
>
元
</
template
>
</el-input>
<div
style=
"display: flex;align-items: center;"
>
<el-input
v-model=
"detailInfo.petOwnerBo.cardBalance"
:placeholder=
"'暂无数据'"
disabled
/>
<span
class=
"unit-text"
>
元
</span>
</div>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/service-management/registration-queue/registration-add.vue
View file @
b0d3cb72
...
...
@@ -120,14 +120,15 @@
<el-col
:span=
"8"
>
<!--宠物体重-->
<el-form-item
label=
"宠物体重"
prop=
"petWeight"
>
<el-input
v-model
.
trim=
"form.petWeight"
:placeholder=
"isEdit? '请输入宠物体重' : '-'"
maxlength=
"10"
:disabled=
"!isEdit"
>
<template
#
suffix
>
kg
</
template
>
</el-input>
<div
style=
"display: flex;align-items: center;"
>
<el-input
v-model
.
trim=
"form.petWeight"
:placeholder=
"isEdit? '请输入宠物体重' : '-'"
maxlength=
"10"
:disabled=
"!isEdit"
/>
<span
class=
"unit-text"
>
kg
</span>
</div>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
src/views/service-management/registration-queue/registration-detail.vue
View file @
b0d3cb72
...
...
@@ -100,9 +100,10 @@
<el-col
:span=
"8"
>
<!--宠物体重-->
<el-form-item
label=
"宠物体重"
>
<el-input
v-model=
"detailInfo.petWeight"
placeholder=
"暂无数据"
disabled
>
<template
#
suffix
>
kg
</
template
>
</el-input>
<div
style=
"display: flex;align-items: center;"
>
<el-input
v-model=
"detailInfo.petWeight"
placeholder=
"暂无数据"
disabled
/>
<span
class=
"unit-text"
>
kg
</span>
</div>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -236,9 +237,10 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"会员卡余额"
>
<el-input
v-model=
"detailInfo.petOwnerBo.cardBalance"
placeholder=
"暂无数据"
disabled
>
<
template
#
suffix
>
元
</
template
>
</el-input>
<div
style=
"display: flex;align-items: center;"
>
<el-input
v-model=
"detailInfo.petOwnerBo.cardBalance"
placeholder=
"暂无数据"
disabled
/>
<span
class=
"unit-text"
>
元
</span>
</div>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -346,9 +348,9 @@
<el-col
:span=
"8"
>
<!--门诊诊察费-->
<el-form-item
label=
"门诊诊察费"
>
<div
class=
"reg-payAmount
"
>
<div
style=
"display: flex;align-items: center;
"
>
<el-input
v-model=
"detailInfo.payAmount"
placeholder=
"暂无数据"
disabled
/>
<span>
元
</span>
<span
class=
"unit-text"
>
元
</span>
</div>
</el-form-item>
</el-col>
...
...
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