Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yuzhenWang
yd-csf-front
Commits
2aa179a9
Commit
2aa179a9
authored
Oct 21, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改预约暂存
parent
56adb469
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
src/views/sign/FnaList/edit.vue
+4
-1
src/views/sign/appointment/appointmentEdit.vue
+5
-2
No files found.
src/views/sign/FnaList/edit.vue
View file @
2aa179a9
...
...
@@ -128,6 +128,7 @@
</div>
</
template
>
<
script
setup
name=
"FnaEdit"
>
import
{
onUnmounted
}
from
'vue'
import
AppointmentEdit
from
'@/views/sign/appointment/appointmentEdit'
import
useUserStore
from
'@/store/modules/user'
import
useDictStore
from
'@/store/modules/dict'
...
...
@@ -372,7 +373,9 @@ const handleBack = () => {
}
if
(
route
.
query
.
type
==
'add'
)
{
getAddInfo
()
console
.
log
(
'add router'
,
router
)
// getAddInfo()
}
else
if
(
route
.
query
.
type
==
'edit'
)
{
setTimeout
(()
=>
{
getProcessInfo
(
route
.
query
.
fnaBizId
)
...
...
src/views/sign/appointment/appointmentEdit.vue
View file @
2aa179a9
...
...
@@ -58,7 +58,11 @@
<el-button
type=
"success"
:icon=
"Check"
@
click=
"handleSubmit('submit')"
>
提交
</el-button
>
<el-button
type=
"primary"
plain
v-if=
"showStorage"
@
click=
"handleSubmit('storage')"
<el-button
type=
"primary"
plain
v-if=
"!idsObj.appointmentBizId"
@
click=
"handleSubmit('storage')"
>
暂存
</el-button
>
</div>
...
...
@@ -665,7 +669,6 @@ const handleSubmit = type => {
)
{
submitAppointmentObj
.
value
[
key2
]
=
appointmentSummeryInfo
.
value
[
key1
]
}
// if()
if
(
key2
==
'apiPolicyholderInfoDto'
&&
Object
.
keys
(
submitAppointmentObj
.
value
[
key2
]).
length
!==
0
...
...
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