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
c7ba3a3b
Commit
c7ba3a3b
authored
Feb 12, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
拨打电话
parent
f86181cc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
105 deletions
+9
-105
callDrawer.vue
...s/business-approval/audit-apply/components/callDrawer.vue
+3
-35
callDrawer.vue
src/views/property/audit-manage/components/callDrawer.vue
+3
-35
callDrawer.vue
src/views/workplace/audit/components/callDrawer.vue
+3
-35
No files found.
src/views/business-approval/audit-apply/components/callDrawer.vue
View file @
c7ba3a3b
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
disabled
disabled
:type=
"form.phoneResultStatus === item1.value ? 'primary' : null"
:type=
"form.phoneResultStatus === item1.value ? 'primary' : null"
plain
plain
v-for=
"(item1, index1) in
statusArr
"
v-for=
"(item1, index1) in
PhoneResultStatus
"
:key=
"`btn${index1}`"
:key=
"`btn${index1}`"
@
click=
"form.phoneResultStatus = item1.value"
@
click=
"form.phoneResultStatus = item1.value"
>
{{ item1.label }}
</el-button
>
{{ item1.label }}
</el-button
...
@@ -257,6 +257,8 @@
...
@@ -257,6 +257,8 @@
import
{
getAppEnvConfig
}
from
'@/utils/env'
;
import
{
getAppEnvConfig
}
from
'@/utils/env'
;
import
{
saveTrackRecord
}
from
'@/api/property'
;
import
{
saveTrackRecord
}
from
'@/api/property'
;
import
{
auditAudit
}
from
'@/api/audit'
;
import
{
auditAudit
}
from
'@/api/audit'
;
import
{
useDict
}
from
'@/hooks/useDict'
;
const
{
PhoneResultStatus
,
ReduceType
,
FlowStatus
,
FollowStatus
,
AuditStatus
,
CaseStatus
}
=
useDict
(
"PhoneResultStatus"
,
"ReduceType"
,
"FlowStatus"
,
"FollowStatus"
,
"AuditStatus"
,
"CaseStatus"
);
const
envs
=
getAppEnvConfig
();
const
envs
=
getAppEnvConfig
();
const
downloadfile
=
inject
(
'download'
);
const
downloadfile
=
inject
(
'download'
);
const
url
=
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/upload'
;
const
url
=
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/upload'
;
...
@@ -333,40 +335,6 @@
...
@@ -333,40 +335,6 @@
const
onHide
=
(
done
)
=>
{
const
onHide
=
(
done
)
=>
{
done
();
done
();
};
};
const
statusArr
=
[
{
label
:
'后续再跟进'
,
value
:
'later'
,
},
{
label
:
'承诺还款'
,
value
:
'Promise_Repayment'
,
},
{
label
:
'暂无还款意愿'
,
value
:
'No_Repay'
,
},
{
label
:
'要求停催'
,
value
:
'Stop_Urging'
,
},
{
label
:
'情绪激动抗拒'
,
value
:
'resistance'
,
},
{
label
:
'拒绝还款'
,
value
:
'Refuse_Repayment'
,
},
{
label
:
'已还款'
,
value
:
'Repaired'
,
},
{
label
:
'代履行还款'
,
value
:
'repayment_others'
,
},
];
const
selectdList
=
ref
([]);
const
selectdList
=
ref
([]);
const
onCheckboxChange
=
(
row
)
=>
{
const
onCheckboxChange
=
(
row
)
=>
{
selectdList
.
value
=
row
.
records
;
selectdList
.
value
=
row
.
records
;
...
...
src/views/property/audit-manage/components/callDrawer.vue
View file @
c7ba3a3b
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
disabled
disabled
:type=
"form.phoneResultStatus === item1.value ? 'primary' : null"
:type=
"form.phoneResultStatus === item1.value ? 'primary' : null"
plain
plain
v-for=
"(item1, index1) in
statusArr
"
v-for=
"(item1, index1) in
PhoneResultStatus
"
:key=
"`btn${index1}`"
:key=
"`btn${index1}`"
@
click=
"form.phoneResultStatus = item1.value"
@
click=
"form.phoneResultStatus = item1.value"
>
{{ item1.label }}
</el-button
>
{{ item1.label }}
</el-button
...
@@ -257,6 +257,8 @@
...
@@ -257,6 +257,8 @@
import
{
getAppEnvConfig
}
from
'@/utils/env'
;
import
{
getAppEnvConfig
}
from
'@/utils/env'
;
import
{
saveTrackRecord
}
from
'@/api/property'
;
import
{
saveTrackRecord
}
from
'@/api/property'
;
import
{
auditAudit
}
from
'@/api/audit'
;
import
{
auditAudit
}
from
'@/api/audit'
;
import
{
useDict
}
from
'@/hooks/useDict'
;
const
{
PhoneResultStatus
,
ReduceType
,
FlowStatus
,
FollowStatus
,
AuditStatus
,
CaseStatus
}
=
useDict
(
"PhoneResultStatus"
,
"ReduceType"
,
"FlowStatus"
,
"FollowStatus"
,
"AuditStatus"
,
"CaseStatus"
);
const
envs
=
getAppEnvConfig
();
const
envs
=
getAppEnvConfig
();
const
downloadfile
=
inject
(
'download'
);
const
downloadfile
=
inject
(
'download'
);
const
url
=
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/upload'
;
const
url
=
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/upload'
;
...
@@ -333,40 +335,6 @@
...
@@ -333,40 +335,6 @@
const
onHide
=
(
done
)
=>
{
const
onHide
=
(
done
)
=>
{
done
();
done
();
};
};
const
statusArr
=
[
{
label
:
'后续再跟进'
,
value
:
'later'
,
},
{
label
:
'承诺还款'
,
value
:
'Promise_Repayment'
,
},
{
label
:
'暂无还款意愿'
,
value
:
'No_Repay'
,
},
{
label
:
'要求停催'
,
value
:
'Stop_Urging'
,
},
{
label
:
'情绪激动抗拒'
,
value
:
'resistance'
,
},
{
label
:
'拒绝还款'
,
value
:
'Refuse_Repayment'
,
},
{
label
:
'已还款'
,
value
:
'Repaired'
,
},
{
label
:
'代履行还款'
,
value
:
'repayment_others'
,
},
];
const
selectdList
=
ref
([]);
const
selectdList
=
ref
([]);
const
onCheckboxChange
=
(
row
)
=>
{
const
onCheckboxChange
=
(
row
)
=>
{
selectdList
.
value
=
row
.
records
;
selectdList
.
value
=
row
.
records
;
...
...
src/views/workplace/audit/components/callDrawer.vue
View file @
c7ba3a3b
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
disabled
disabled
:type=
"form.phoneResultStatus === item1.value ? 'primary' : null"
:type=
"form.phoneResultStatus === item1.value ? 'primary' : null"
plain
plain
v-for=
"(item1, index1) in
statusArr
"
v-for=
"(item1, index1) in
PhoneResultStatus
"
:key=
"`btn${index1}`"
:key=
"`btn${index1}`"
@
click=
"form.phoneResultStatus = item1.value"
@
click=
"form.phoneResultStatus = item1.value"
>
{{ item1.label }}
</el-button
>
{{ item1.label }}
</el-button
...
@@ -267,6 +267,8 @@
...
@@ -267,6 +267,8 @@
const
loadProgress
=
ref
(
0
);
const
loadProgress
=
ref
(
0
);
const
dialogImageUrl
=
ref
(
''
);
const
dialogImageUrl
=
ref
(
''
);
const
dialogVisible
=
ref
(
false
);
const
dialogVisible
=
ref
(
false
);
import
{
useDict
}
from
'@/hooks/useDict'
;
const
{
PhoneResultStatus
,
ReduceType
,
FlowStatus
,
FollowStatus
,
AuditStatus
,
CaseStatus
}
=
useDict
(
"PhoneResultStatus"
,
"ReduceType"
,
"FlowStatus"
,
"FollowStatus"
,
"AuditStatus"
,
"CaseStatus"
);
const
props
=
defineProps
({
const
props
=
defineProps
({
mode
:
String
,
mode
:
String
,
});
});
...
@@ -333,40 +335,6 @@
...
@@ -333,40 +335,6 @@
const
onHide
=
(
done
)
=>
{
const
onHide
=
(
done
)
=>
{
done
();
done
();
};
};
const
statusArr
=
[
{
label
:
'后续再跟进'
,
value
:
'later'
,
},
{
label
:
'承诺还款'
,
value
:
'Promise_Repayment'
,
},
{
label
:
'暂无还款意愿'
,
value
:
'No_Repay'
,
},
{
label
:
'要求停催'
,
value
:
'Stop_Urging'
,
},
{
label
:
'情绪激动抗拒'
,
value
:
'resistance'
,
},
{
label
:
'拒绝还款'
,
value
:
'Refuse_Repayment'
,
},
{
label
:
'已还款'
,
value
:
'Repaired'
,
},
{
label
:
'代履行还款'
,
value
:
'repayment_others'
,
},
];
const
selectdList
=
ref
([]);
const
selectdList
=
ref
([]);
const
onCheckboxAll
=
(
flag
)
=>
{
const
onCheckboxAll
=
(
flag
)
=>
{
if
(
flag
.
checked
)
{
if
(
flag
.
checked
)
{
...
...
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