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
65852cbd
Commit
65852cbd
authored
Mar 06, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
71d9489d
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
17 deletions
+22
-17
callDrawer.vue
...s/business-approval/audit-apply/components/callDrawer.vue
+3
-4
callDrawer.vue
src/views/property/audit-manage/components/callDrawer.vue
+3
-4
callDrawer.vue
src/views/property/case-detail/components/callDrawer.vue
+1
-3
reduceDrawer.vue
src/views/property/case-detail/components/reduceDrawer.vue
+5
-0
splitDrawer.vue
src/views/property/case-detail/components/splitDrawer.vue
+6
-1
index.vue
src/views/property/case-manage/index.vue
+2
-2
callDrawer.vue
src/views/workplace/audit/components/callDrawer.vue
+2
-3
No files found.
src/views/business-approval/audit-apply/components/callDrawer.vue
View file @
65852cbd
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
style=
"display: block"
style=
"display: block"
label=
"跟进结果:"
label=
"跟进结果:"
prop=
"name"
prop=
"name"
label-position=
"top"
>
>
<el-tabs
v-model=
"resuleObj.label"
class=
"w-full"
>
<el-tabs
v-model=
"resuleObj.label"
class=
"w-full"
>
<el-tab-pane
<el-tab-pane
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
<p
class=
"font-bold mb-2 mt-2"
>
跟进附件:
</p>
<p
class=
"font-bold mb-2 mt-2"
>
跟进附件:
</p>
<el-form
inline
:model=
"form"
:rules=
"rules"
label-width=
"110px"
label-position=
"left"
>
<el-form
inline
:model=
"form"
:rules=
"rules"
label-width=
"110px"
label-position=
"left"
>
<el-form-item
class=
"w-full"
label=
"通话录音:"
prop=
"code"
>
<el-form-item
class=
"w-full"
label=
"通话录音:"
prop=
"code"
>
<el-icon>
<el-icon
style=
"cursor:pointer;margin-right: 10px"
>
<Download
<Download
v-for=
"(item, index) in form.voices"
v-for=
"(item, index) in form.voices"
:key=
"index"
:key=
"index"
...
@@ -397,8 +397,7 @@
...
@@ -397,8 +397,7 @@
}
}
};
};
const
download
=
(
item
)
=>
{
const
download
=
(
item
)
=>
{
const
name
=
item
.
slice
(
item
.
lastIndexOf
(
'/'
)
+
1
,
item
.
length
);
downloadfile
(
item
.
url
.
replace
(
envs
.
VITE_GLOB_API_URL_PREFIX
,
''
),
{},
item
.
name
);
downloadfile
(
'/sys/static/'
+
item
,
{},
name
);
};
};
const
handleRemove3
=
(
uploadFile
,
uploadFiles
)
=>
{
const
handleRemove3
=
(
uploadFile
,
uploadFiles
)
=>
{
const
index
=
form
.
others
.
findIndex
((
v
)
=>
v
.
name
===
uploadFile
.
name
);
const
index
=
form
.
others
.
findIndex
((
v
)
=>
v
.
name
===
uploadFile
.
name
);
...
...
src/views/property/audit-manage/components/callDrawer.vue
View file @
65852cbd
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
style=
"display: block"
style=
"display: block"
label=
"跟进结果:"
label=
"跟进结果:"
prop=
"name"
prop=
"name"
label-position=
"top"
>
>
<el-tabs
v-model=
"resuleObj.label"
class=
"w-full"
>
<el-tabs
v-model=
"resuleObj.label"
class=
"w-full"
>
<el-tab-pane
<el-tab-pane
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
<p
class=
"font-bold mb-2 mt-2"
>
跟进附件:
</p>
<p
class=
"font-bold mb-2 mt-2"
>
跟进附件:
</p>
<el-form
inline
:model=
"form"
:rules=
"rules"
label-width=
"110px"
label-position=
"left"
>
<el-form
inline
:model=
"form"
:rules=
"rules"
label-width=
"110px"
label-position=
"left"
>
<el-form-item
class=
"w-full"
label=
"通话录音:"
prop=
"code"
>
<el-form-item
class=
"w-full"
label=
"通话录音:"
prop=
"code"
>
<el-icon>
<el-icon
style=
"cursor:pointer;margin-right: 10px"
>
<Download
<Download
v-for=
"(item, index) in form.voices"
v-for=
"(item, index) in form.voices"
:key=
"index"
:key=
"index"
...
@@ -397,8 +397,7 @@
...
@@ -397,8 +397,7 @@
}
}
};
};
const
download
=
(
item
)
=>
{
const
download
=
(
item
)
=>
{
const
name
=
item
.
slice
(
item
.
lastIndexOf
(
'/'
)
+
1
,
item
.
length
);
downloadfile
(
item
.
url
.
replace
(
envs
.
VITE_GLOB_API_URL_PREFIX
,
''
),
{},
item
.
name
);
downloadfile
(
'/sys/static/'
+
item
,
{},
name
);
};
};
const
handleRemove3
=
(
uploadFile
,
uploadFiles
)
=>
{
const
handleRemove3
=
(
uploadFile
,
uploadFiles
)
=>
{
const
index
=
form
.
others
.
findIndex
((
v
)
=>
v
.
name
===
uploadFile
.
name
);
const
index
=
form
.
others
.
findIndex
((
v
)
=>
v
.
name
===
uploadFile
.
name
);
...
...
src/views/property/case-detail/components/callDrawer.vue
View file @
65852cbd
...
@@ -94,12 +94,10 @@
...
@@ -94,12 +94,10 @@
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
<el-form-item
class=
"w-full"
class=
"w-full"
style=
"display: block"
style=
"display: block"
label=
"跟进结果:"
label=
"跟进结果:"
required
required
prop=
"name"
prop=
"name"
label-position=
"top"
>
>
<el-tabs
v-model=
"resuleObj.label"
class=
"w-full"
>
<el-tabs
v-model=
"resuleObj.label"
class=
"w-full"
>
<el-tab-pane
<el-tab-pane
...
...
src/views/property/case-detail/components/reduceDrawer.vue
View file @
65852cbd
...
@@ -412,6 +412,11 @@
...
@@ -412,6 +412,11 @@
},
500
);
},
500
);
};
};
const
submitForm
=
()
=>
{
const
submitForm
=
()
=>
{
if
(
form
.
totalReduceAmount
>
form
.
commissionAmount
)
return
ElMessage
.
warning
({
message
:
'减免金额不能大于委案金额'
,
plain
:
true
,
});
const
list
=
JSON
.
parse
(
JSON
.
stringify
(
selectdList
.
value
));
const
list
=
JSON
.
parse
(
JSON
.
stringify
(
selectdList
.
value
));
list
.
forEach
((
item
)
=>
{
list
.
forEach
((
item
)
=>
{
...
...
src/views/property/case-detail/components/splitDrawer.vue
View file @
65852cbd
...
@@ -32,6 +32,11 @@
...
@@ -32,6 +32,11 @@
label-position=
"left"
label-position=
"left"
>
>
<el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
class=
"w-full"
label=
"分期最低金额:"
prop=
"name"
>
{{ minAmount }}
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
class=
"w-full"
label=
"剩余待还总额:"
prop=
"name"
>
<el-form-item
class=
"w-full"
label=
"剩余待还总额:"
prop=
"name"
>
{{ form.remainingAmount }}
{{ form.remainingAmount }}
...
@@ -558,7 +563,7 @@
...
@@ -558,7 +563,7 @@
const
arr
=
splitdata
.
value
.
filter
((
v
)
=>
v
.
applyAmount
<
minAmount
.
value
);
const
arr
=
splitdata
.
value
.
filter
((
v
)
=>
v
.
applyAmount
<
minAmount
.
value
);
if
(
arr
.
length
>
0
)
if
(
arr
.
length
>
0
)
return
ElMessage
.
warning
({
return
ElMessage
.
warning
({
message
:
'分期金额要大于
借款平台
的分期最低金额'
,
message
:
'分期金额要大于
本批次
的分期最低金额'
,
plain
:
true
,
plain
:
true
,
});
});
...
...
src/views/property/case-manage/index.vue
View file @
65852cbd
...
@@ -203,9 +203,9 @@
...
@@ -203,9 +203,9 @@
search
:
{
render
:
({
searchParam
})
=>
{
search
:
{
render
:
({
searchParam
})
=>
{
return
(
return
(
<
div
class
=
"flex"
>
<
div
class
=
"flex"
>
<
el
-
input
vModel_trim
=
{
searchParam
.
commissionAmountBegin
}
placeholder
=
""
/>
<
el
-
input
vModel_trim
=
{
searchParam
.
commissionAmountBegin
}
placeholder
=
"
最小值
"
/>
<
span
class
=
"mr-1 ml-1"
>-<
/span
>
<
span
class
=
"mr-1 ml-1"
>-<
/span
>
<
el
-
input
vModel_trim
=
{
searchParam
.
commissionAmountEnd
}
placeholder
=
""
/>
<
el
-
input
vModel_trim
=
{
searchParam
.
commissionAmountEnd
}
placeholder
=
"
最大值
"
/>
<
/div
>
<
/div
>
);
);
},
props
:
{
clearable
:
true
},
labelWidth
:
90
},
},
props
:
{
clearable
:
true
},
labelWidth
:
90
},
...
...
src/views/workplace/audit/components/callDrawer.vue
View file @
65852cbd
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
style=
"display: block"
style=
"display: block"
label=
"跟进结果:"
label=
"跟进结果:"
prop=
"name"
prop=
"name"
label-position=
"top"
>
>
<el-tabs
v-model=
"resuleObj.label"
class=
"w-full"
>
<el-tabs
v-model=
"resuleObj.label"
class=
"w-full"
>
<el-tab-pane
<el-tab-pane
...
@@ -405,8 +405,7 @@
...
@@ -405,8 +405,7 @@
}
}
};
};
const
download
=
(
item
)
=>
{
const
download
=
(
item
)
=>
{
const
name
=
item
.
slice
(
item
.
lastIndexOf
(
'/'
)
+
1
,
item
.
length
);
downloadfile
(
item
.
url
.
replace
(
envs
.
VITE_GLOB_API_URL_PREFIX
,
''
),
{},
item
.
name
);
downloadfile
(
'/sys/static/'
+
item
,
{},
name
);
};
};
const
handleRemove3
=
(
uploadFile
,
uploadFiles
)
=>
{
const
handleRemove3
=
(
uploadFile
,
uploadFiles
)
=>
{
const
index
=
form
.
others
.
findIndex
((
v
)
=>
v
.
name
===
uploadFile
.
name
);
const
index
=
form
.
others
.
findIndex
((
v
)
=>
v
.
name
===
uploadFile
.
name
);
...
...
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