Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
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
front-end-dev
techbook
Commits
8822f541
Commit
8822f541
authored
Feb 02, 2021
by
anxixi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运营指标验收等功能
parent
94f9d42a
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
24 additions
and
12 deletions
+24
-12
sys.role.vue
src/admin/index/pages/sys.role.vue
+2
-0
eventlive.vue
src/views/findeventpage/eventlive.vue
+4
-1
projectManage.vue
src/views/indexAccepting/projectManage.vue
+7
-7
intentionbar.vue
src/views/innovatecompany/acceptintention/intentionbar.vue
+1
-1
litemlist.vue
src/views/innovatecompany/lreleaseproject/litemlist.vue
+1
-1
registeruserlist.vue
src/views/innovatecompany/registeruser/registeruserlist.vue
+4
-0
relevantproject.vue
src/views/innovatecompany/registeruser/relevantproject.vue
+1
-1
submittwo.vue
src/views/innovatecompany/submitprojects/submittwo.vue
+1
-0
bigBusinesslist.vue
src/views/keySearchpage/bigBusinesslist.vue
+1
-0
projectlist.vue
src/views/keySearchpage/projectlist.vue
+2
-1
No files found.
src/admin/index/pages/sys.role.vue
View file @
8822f541
...
...
@@ -470,6 +470,7 @@
//未绑定组织机构
changebind
(
value
){
if
(
value
){
this
.
cur_page
=
1
;
this
.
tableListunbind
(
value
[
value
.
length
-
1
]);
}
},
...
...
@@ -546,6 +547,7 @@
//绑定组织机构
changeunbind
(
value
){
if
(
value
){
this
.
cur_pageunbind
=
1
;
this
.
tableListbind
(
value
[
value
.
length
-
1
]);
}
},
...
...
src/views/findeventpage/eventlive.vue
View file @
8822f541
...
...
@@ -6,7 +6,7 @@
<img
class=
"event_iconchange_img"
src=
"../../assets/img/changeImg.png"
alt=
""
>
</el-tooltip>
</div>
<div
class=
"gendisplay event_all"
>
<div
v-if=
"isVisible"
class=
"gendisplay event_all"
>
<div
@
click=
"userClick = false"
class=
"event_l"
></div>
<div
class=
"event_r"
:class=
"userClick?'event_rshow':''"
>
<img
@
click=
"userClick = false"
src=
"../../assets/img/pull.png"
:style=
"userClick?'':'display: none;'"
>
...
...
@@ -120,6 +120,9 @@
document
.
getElementsByTagName
(
"body"
)[
0
].
style
.
overflow
=
"hidden"
;
this
.
userHistory
(
0
);
this
.
isShowChange
();
setTimeout
(
function
()
{
document
.
body
.
scrollTop
=
document
.
documentElement
.
scrollTop
=
0
;
},
1500
)
},
beforeRouteLeave
(
to
,
from
,
next
)
{
// 在组件生命周期结束的时候销毁。、
// this.userHistory(1);
...
...
src/views/indexAccepting/projectManage.vue
View file @
8822f541
...
...
@@ -2,7 +2,7 @@
<div
style=
"margin-top: 10px;"
>
<el-row
class=
"tabPdding"
>
<el-row
class=
"statebottm"
>
<page-screen
:screenlist=
"screenlist"
:checkboxGroupstate=
"checkStateIds"
:checkboxGroupchildstate=
"search.
check
State"
:screenchildListIf=
"true"
ref=
"screenchild"
titleName=
"验收状态"
@
changecheck=
"screenData"
></page-screen>
<page-screen
:screenlist=
"screenlist"
:checkboxGroupstate=
"checkStateIds"
:checkboxGroupchildstate=
"search.
authentication
State"
:screenchildListIf=
"true"
ref=
"screenchild"
titleName=
"验收状态"
@
changecheck=
"screenData"
></page-screen>
</el-row>
<el-row
class=
"statebottm"
style=
"padding: 20px 10px;line-height: 40px;"
>
<el-col
:span=
"12"
>
...
...
@@ -15,7 +15,7 @@
</el-col>
<el-col
:span=
"12"
>
<span
style=
"font-weight: bold;margin: 0 60px 0 40px;"
>
区域:
</span>
<el-select
v-model=
"search.
o
rgIdList"
multiple
placeholder=
"请选择区域"
style=
"width: 280px;"
>
<el-select
v-model=
"search.
selectO
rgIdList"
multiple
placeholder=
"请选择区域"
style=
"width: 280px;"
>
<el-option
v-for=
"item in areaList"
:key=
"item.orgId"
...
...
@@ -124,7 +124,7 @@
search
:{
authBegin
:
''
,
authEnd
:
''
,
o
rgIdList
:
null
,
selectO
rgIdList
:
null
,
},
areaList
:[],
auditlist
:[],
...
...
@@ -140,8 +140,8 @@
vm
.
pathfrom
=
from
.
path
;
if
(
vm
.
pathfrom
==
'/auditinside'
){
vm
.
search
=
vm
.
publicFun
.
getCookie
(
"projectSearch"
)?
JSON
.
parse
(
vm
.
publicFun
.
getCookie
(
"projectSearch"
)):{};
if
(
vm
.
search
.
checkState
!=
''
||
vm
.
search
.
check
State
!=
null
){
vm
.
checkStateIds
.
push
(
vm
.
search
.
check
State
)
if
(
vm
.
search
.
authenticationState
!=
''
||
vm
.
search
.
authentication
State
!=
null
){
vm
.
checkStateIds
.
push
(
vm
.
search
.
authentication
State
)
}
vm
.
getAcceptanceAxios
();
}
else
{
...
...
@@ -152,7 +152,7 @@
components
:{
pageScreen
,
exportFieldBar
},
methods
:{
screenData
(
a
){
this
.
search
.
check
State
=
a
;
this
.
search
.
authentication
State
=
a
;
this
.
searchCik
();
},
getselectAreaList
(){
...
...
@@ -222,7 +222,7 @@
this
.
search
=
{
authBegin
:
''
,
authEnd
:
''
,
o
rgIdList
:
null
,
selectO
rgIdList
:
null
,
};
this
.
$refs
.
screenchild
.
stateinit
();
this
.
cur_page
=
1
;
...
...
src/views/innovatecompany/acceptintention/intentionbar.vue
View file @
8822f541
...
...
@@ -186,9 +186,9 @@
},
mounted
()
{
const
empinfo
=
JSON
.
parse
(
this
.
Base64
.
decode
(
this
.
publicFun
.
getUserInfoCookieType
()));
this
.
stateData
.
projectId
=
this
.
projectId
;
if
(
this
.
publicFun
.
isgetUserRoleFunc
(
2
)
&&
this
.
publicFun
.
isgetUserRoleFunc
(
5
)){
this
.
isempinfo
=
true
;
this
.
stateData
.
projectId
=
this
.
projectId
;
this
.
isempurl
=
'/business/purpose/getRequirementsBelongProject'
;
}
else
{
this
.
isempinfo
=
false
;
...
...
src/views/innovatecompany/lreleaseproject/litemlist.vue
View file @
8822f541
...
...
@@ -14,7 +14,7 @@
<el-table-column
:label=
"$t('litemlistjson.projectName')"
width=
"330"
>
<template
slot-scope=
"scope"
>
<p
@
click=
"setDatalist(scope.row)"
class=
"projectNamep"
>
{{
scope
.
row
.
projectName
}}
</p>
<span
class=
"stateclass"
>
{{
scope
.
row
.
authenticationState
==
'AS02'
?
$t
(
'operationjson.pendingreview'
):
scope
.
row
.
authenticationState
==
'AS03'
?
$t
(
'operationjson.audited'
):
scope
.
row
.
authenticationState
==
'AS04'
?
$t
(
'operationjson.dismissed'
):
scope
.
row
.
authenticationState
==
'AS05'
?
'验收通过不展示'
:
scope
.
row
.
authenticationState
==
'AS06'
?
'验收不通过展示'
:
''
}}
</span>
<span
class=
"stateclass"
>
{{
scope
.
row
.
authenticationState
==
'AS02'
?
$t
(
'operationjson.pendingreview'
):
scope
.
row
.
authenticationState
==
'AS03'
?
$t
(
'operationjson.audited'
):
scope
.
row
.
authenticationState
==
'AS04'
?
$t
(
'operationjson.dismissed'
):
scope
.
row
.
authenticationState
==
'AS05'
?
(
publicFun
.
isgetUserRoleFunc
(
5
)?
'验收通过不展示'
:
$t
(
'operationjson.audited'
)):
scope
.
row
.
authenticationState
==
'AS06'
?(
publicFun
.
isgetUserRoleFunc
(
5
)?
'验收不通过展示'
:
$t
(
'operationjson.audited'
))
:
''
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"projectModel"
:label=
"$t('litemlistjson.projectModel')"
align=
'center'
>
...
...
src/views/innovatecompany/registeruser/registeruserlist.vue
View file @
8822f541
...
...
@@ -100,6 +100,10 @@
{{
scope
.
row
.
frozenState
==
'0'
?
$t
(
'usermanagement.normal'
):
scope
.
row
.
frozenState
==
'1'
?
$t
(
'usermanagement.Frozen'
)
:
''
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"orgName"
label=
"区域"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"refereeName"
label=
"区域联系人"
align=
"center"
>
</el-table-column>
<el-table-column
:label=
"$t('listjson.action')"
width=
"150"
align=
'center'
>
<
template
slot-scope=
"scope"
>
<el-button
v-if=
"scope.row.frozenState == 0"
type=
"text"
@
click=
"frozenStatebtn(scope.row)"
>
{{
$t
(
'usermanagement.freeze'
)
}}
</el-button>
...
...
src/views/innovatecompany/registeruser/relevantproject.vue
View file @
8822f541
...
...
@@ -5,7 +5,7 @@
<el-table-column
:label=
"$t('litemlistjson.projectName')"
width=
"330"
>
<template
slot-scope=
"scope"
>
<p
class=
"projectNamep"
>
{{
scope
.
row
.
projectName
}}
</p>
<span
class=
"stateclass"
>
{{
scope
.
row
.
authenticationState
==
'AS02'
?
$t
(
'operationjson.pendingreview'
):
scope
.
row
.
authenticationState
==
'AS03'
?
$t
(
'operationjson.audited'
):
scope
.
row
.
authenticationState
==
'AS04'
?
$t
(
'operationjson.dismissed'
):
''
}}
</span>
<span
class=
"stateclass"
>
{{
scope
.
row
.
authenticationState
==
'AS02'
?
$t
(
'operationjson.pendingreview'
):
scope
.
row
.
authenticationState
==
'AS03'
?
$t
(
'operationjson.audited'
):
scope
.
row
.
authenticationState
==
'AS04'
?
$t
(
'operationjson.dismissed'
):
scope
.
row
.
authenticationState
==
'AS05'
?
'验收通过不展示'
:
scope
.
row
.
authenticationState
==
'AS06'
?
'验收不通过展示'
:
''
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"projectModel"
:label=
"$t('litemlistjson.projectModel')"
align=
'center'
>
...
...
src/views/innovatecompany/submitprojects/submittwo.vue
View file @
8822f541
...
...
@@ -103,6 +103,7 @@
</el-row>
</el-form-item>
<el-form-item
:label=
"$t('releasejson.uploadbp')"
ref=
"formBpUrl"
:prop=
"publicFun.isgetUserRoleFunc(5)?'projectBpUrl':''"
>
<el-input
v-show=
"false"
maxlength=
"36"
v-model=
"formData.projectBpUrl"
></el-input>
<el-row>
<p
style=
"margin-bottom: 10px;color: #9197B4"
><i
style=
"color: #FF9E29;font-size: 12px;padding-right: 5px"
class=
"iconfont icon-gantanhao-quan"
></i>
{{$t('Otherjson.message3')}}
<span
style=
"color: #9197B4"
>
({{$t('releasejson.uploadexl')}})
</span></p>
</el-row>
...
...
src/views/keySearchpage/bigBusinesslist.vue
View file @
8822f541
...
...
@@ -99,6 +99,7 @@
},
groupdata
(
val
){
this
.
stateData
=
val
;
this
.
cur_page
=
1
;
this
.
getselectdatas
();
},
getselectdatas
(){
...
...
src/views/keySearchpage/projectlist.vue
View file @
8822f541
<
template
>
<div
class=
"search_content"
>
<choice-group
@
active=
"groupdata"
@
stateinit=
"stateinit"
></choice-group>
<choice-group
@
active=
"groupdata"
></choice-group>
<div
class=
"noDatalist"
v-if=
"totalListResult == 0"
>
<img
src=
"../../assets/img/mobile/noProject.png"
alt=
""
>
<p>
相关的搜索结果较少,您可以换个搜索词试试!
</p>
...
...
@@ -97,6 +97,7 @@
},
groupdata
(
val
){
this
.
stateData
=
val
;
this
.
cur_page
=
1
;
this
.
getselectdatas
();
},
getselectdatas
(){
...
...
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