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
8aa67fa1
Commit
8aa67fa1
authored
Aug 24, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
65938 病历管理,药品已缴费/挂账点击【查看】未跳转
parent
83f4225b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+3
-0
No files found.
src/views/medical-record-management/medical-edit.vue
View file @
8aa67fa1
...
...
@@ -600,6 +600,7 @@ color: #333333;"
<el-button
v-if=
"!isEdit || (scope.row.paymentStatus !== '0' && !scope.row.isAdd)"
icon=
"el-icon-document"
:disabled=
"!checkPermi(['finance:drug:list'])"
plain
size=
"mini"
style=
"width: 50px; border-radius: 6px 6px 6px 6px;border: 1px solid rgb(95,181,75);"
...
...
@@ -1340,6 +1341,7 @@ import { mapGetters } from 'vuex'
import
{
addHospital
,
delHospital
,
listHospital
,
updateHospitalRecord
}
from
'@/api/business/inHospital'
import
moment
from
'moment/moment'
import
a
from
'@/assets/images/bg.png'
import
{
checkPermi
}
from
'@/utils/permission'
export
default
{
name
:
'MedicalEdit'
,
...
...
@@ -1631,6 +1633,7 @@ export default {
this
.
getDrugList
()
},
methods
:
{
checkPermi
,
/* 金额格式化 */
formatAmount
(
amount
)
{
const
formatter
=
new
Intl
.
NumberFormat
(
'zh-CN'
,
{
...
...
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