Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-3
Commits
c664586e
Commit
c664586e
authored
Jul 29, 2022
by
huaying
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/act-code' into dev
parents
c28a6272
d211bc2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
actCodeRecord.vue
...s/salesleads/actCodeManage/staffActCode/actCodeRecord.vue
+2
-1
dataDetail.vue
src/views/salesleads/components/dataDetail.vue
+10
-4
No files found.
src/views/salesleads/actCodeManage/staffActCode/actCodeRecord.vue
View file @
c664586e
...
...
@@ -166,7 +166,7 @@ export default {
startTime
,
endTime
,
// addChannel: 1,
addChannel
:
linkId
?
1
:
hmId
?
2
:
0
,
// 不具备传0
addChannel
:
linkId
?
1
:
hmId
?
this
.
$route
.
query
.
addChannel
:
0
,
// 不具备传0
createTimeOrder
:
that
.
sortType
||
''
};
postJsonRequest
(
'/haoban-manage3-web/hm/qrcode/wxUserAddLog/list'
,
para
)
...
...
@@ -195,6 +195,7 @@ export default {
mounted
()
{
let
that
=
this
;
that
.
getTableList
();
console
.
log
(
this
.
$route
.
query
);
}
};
</
script
>
...
...
src/views/salesleads/components/dataDetail.vue
View file @
c664586e
...
...
@@ -58,6 +58,7 @@
import
{
detailClerkList
}
from
'@/api/actCode.js'
;
import
{
_debounce
}
from
'@/common/js/public'
;
import
mixin
from
'../actCodeManage/components/mixin'
;
import
{
getRequest
}
from
'@/api/api'
;
export
default
{
name
:
'DateDetail'
,
props
:
{
...
...
@@ -126,7 +127,8 @@ export default {
return
time
.
getTime
()
<=
start
||
time
.
getTime
()
>=
end
;
}
};
}
},
hmTypeLook
:
null
};
},
created
()
{
...
...
@@ -230,8 +232,6 @@ export default {
delete
paras
.
inFields
.
storeSelect
;
delete
paras
.
inFields
.
clerkSelect
;
}
console
.
log
(
this
.
api
,
'api'
);
await
this
.
api
(
paras
).
then
(
res
=>
{
if
(
res
.
data
.
code
==
0
)
{
this
.
tableData
=
res
.
data
.
result
.
result
||
[];
...
...
@@ -252,7 +252,13 @@ export default {
if
(
linkId
)
{
this
.
$router
.
push
({
path
:
'/attLinkRecord'
,
query
:
query
});
}
else
{
this
.
$router
.
push
({
path
:
'/actCodeRecord'
,
query
:
query
});
if
(
this
.
id
)
{
getRequest
(
'/haoban-manage3-web/hm/qrcode/detail'
,
{
hmId
:
this
.
id
}).
then
(
res
=>
{
this
.
hmTypeLook
=
res
.
data
.
result
.
hmType
;
query
.
addChannel
=
this
.
hmTypeLook
;
this
.
$router
.
push
({
path
:
'/actCodeRecord'
,
query
:
query
});
});
}
}
}
}
...
...
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