Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
17cb3354
Commit
17cb3354
authored
Feb 14, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
ef8e9b28
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
PublishvideoList.vue
src/components/SalesModule/PublishvideoList.vue
+4
-3
Videostatistics.vue
src/components/SalesModule/Videostatistics.vue
+4
-4
GroundingStatistics.vue
src/components/dmc/manager/GroundingStatistics.vue
+4
-2
No files found.
src/components/SalesModule/PublishvideoList.vue
View file @
17cb3354
...
...
@@ -53,7 +53,7 @@
v-model=
"msg.DepartmentId"
@
change=
"linkagePost()"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
"0"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:
value=
"0"
></el-option>
<el-option
v-for=
"item in departMentList"
:label=
"item.DepartmentName"
...
...
@@ -261,6 +261,7 @@ export default {
},
linkagePost
()
{
//联动岗位
this
.
msg
.
CreateBy
=
'0'
;
this
.
employeeMsg
.
RB_Branch_id
=
this
.
msg
.
RB_Branch_Id
;
this
.
employeeMsg
.
departmentId
=
this
.
msg
.
DepartmentId
;
this
.
getEmployee
();
...
...
@@ -328,8 +329,8 @@ export default {
linkageDepartment
()
{
//联动部门
this
.
msg
.
RB_Department_
Id
=
"0"
;
this
.
msg
.
RB_Post_Id
=
"0"
;
this
.
msg
.
Department
Id
=
"0"
;
this
.
msg
.
CreateBy
=
'0'
;
this
.
getDepartmentMsg
.
RB_Branch_Id
=
this
.
msg
.
RB_Branch_Id
;
this
.
getDerpartMent
();
},
...
...
src/components/SalesModule/Videostatistics.vue
View file @
17cb3354
...
...
@@ -198,6 +198,7 @@ export default {
this
.
getList
();
this
.
getCompany
();
this
.
getDerpartMent
();
this
.
getEmployee
();
},
filters
:{
YMD
(
date
){
...
...
@@ -234,8 +235,8 @@ export default {
});
},
linkagePost
()
{
console
.
log
(
"this.msg.RB_Branch_Id"
,
this
.
msg
.
RB_Branch_Id
)
//联动岗位
this
.
msg
.
CreateBy
=
'0'
;
this
.
employeeMsg
.
RB_Branch_id
=
this
.
msg
.
RB_Branch_Id
;
this
.
employeeMsg
.
departmentId
=
this
.
msg
.
DepartmentId
;
this
.
getEmployee
();
...
...
@@ -302,9 +303,8 @@ export default {
linkageDepartment
()
{
//联动部门
this
.
msg
.
RB_Department_Id
=
"0"
;
this
.
msg
.
RB_Post_Id
=
"0"
;
console
.
log
(
"sfasf"
,
this
.
msg
.
RB_Branch_Id
)
this
.
msg
.
DepartmentId
=
"0"
;
this
.
msg
.
CreateBy
=
'0'
;
this
.
getDepartmentMsg
.
RB_Branch_Id
=
this
.
msg
.
RB_Branch_Id
;
this
.
getDerpartMent
();
},
...
...
src/components/dmc/manager/GroundingStatistics.vue
View file @
17cb3354
...
...
@@ -215,6 +215,7 @@ export default {
this
.
getList
();
this
.
getCompany
();
this
.
getDerpartMent
();
this
.
getEmployee
();
},
filters
:{
YMD
(
date
){
...
...
@@ -250,6 +251,7 @@ export default {
},
linkagePost
()
{
//联动岗位
this
.
msg
.
CreateBy
=
'0'
;
this
.
employeeMsg
.
RB_Branch_id
=
this
.
msg
.
RB_Branch_Id
;
this
.
employeeMsg
.
departmentId
=
this
.
msg
.
DepartmentId
;
this
.
getEmployee
();
...
...
@@ -316,8 +318,8 @@ export default {
linkageDepartment
()
{
//联动部门
this
.
msg
.
RB_Department_
Id
=
"0"
;
this
.
msg
.
RB_Post_Id
=
"0"
;
this
.
msg
.
Department
Id
=
"0"
;
this
.
msg
.
CreateBy
=
'0'
;
this
.
getDepartmentMsg
.
RB_Branch_Id
=
this
.
msg
.
RB_Branch_Id
;
this
.
getDerpartMent
();
},
...
...
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