Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
08c7a1b1
Commit
08c7a1b1
authored
Jan 23, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
12dfdf1c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
12 deletions
+9
-12
callDrawer.vue
src/views/property/audit-manage/components/callDrawer.vue
+3
-7
index.vue
src/views/property/audit-manage/index.vue
+3
-2
callDrawer.vue
src/views/property/case-detail/components/callDrawer.vue
+1
-1
reduceDrawer.vue
src/views/property/case-detail/components/reduceDrawer.vue
+1
-1
splitDrawer.vue
src/views/property/case-detail/components/splitDrawer.vue
+1
-1
No files found.
src/views/property/audit-manage/components/callDrawer.vue
View file @
08c7a1b1
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
v-model=
"showModal"
v-model=
"showModal"
title=
"拨打跟进记录"
title=
"拨打跟进记录"
:size=
"850"
:size=
"850"
@
close=
"showModal = false"
direction=
"rtl"
direction=
"rtl"
:before-close=
"onHide"
:before-close=
"onHide"
>
>
...
@@ -156,7 +157,6 @@
...
@@ -156,7 +157,6 @@
<el-upload
<el-upload
class=
"avatar-uploader"
class=
"avatar-uploader"
:action=
"url"
:action=
"url"
v-model:file-list=
"form.voices"
:on-success=
"handleFileSuccess"
:on-success=
"handleFileSuccess"
:on-remove=
"handleRemove"
:on-remove=
"handleRemove"
:auto-upload=
"true"
:auto-upload=
"true"
...
@@ -170,7 +170,6 @@
...
@@ -170,7 +170,6 @@
<el-upload
<el-upload
:action=
"url"
:action=
"url"
list-type=
"picture-card"
list-type=
"picture-card"
v-model:file-list=
"form.images"
class=
"mypicture"
class=
"mypicture"
:on-preview=
"handlePictureCardPreview"
:on-preview=
"handlePictureCardPreview"
:on-success=
"handleFileSuccess1"
:on-success=
"handleFileSuccess1"
...
@@ -186,7 +185,6 @@
...
@@ -186,7 +185,6 @@
<el-upload
<el-upload
:action=
"url"
:action=
"url"
list-type=
"picture-card"
list-type=
"picture-card"
v-model:file-list=
"form.notes"
class=
"mypicture"
class=
"mypicture"
:on-preview=
"handlePictureCardPreview"
:on-preview=
"handlePictureCardPreview"
:on-success=
"handleFileSuccess2"
:on-success=
"handleFileSuccess2"
...
@@ -202,7 +200,6 @@
...
@@ -202,7 +200,6 @@
<el-upload
<el-upload
:action=
"url"
:action=
"url"
list-type=
"picture-card"
list-type=
"picture-card"
v-model:file-list=
"form.others"
class=
"mypicture"
class=
"mypicture"
:on-preview=
"handlePictureCardPreview"
:on-preview=
"handlePictureCardPreview"
:on-success=
"handleFileSuccess3"
:on-success=
"handleFileSuccess3"
...
@@ -225,7 +222,7 @@
...
@@ -225,7 +222,7 @@
>
确定
</el-button
>
确定
</el-button
>
>
<template
v-else
>
<template
v-else
>
<el-button
type=
"primary"
@
click=
"submitForm('pass')"
>
通过
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm('pass
ed
')"
>
通过
</el-button>
<el-button
type=
"danger"
@
click=
"submitForm('rejected')"
>
拒绝
</el-button>
<el-button
type=
"danger"
@
click=
"submitForm('rejected')"
>
拒绝
</el-button>
</
template
>
</
template
>
</div>
</div>
...
@@ -317,7 +314,6 @@
...
@@ -317,7 +314,6 @@
});
});
const
currentInfo
=
ref
({
name
:
0
,
kinship
:
0
,
phone
:
0
,
status
:
''
});
const
currentInfo
=
ref
({
name
:
0
,
kinship
:
0
,
phone
:
0
,
status
:
''
});
const
onHide
=
(
done
)
=>
{
const
onHide
=
(
done
)
=>
{
currentInfo
.
value
=
{
name
:
0
,
kinship
:
0
,
phone
:
0
,
status
:
''
};
done
();
done
();
};
};
const
statusArr
=
[
const
statusArr
=
[
...
@@ -492,7 +488,7 @@
...
@@ -492,7 +488,7 @@
trackTime
:
form
.
trackTime
,
trackTime
:
form
.
trackTime
,
nextTime
:
form
.
nextTime
,
nextTime
:
form
.
nextTime
,
phoneResultStatus
:
form
.
phoneResultStatus
,
phoneResultStatus
:
form
.
phoneResultStatus
,
auditStatus
:
type
===
'rejected'
?
'rejected'
:
type
===
'pass
'
?
'pass
'
:
'complete'
,
auditStatus
:
type
===
'rejected'
?
'rejected'
:
type
===
'pass
ed'
?
'passed
'
:
'complete'
,
followStatus
:
resuleObj
.
childrenlabel
,
followStatus
:
resuleObj
.
childrenlabel
,
remark
:
form
.
remark
,
remark
:
form
.
remark
,
voices
:
form
.
voices
.
map
((
v
)
=>
v
.
url
).
length
>
0
?
form
.
voices
.
map
((
v
)
=>
v
.
url
)
:
null
,
voices
:
form
.
voices
.
map
((
v
)
=>
v
.
url
).
length
>
0
?
form
.
voices
.
map
((
v
)
=>
v
.
url
)
:
null
,
...
...
src/views/property/audit-manage/index.vue
View file @
08c7a1b1
...
@@ -95,6 +95,7 @@
...
@@ -95,6 +95,7 @@
{
label
:
'稽核中'
,
value
:
'audit'
},
{
label
:
'稽核中'
,
value
:
'audit'
},
{
label
:
'已拒绝'
,
value
:
'rejected'
},
{
label
:
'已拒绝'
,
value
:
'rejected'
},
{
label
:
'已完成'
,
value
:
'complete'
},
{
label
:
'已完成'
,
value
:
'complete'
},
{
label
:
'稽核通过'
,
value
:
'passed'
},
];
];
const
activeName
=
ref
(
'un_audit'
);
const
activeName
=
ref
(
'un_audit'
);
const
callMode
=
ref
(
''
);
const
callMode
=
ref
(
''
);
...
@@ -329,10 +330,10 @@
...
@@ -329,10 +330,10 @@
field
:
'code'
,
field
:
'code'
,
title
:
'操作'
,
title
:
'操作'
,
width
:
80
,
width
:
80
,
visible
:
activeName
.
value
===
'audit'
||
activeName
.
value
===
'complete'
?
true
:
false
,
visible
:
activeName
.
value
===
'audit'
||
activeName
.
value
===
'complete'
||
activeName
.
value
===
'rejected'
?
true
:
false
,
slots
:
{
slots
:
{
default
:
({
row
,
rowIndex
})
=>
{
default
:
({
row
,
rowIndex
})
=>
{
if
(
activeName
.
value
===
'audit'
)
{
if
(
activeName
.
value
===
'audit'
||
activeName
.
value
===
'rejected'
)
{
return
(
return
(
<>
<>
<
ElButton
type
=
"primary"
onClick
=
{()
=>
callTelephone
(
row
,
'handle'
)}
>
<
ElButton
type
=
"primary"
onClick
=
{()
=>
callTelephone
(
row
,
'handle'
)}
>
...
...
src/views/property/case-detail/components/callDrawer.vue
View file @
08c7a1b1
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<el-drawer
<el-drawer
v-model=
"showModal"
v-model=
"showModal"
title=
"拨打跟进记录"
title=
"拨打跟进记录"
@
close=
"showModal = false"
:size=
"850"
:size=
"850"
direction=
"rtl"
direction=
"rtl"
:before-close=
"onHide"
:before-close=
"onHide"
...
@@ -296,7 +297,6 @@
...
@@ -296,7 +297,6 @@
const
currentDetail
=
ref
({});
const
currentDetail
=
ref
({});
const
currentInfo
=
ref
({
name
:
0
,
kinship
:
0
,
phone
:
0
,
status
:
''
});
const
currentInfo
=
ref
({
name
:
0
,
kinship
:
0
,
phone
:
0
,
status
:
''
});
const
onHide
=
(
done
)
=>
{
const
onHide
=
(
done
)
=>
{
currentInfo
.
value
=
{
name
:
0
,
kinship
:
0
,
phone
:
0
,
status
:
''
};
done
();
done
();
};
};
const
statusArr
=
[
const
statusArr
=
[
...
...
src/views/property/case-detail/components/reduceDrawer.vue
View file @
08c7a1b1
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
v-model=
"showModal"
v-model=
"showModal"
title=
"减免申请"
title=
"减免申请"
:size=
"800"
:size=
"800"
@
close=
"showModal = false"
direction=
"rtl"
direction=
"rtl"
:before-close=
"onHide"
:before-close=
"onHide"
>
>
...
@@ -98,7 +99,6 @@
...
@@ -98,7 +99,6 @@
};
};
const
currentDetail
=
ref
({});
const
currentDetail
=
ref
({});
const
onHide
=
(
done
)
=>
{
const
onHide
=
(
done
)
=>
{
currentDetail
.
value
=
{};
done
();
done
();
};
};
const
options
=
[
const
options
=
[
...
...
src/views/property/case-detail/components/splitDrawer.vue
View file @
08c7a1b1
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
title=
"分期申请"
title=
"分期申请"
:size=
"850"
:size=
"850"
direction=
"rtl"
direction=
"rtl"
@
close=
"showModal = false"
:before-close=
"onHide"
:before-close=
"onHide"
>
>
<div
class=
"h-full flex-col flex mydrawer pb-2"
>
<div
class=
"h-full flex-col flex mydrawer pb-2"
>
...
@@ -142,7 +143,6 @@
...
@@ -142,7 +143,6 @@
});
});
const
currentDetail
=
ref
({});
const
currentDetail
=
ref
({});
const
onHide
=
(
done
)
=>
{
const
onHide
=
(
done
)
=>
{
currentDetail
.
value
=
{};
done
();
done
();
};
};
const
add
=
(
a
,
b
)
=>
{
const
add
=
(
a
,
b
)
=>
{
...
...
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