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
ddfbec1d
Commit
ddfbec1d
authored
Jun 21, 2023
by
v_liuhuaizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整体修改
parent
348c8847
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
18 deletions
+22
-18
registration-detail.vue
...ice-management/registration-queue/registration-detail.vue
+22
-18
No files found.
src/views/service-management/registration-queue/registration-detail.vue
View file @
ddfbec1d
...
@@ -723,6 +723,17 @@ export default {
...
@@ -723,6 +723,17 @@ export default {
// 挂号信息赋值
// 挂号信息赋值
this
.
regiterForm
=
{
...
this
.
detailInfo
}
this
.
regiterForm
=
{
...
this
.
detailInfo
}
console
.
log
(
'这是我进入处方需要的信息:'
,
this
.
regiterForm
)
console
.
log
(
'这是我进入处方需要的信息:'
,
this
.
regiterForm
)
// 主键
this
.
scheduleKey
.
checkSchedule
=
this
.
regiterForm
.
checkSchedule
// 挂号时间
this
.
scheduleKey
.
registrationTime
=
this
.
regiterForm
.
registrationTime
// 录入时间
this
.
scheduleKey
.
diagnosisTime
=
this
.
regiterForm
.
diagnosisTime
// 病历时间
this
.
scheduleKey
.
reportTime
=
this
.
regiterForm
.
reportTime
// 开具处方时间
this
.
scheduleKey
.
recipelTime
=
this
.
regiterForm
.
recipelTime
console
.
log
(
'这是我要传的checkSchedule的值:值 挂号时间 录入时间 病历时间 开具处方时间'
,
this
.
scheduleKey
.
registrationTime
,
this
.
scheduleKey
.
diagnosisTime
,
this
.
scheduleKey
.
reportTime
,
this
.
scheduleKey
.
recipelTime
)
})
})
}
else
{
}
else
{
inputDiagnosis
(
id
).
then
(
response
=>
{
inputDiagnosis
(
id
).
then
(
response
=>
{
...
@@ -731,14 +742,6 @@ export default {
...
@@ -731,14 +742,6 @@ export default {
// 挂号信息赋值
// 挂号信息赋值
this
.
regiterForm
=
{
...
this
.
detailInfo
}
this
.
regiterForm
=
{
...
this
.
detailInfo
}
console
.
log
(
'这是我进入处方需要的信息:'
,
this
.
regiterForm
)
console
.
log
(
'这是我进入处方需要的信息:'
,
this
.
regiterForm
)
})
}
getRegister
(
id
).
then
(
response
=>
{
console
.
log
(
'录入诊断需要的信息'
,
response
)
this
.
detailInfo
=
{
...
response
.
data
}
// 挂号信息赋值
this
.
regiterForm
=
{
...
this
.
detailInfo
}
console
.
log
(
'这是我进入处方需要的信息:'
,
this
.
regiterForm
)
// 主键
// 主键
this
.
scheduleKey
.
checkSchedule
=
this
.
regiterForm
.
checkSchedule
this
.
scheduleKey
.
checkSchedule
=
this
.
regiterForm
.
checkSchedule
// 挂号时间
// 挂号时间
...
@@ -753,6 +756,7 @@ export default {
...
@@ -753,6 +756,7 @@ export default {
})
})
}
}
}
}
}
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
...
...
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