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
96300756
Commit
96300756
authored
Feb 14, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f002e188
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
19 deletions
+11
-19
PublishvideoList.vue
src/components/SalesModule/PublishvideoList.vue
+2
-9
Videostatistics.vue
src/components/SalesModule/Videostatistics.vue
+7
-8
GroundingStatistics.vue
src/components/dmc/manager/GroundingStatistics.vue
+2
-2
No files found.
src/components/SalesModule/PublishvideoList.vue
View file @
96300756
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<tr>
<th
width=
"250"
>
标题
</th>
<th
width=
"250"
>
标题
</th>
...
@@ -114,7 +114,7 @@
...
@@ -114,7 +114,7 @@
<th>
公司
</th>
<th>
公司
</th>
<th>
时间
</th>
<th>
时间
</th>
</tr>
</tr>
<tr
v-for=
"(item, index) in DataList"
:key=
"index"
v-loading=
"loading"
>
<tr
v-for=
"(item, index) in DataList"
:key=
"index"
>
<td>
{{
item
.
Name
}}
</td>
<td>
{{
item
.
Name
}}
</td>
<td>
<td>
...
@@ -207,13 +207,6 @@ export default {
...
@@ -207,13 +207,6 @@ export default {
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
if
(
this
.
$route
.
query
.
RB_Branch_Id
){
this
.
msg
.
RB_Branch_Id
=
Number
(
this
.
$route
.
query
.
RB_Branch_Id
)
}
if
(
this
.
$route
.
query
.
DepartmentId
){
this
.
msg
.
DepartmentId
=
Number
(
this
.
$route
.
query
.
DepartmentId
)
}
if
(
this
.
$route
.
query
.
CreateBy
){
if
(
this
.
$route
.
query
.
CreateBy
){
this
.
msg
.
CreateBy
=
Number
(
this
.
$route
.
query
.
CreateBy
)
this
.
msg
.
CreateBy
=
Number
(
this
.
$route
.
query
.
CreateBy
)
}
}
...
...
src/components/SalesModule/Videostatistics.vue
View file @
96300756
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<li>
<li>
<span
<span
><em>
{{
$t
(
"system.table_company"
)
}}
</em
><em>
{{
$t
(
"system.table_company"
)
}}
</em
><el-select
class=
"w1
5
0"
><el-select
class=
"w1
8
0"
filterable
filterable
v-model=
"msg.RB_Branch_Id"
v-model=
"msg.RB_Branch_Id"
@
change=
"linkageDepartment()"
@
change=
"linkageDepartment()"
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<li>
<li>
<span
<span
><em>
{{
$t
(
"admin.admin_Department"
)
}}
</em
><em>
{{
$t
(
"admin.admin_Department"
)
}}
</em
><el-select
class=
"w1
5
0"
><el-select
class=
"w1
8
0"
filterable
filterable
v-model=
"msg.DepartmentId"
v-model=
"msg.DepartmentId"
@
change=
"linkagePost()"
@
change=
"linkagePost()"
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<li>
<li>
<span
<span
><em>
发布人
</em
><em>
发布人
</em
><el-select
class=
"w1
5
0"
filterable
v-model=
"msg.CreateBy"
>
><el-select
class=
"w1
8
0"
filterable
v-model=
"msg.CreateBy"
>
<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 employeeList'
<el-option
v-for=
'item in employeeList'
:label=
'item.name'
:label=
'item.name'
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<tr>
<th>
员工编号
</th>
<th>
员工编号
</th>
<th>
公司
</th>
<th>
公司
</th>
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
<!--
<th>
开始时间
</th>
<!--
<th>
开始时间
</th>
<th>
结束时间
</th>
-->
<th>
结束时间
</th>
-->
</tr>
</tr>
<tr
v-for=
"(item, index) in DataList"
:key=
"index"
v-loading=
"loading"
>
<tr
v-for=
"(item, index) in DataList"
:key=
"index"
>
<td>
{{
item
.
EmployeeId
}}
</td>
<td>
{{
item
.
EmployeeId
}}
</td>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
DepartmentName
}}
</td>
<td>
{{
item
.
DepartmentName
}}
</td>
...
@@ -224,8 +224,6 @@ export default {
...
@@ -224,8 +224,6 @@ export default {
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
'PublishvideoList'
,
name
:
'PublishvideoList'
,
query
:
{
query
:
{
RB_Branch_Id
:
this
.
msg
.
RB_Branch_Id
,
DepartmentId
:
this
.
msg
.
DepartmentId
,
CreateBy
:
item
.
EmployeeId
,
CreateBy
:
item
.
EmployeeId
,
StartTime
:
StartTime
,
StartTime
:
StartTime
,
EndTime
:
EndTime
,
EndTime
:
EndTime
,
...
@@ -290,8 +288,9 @@ export default {
...
@@ -290,8 +288,9 @@ export default {
"Video_get_GetVideoStatisticsPublishPageList"
,
"Video_get_GetVideoStatisticsPublishPageList"
,
this
.
msg
,
this
.
msg
,
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
loading
=
false
;
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
DataList
=
res
.
data
.
data
.
pageData
;
this
.
DataList
=
res
.
data
.
data
.
pageData
;
this
.
total
=
res
.
data
.
data
.
count
;
this
.
total
=
res
.
data
.
data
.
count
;
}
else
{
}
else
{
...
...
src/components/dmc/manager/GroundingStatistics.vue
View file @
96300756
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<tr>
<th>
公司
</th>
<th>
公司
</th>
<th>
部门
</th>
<th>
部门
</th>
...
@@ -114,7 +114,7 @@
...
@@ -114,7 +114,7 @@
<th>
门票数量
</th>
<th>
门票数量
</th>
<th>
类型
</th>
<th>
类型
</th>
</tr>
</tr>
<tr
v-for=
"(item, index) in DataList"
:key=
"index"
v-loading=
"loading"
>
<tr
v-for=
"(item, index) in DataList"
:key=
"index"
>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
DepartmentName
}}
</td>
<td>
{{
item
.
DepartmentName
}}
</td>
<td>
{{
item
.
EmName
}}
</td>
<td>
{{
item
.
EmName
}}
</td>
...
...
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