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
66c56726
Commit
66c56726
authored
Aug 26, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
834ffce8
93e0c3bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
check-subscribe.vue
...-management/medical-record-management/check-subscribe.vue
+1
-1
prescribing-modle.vue
...ement/registration-queue/components/prescribing-modle.vue
+6
-0
No files found.
src/views/service-management/medical-record-management/check-subscribe.vue
View file @
66c56726
...
...
@@ -7,7 +7,7 @@
font-family: Microsoft YaHei-Bold, Microsoft YaHei,serif;
font-weight: bold;
color: #333333;"
>
立即预约
</span>
·
>
立即预约
</span>
</div>
<el-form
ref=
"form"
:model=
"checkDetail"
label-width=
"5.3rem"
>
<div
class=
"title-paragraph"
>
...
...
src/views/service-management/registration-queue/components/prescribing-modle.vue
View file @
66c56726
...
...
@@ -784,6 +784,12 @@ export default {
console
.
log
(
'我就是为了看预约挂号传值!!!!'
,
temp
)
submitPrescribing
(
temp
).
then
(
res
=>
{
console
.
log
(
'看见了吗!!!!'
,
res
)
if
(
res
.
code
===
204
)
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'当日ICU病房已满'
})
}
this
.
$message
.
success
(
'操作成功'
)
this
.
$emit
(
'prescrib-close'
)
})
...
...
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