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
0
Merge Requests
0
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
53d4357f
Commit
53d4357f
authored
Jul 22, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wyz' into 'test'
修复新单跟进关联记录跳转到关联预约,预约信息详情不展示 See merge request
!186
parents
f30f70fa
d6d65980
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
28 deletions
+13
-28
src/views/sign/appointment/appointmentEdit.vue
+9
-27
src/views/sign/appointment/components/appointmentInfo.vue
+2
-0
src/views/sign/underwritingMain/policyDetail.vue
+2
-1
No files found.
src/views/sign/appointment/appointmentEdit.vue
View file @
53d4357f
...
@@ -728,6 +728,7 @@ function getAppointmentInfo(appointmentBizId, changeTab) {
...
@@ -728,6 +728,7 @@ function getAppointmentInfo(appointmentBizId, changeTab) {
activeName
.
value
=
'appointmentInfo'
activeName
.
value
=
'appointmentInfo'
}
}
}
}
console
.
log
(
'详情请求完'
)
}
}
})
})
}
}
...
@@ -1068,17 +1069,7 @@ const handleSubmit = async type => {
...
@@ -1068,17 +1069,7 @@ const handleSubmit = async type => {
submitAppointmentObj
.
value
.
source
=
2
submitAppointmentObj
.
value
.
source
=
2
}
}
submitLoading
.
value
=
true
submitLoading
.
value
=
true
// 编辑预约单
// editAppointmentDetail(submitAppointmentObj.value).then(res => {
// if (res.code == 200) {
// submitLoading.value = false
// editStatus.value = true
// getAppointmentInfo(idsObj.value.appointmentBizId)
// proxy.$message.success('修改预约单成功')
// } else {
// submitLoading.value = false
// }
// })
try
{
try
{
const
res
=
await
editAppointmentDetail
(
submitAppointmentObj
.
value
)
const
res
=
await
editAppointmentDetail
(
submitAppointmentObj
.
value
)
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
...
@@ -1130,17 +1121,7 @@ const handleSubmit = async type => {
...
@@ -1130,17 +1121,7 @@ const handleSubmit = async type => {
// 编辑状态下预约暂存
// 编辑状态下预约暂存
if
(
type
==
'editStorage'
)
{
if
(
type
==
'editStorage'
)
{
submitLoading
.
value
=
true
submitLoading
.
value
=
true
// 暂存预约单
// appointmentEditStorage(submitAppointmentObj.value).then(res => {
// if (res.code == 200) {
// submitLoading.value = false
// proxy.$message.success('预约暂存提交成功')
// editStatus.value = true
// getAppointmentInfo(idsObj.value.appointmentBizId)
// } else {
// submitLoading.value = false
// }
// })
try
{
try
{
const
res
=
await
appointmentEditStorage
(
submitAppointmentObj
.
value
)
const
res
=
await
appointmentEditStorage
(
submitAppointmentObj
.
value
)
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
...
@@ -1274,8 +1255,6 @@ watch(
...
@@ -1274,8 +1255,6 @@ watch(
})
})
}
else
{
}
else
{
activeName
.
value
=
''
activeName
.
value
=
''
getAppointmentInfo
(
idsObj
.
value
.
appointmentBizId
)
tabsList
.
value
=
[
tabsList
.
value
=
[
{
{
label
:
'签约信息'
,
label
:
'签约信息'
,
...
@@ -1347,10 +1326,12 @@ watch(
...
@@ -1347,10 +1326,12 @@ watch(
key
:
'fnaBizId'
key
:
'fnaBizId'
}
}
]
]
getAppointmentInfo
(
idsObj
.
value
.
appointmentBizId
,
true
)
}
}
nextTick
(()
=>
{
activeName
.
value
=
'appointmentInfo'
// nextTick(() => {
})
// activeName.value = 'appointmentInfo'
// })
}
}
}
}
)
)
...
@@ -1366,6 +1347,7 @@ const getPolicyDetail = tabName => {
...
@@ -1366,6 +1347,7 @@ const getPolicyDetail = tabName => {
...
followRes
.
data
,
...
followRes
.
data
,
...
infoRes
.
data
...
infoRes
.
data
}
}
if
(
route
.
query
.
source
==
'policyList'
)
{
if
(
route
.
query
.
source
==
'policyList'
)
{
appointmentSummeryInfo
.
value
.
apiAppointmentInfoDto
=
JSON
.
parse
(
appointmentSummeryInfo
.
value
.
apiAppointmentInfoDto
=
JSON
.
parse
(
JSON
.
stringify
(
JSON
.
stringify
(
...
...
src/views/sign/appointment/components/appointmentInfo.vue
View file @
53d4357f
...
@@ -1183,6 +1183,8 @@ const processFormData = async () => {
...
@@ -1183,6 +1183,8 @@ const processFormData = async () => {
}
}
// 编辑状态下回显值
// 编辑状态下回显值
if
(
props
.
idsObj
.
appointmentBizId
)
{
if
(
props
.
idsObj
.
appointmentBizId
)
{
console
.
log
(
'预约详情'
,
props
.
apiAppointmentInfoDto
)
setFormValue
(
props
.
apiAppointmentInfoDto
,
processedData
)
setFormValue
(
props
.
apiAppointmentInfoDto
,
processedData
)
return
return
}
else
{
}
else
{
...
...
src/views/sign/underwritingMain/policyDetail.vue
View file @
53d4357f
...
@@ -1279,7 +1279,8 @@ const viewRecordDetail = e => {
...
@@ -1279,7 +1279,8 @@ const viewRecordDetail = e => {
type
:
'edit'
,
type
:
'edit'
,
status
:
newOrderData
.
value
.
status
,
status
:
newOrderData
.
value
.
status
,
source
:
'newOrder'
,
source
:
'newOrder'
,
appointmentBizId
:
newOrderData
.
value
.
appointmentBizId
appointmentBizId
:
newOrderData
.
value
.
appointmentBizId
,
appointmentNo
:
newOrderData
.
value
.
appointmentNo
}
}
})
})
}
}
...
...
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