Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
罗鑫霖
/
vion-tools
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a32b352b
authored
Jul 08, 2025
by
李乾广
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改获取头脚线接口传参
1 parent
d6f231e2
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
60 additions
and
22 deletions
src/views/ComparisonCapturedPictures/DetailDialog.vue
src/views/ComparisonCapturedPictures/DetailDialogComparisonNew.vue
src/views/ComparisonCapturedPictures/PersonnelDialog.vue
src/views/SnapshotCluster/ClusterResult/ClusterResult.vue
src/views/SnapshotCluster/ClusterResult/PersonGroupEditor.vue
src/views/SnapshotCluster/singleImgComparisonDialog.vue
src/views/SnapshotCluster1/singleImgComparisonDialog.vue
src/views/TestDriveHospitality/singleImgComparisonDialog.vue
src/views/ComparisonCapturedPictures/DetailDialog.vue
View file @
a32b352
...
@@ -107,10 +107,15 @@ export default {
...
@@ -107,10 +107,15 @@ export default {
}
}
}
}
const
clickItem
=
function
(
data
){
const
clickItem
=
function
(
data
){
clusterResultApi
.
getBodyPoint
({
'feature_url'
:
data
.
features_url
}).
then
((
r
)
=>
{
if
(
data
.
unid
&&
data
.
counttime
){
// imgModelRef.value.initDialog(data.picture_url,r.data);
clusterResultApi
.
getBodyPoint
({
'unid'
:
data
.
unid
,
'countdate'
:
data
.
counttime
}).
then
((
r
)
=>
{
imgModelRef
.
value
.
initDialog
(
data
.
unid
?
data
.
unid
:
''
,
data
.
picture_url
,
r
.
data
);
imgModelRef
.
value
.
initDialog
(
data
.
unid
,
data
.
picture_url
,
r
.
data
);
})
})
}
else
{
clusterResultApi
.
getBodyPoint
({
'feature_url'
:
data
.
features_url
}).
then
((
r
)
=>
{
imgModelRef
.
value
.
initDialog
(
data
.
unid
,
data
.
picture_url
,
r
.
data
);
})
}
}
}
const
onCancel
=
()
=>
{
const
onCancel
=
()
=>
{
isVisible
.
value
=
false
;
isVisible
.
value
=
false
;
...
...
src/views/ComparisonCapturedPictures/DetailDialogComparisonNew.vue
View file @
a32b352
...
@@ -169,9 +169,15 @@ export default {
...
@@ -169,9 +169,15 @@ export default {
}
}
}
}
const
clickItem
=
function
(
data
){
const
clickItem
=
function
(
data
){
clusterResultApi
.
getBodyPoint
({
'feature_url'
:
data
.
features_url
}).
then
((
r
)
=>
{
if
(
data
.
unid
&&
data
.
counttime
){
imgModelRef
.
value
.
initDialog
(
data
.
unid
,
data
.
picture_url
,
r
.
data
);
clusterResultApi
.
getBodyPoint
({
'unid'
:
data
.
unid
,
'countdate'
:
data
.
counttime
}).
then
((
r
)
=>
{
})
imgModelRef
.
value
.
initDialog
(
data
.
unid
,
data
.
picture_url
,
r
.
data
);
})
}
else
{
clusterResultApi
.
getBodyPoint
({
'feature_url'
:
data
.
features_url
}).
then
((
r
)
=>
{
imgModelRef
.
value
.
initDialog
(
data
.
unid
,
data
.
picture_url
,
r
.
data
);
})
}
}
}
return
{
return
{
isVisible
,
isVisible
,
...
...
src/views/ComparisonCapturedPictures/PersonnelDialog.vue
View file @
a32b352
...
@@ -107,10 +107,15 @@ export default {
...
@@ -107,10 +107,15 @@ export default {
}
}
}
}
const
clickItem
=
function
(
data
){
const
clickItem
=
function
(
data
){
clusterResultApi
.
getBodyPoint
({
'feature_url'
:
data
.
features_url
}).
then
((
r
)
=>
{
if
(
data
.
unid
&&
data
.
counttime
){
// imgModelRef.value.initDialog(data.picture_url,r.data);
clusterResultApi
.
getBodyPoint
({
'unid'
:
data
.
unid
,
'countdate'
:
data
.
counttime
}).
then
((
r
)
=>
{
imgModelRef
.
value
.
initDialog
(
data
.
unid
?
data
.
unid
:
''
,
data
.
picture_url
,
r
.
data
);
imgModelRef
.
value
.
initDialog
(
data
.
unid
,
data
.
picture_url
,
r
.
data
);
})
})
}
else
{
clusterResultApi
.
getBodyPoint
({
'feature_url'
:
data
.
features_url
}).
then
((
r
)
=>
{
imgModelRef
.
value
.
initDialog
(
data
.
unid
,
data
.
picture_url
,
r
.
data
);
})
}
}
}
const
onCancel
=
()
=>
{
const
onCancel
=
()
=>
{
isVisible
.
value
=
false
;
isVisible
.
value
=
false
;
...
...
src/views/SnapshotCluster/ClusterResult/ClusterResult.vue
View file @
a32b352
...
@@ -933,6 +933,8 @@ export default {
...
@@ -933,6 +933,8 @@ export default {
let
par
=
{
let
par
=
{
person_unids
:[],
person_unids
:[],
perrsonList
:[],
perrsonList
:[],
zoneIds
:
queryForm
.
zone_id
?
queryForm
.
zone_id
:
null
,
mallId
:
queryForm
.
plaza_id
,
personTypeList
:
personTypeList
.
value
personTypeList
:
personTypeList
.
value
}
}
dataList
.
value
.
forEach
(
item
=>
{
dataList
.
value
.
forEach
(
item
=>
{
...
...
src/views/SnapshotCluster/ClusterResult/PersonGroupEditor.vue
View file @
a32b352
...
@@ -52,6 +52,8 @@ export default {
...
@@ -52,6 +52,8 @@ export default {
// 表单
// 表单
function
getInitialFormData
()
{
function
getInitialFormData
()
{
return
{
return
{
mallId
:
''
,
zoneIds
:[],
personUnid
:
''
,
personUnid
:
''
,
age
:
1
,
age
:
1
,
ageGroup
:
1
,
ageGroup
:
1
,
...
@@ -66,6 +68,8 @@ export default {
...
@@ -66,6 +68,8 @@ export default {
console
.
log
(
'initDialog'
,
data
)
console
.
log
(
'initDialog'
,
data
)
formData
.
value
=
getInitialFormData
()
formData
.
value
=
getInitialFormData
()
formData
.
value
.
personUnid
=
data
.
person_unids
formData
.
value
.
personUnid
=
data
.
person_unids
formData
.
value
.
mallId
=
data
.
mallId
formData
.
value
.
zoneIds
=
data
.
zoneIds
personTypeList
.
value
=
data
.
personTypeList
personTypeList
.
value
=
data
.
personTypeList
if
(
data
.
perrsonList
.
length
>
0
)
{
if
(
data
.
perrsonList
.
length
>
0
)
{
formData
.
value
.
age
=
data
.
perrsonList
[
0
].
age
formData
.
value
.
age
=
data
.
perrsonList
[
0
].
age
...
...
src/views/SnapshotCluster/singleImgComparisonDialog.vue
View file @
a32b352
...
@@ -201,11 +201,15 @@
...
@@ -201,11 +201,15 @@
};
};
const
clickItem
=
function
(
data
)
{
const
clickItem
=
function
(
data
)
{
console
.
log
(
data
)
console
.
log
(
data
)
clusterResultApi
.
getBodyPoint
({
if
(
data
.
unid
&&
data
.
counttime
){
'feature_url'
:
data
.
features_url
clusterResultApi
.
getBodyPoint
({
'unid'
:
data
.
unid
,
'countdate'
:
data
.
counttime
}).
then
((
r
)
=>
{
}).
then
((
r
)
=>
{
imgModelRef
.
value
.
initDialog
(
data
.
unid
,
data
.
picture_url
,
r
.
data
);
imgModelRef
.
value
.
initDialog
(
data
.
unid
,
data
.
picture_url
,
r
.
data
);
})
})
}
else
{
clusterResultApi
.
getBodyPoint
({
'feature_url'
:
data
.
features_url
}).
then
((
r
)
=>
{
imgModelRef
.
value
.
initDialog
(
data
.
unid
,
data
.
picture_url
,
r
.
data
);
})
}
}
}
const
reComparisonFeature
=
function
()
{
const
reComparisonFeature
=
function
()
{
isLoading2
.
value
=
true
isLoading2
.
value
=
true
...
...
src/views/SnapshotCluster1/singleImgComparisonDialog.vue
View file @
a32b352
...
@@ -165,9 +165,15 @@ export default {
...
@@ -165,9 +165,15 @@ export default {
isVisible
.
value
=
true
;
isVisible
.
value
=
true
;
};
};
const
clickItem
=
function
(
data
){
const
clickItem
=
function
(
data
){
clusterResultApi
.
getBodyPoint
({
'feature_url'
:
data
.
features_url
}).
then
((
r
)
=>
{
if
(
data
.
unid
&&
data
.
counttime
){
imgModelRef
.
value
.
initDialog
(
data
.
picture_url
,
r
.
data
);
clusterResultApi
.
getBodyPoint
({
'unid'
:
data
.
unid
,
'countdate'
:
data
.
counttime
}).
then
((
r
)
=>
{
})
imgModelRef
.
value
.
initDialog
(
data
.
picture_url
,
r
.
data
);
})
}
else
{
clusterResultApi
.
getBodyPoint
({
'feature_url'
:
data
.
features_url
}).
then
((
r
)
=>
{
imgModelRef
.
value
.
initDialog
(
data
.
picture_url
,
r
.
data
);
})
}
}
}
const
reComparisonFeature
=
function
(){
const
reComparisonFeature
=
function
(){
isLoading2
.
value
=
true
isLoading2
.
value
=
true
...
...
src/views/TestDriveHospitality/singleImgComparisonDialog.vue
View file @
a32b352
...
@@ -165,9 +165,15 @@ export default {
...
@@ -165,9 +165,15 @@ export default {
isVisible
.
value
=
true
;
isVisible
.
value
=
true
;
};
};
const
clickItem
=
function
(
data
){
const
clickItem
=
function
(
data
){
clusterResultApi
.
getBodyPoint
({
'feature_url'
:
data
.
features_url
}).
then
((
r
)
=>
{
if
(
data
.
unid
&&
data
.
counttime
){
imgModelRef
.
value
.
initDialog
(
data
.
picture_url
,
r
.
data
);
clusterResultApi
.
getBodyPoint
({
'unid'
:
data
.
unid
,
'countdate'
:
data
.
counttime
}).
then
((
r
)
=>
{
})
imgModelRef
.
value
.
initDialog
(
data
.
picture_url
,
r
.
data
);
})
}
else
{
clusterResultApi
.
getBodyPoint
({
'feature_url'
:
data
.
features_url
}).
then
((
r
)
=>
{
imgModelRef
.
value
.
initDialog
(
data
.
picture_url
,
r
.
data
);
})
}
}
}
const
reComparisonFeature
=
function
(){
const
reComparisonFeature
=
function
(){
isLoading2
.
value
=
true
isLoading2
.
value
=
true
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment