Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
5a18a30a
Commit
5a18a30a
authored
Sep 27, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
素质测评
parent
50c50053
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
5 deletions
+57
-5
eval_sz.vue
public/appnew/src/components/eval/eval_sz.vue
+57
-5
No files found.
public/appnew/src/components/eval/eval_sz.vue
View file @
5a18a30a
...
@@ -30,13 +30,18 @@
...
@@ -30,13 +30,18 @@
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
做的不足需要提升的部分:
</span>
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
做的不足需要提升的部分:
</span>
</div>
</div>
<div>
<div>
<textarea
class=
"detail"
placeholder=
"点击填写,选择5项描述"
v-model=
"obj.goHigh"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
></textarea>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写,选择5项描述"
v-model=
"obj.goHigh"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
></textarea>
<!--可编辑div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
obj
.
goHigh
}}
</div>
</div>
</div>
<div
class=
"star_ten"
>
<div
class=
"star_ten"
>
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
解决办法:
</span>
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
解决办法:
</span>
</div>
</div>
<div>
<div>
<textarea
v-show=
"index==0"
class=
"detail"
style=
"height:400px;"
placeholder=
"方法措施,要有目标、具体方案、奖惩措施,以及监督人。
<div
v-show=
"index==0"
>
<textarea
class=
"detail detail-divL"
style=
"height:400px;"
placeholder=
"方法措施,要有目标、具体方案、奖惩措施,以及监督人。
举例说明:
举例说明:
目标:本月分部目标120万(人员80*人均1.5万)
目标:本月分部目标120万(人员80*人均1.5万)
方案1:紧盯每个团队的日绩效完成情况,并监督好团队执行情况
方案1:紧盯每个团队的日绩效完成情况,并监督好团队执行情况
...
@@ -49,7 +54,26 @@
...
@@ -49,7 +54,26 @@
奖惩:完成目标奖励店长聚餐,未完成本人和区域所有店长外罚100俯卧增
奖惩:完成目标奖励店长聚餐,未完成本人和区域所有店长外罚100俯卧增
执行人:XXX
执行人:XXX
监督人:X部全体人员"
v-model=
"obj.deal"
@
input=
"autoTextarea($event,400)"
></textarea>
监督人:X部全体人员"
v-model=
"obj.deal"
@
input=
"autoTextarea($event,400)"
></textarea>
<textarea
v-show=
"index>0"
class=
"detail"
style=
"height:400px;"
placeholder=
"点击填写"
v-model=
"obj.deal"
@
input=
"autoTextarea($event,400)"
></textarea>
<!--可编辑div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
obj
.
deal
}}
</div>
</div>
<div
v-show=
"index>0"
>
<textarea
class=
"detail detail-divL"
style=
"height:400px;"
placeholder=
"点击填写"
v-model=
"obj.deal"
@
input=
"autoTextarea($event,400)"
></textarea>
<!--可编辑div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
obj
.
deal
}}
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -58,7 +82,10 @@
...
@@ -58,7 +82,10 @@
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
你想过带团队最坏的情况是什么?如果出现,你如何应对?
</span>
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
你想过带团队最坏的情况是什么?如果出现,你如何应对?
</span>
</div>
</div>
<div>
<div>
<textarea
class=
"detail"
placeholder=
"点击填写"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
v-model=
"dealWay"
></textarea>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
v-model=
"dealWay"
></textarea>
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
dealWay
}}
</div>
<!--可编辑div-->
</div>
</div>
</div>
</div>
<div
style=
"margin-top:.3rem;"
>
<div
style=
"margin-top:.3rem;"
>
...
@@ -66,7 +93,10 @@
...
@@ -66,7 +93,10 @@
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
自我总结自我批评
</span>
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
自我总结自我批评
</span>
</div>
</div>
<div>
<div>
<textarea
class=
"detail"
placeholder=
"点击填写"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
v-model=
"myself"
></textarea>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
v-model=
"myself"
></textarea>
<!--可编辑div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
myself
}}
</div>
</div>
</div>
</div>
</div>
<div
style=
"margin-top:.3rem;"
v-show=
"level != 10"
>
<div
style=
"margin-top:.3rem;"
v-show=
"level != 10"
>
...
@@ -224,6 +254,10 @@
...
@@ -224,6 +254,10 @@
getImg
(){
getImg
(){
let
that
=
this
;
let
that
=
this
;
if
(
this
.
validateParams
()
){
if
(
this
.
validateParams
()
){
for
(
var
i
=
0
;
i
<=
28
;
i
++
){
document
.
getElementsByClassName
(
"detail-divL"
)[
i
].
style
.
display
=
"none"
;
document
.
getElementsByClassName
(
"detail-div"
)[
i
].
style
.
display
=
"block"
;
}
window
.
scrollTo
(
0
,
0
)
;
window
.
scrollTo
(
0
,
0
)
;
let
shareContent
=
document
.
getElementById
(
"capture"
),
//需要截图的包裹的(原生的)DOM 对象
let
shareContent
=
document
.
getElementById
(
"capture"
),
//需要截图的包裹的(原生的)DOM 对象
...
@@ -294,6 +328,10 @@
...
@@ -294,6 +328,10 @@
}).
then
(
function
(
res
)
{
}).
then
(
function
(
res
)
{
if
(
res
.
data
.
code
==
200
){
if
(
res
.
data
.
code
==
200
){
layer
.
tipsX
(
'提交成功'
);
layer
.
tipsX
(
'提交成功'
);
for
(
var
i
=
0
;
i
<=
28
;
i
++
){
document
.
getElementsByClassName
(
"detail-div"
)[
i
].
style
.
display
=
"none"
;
document
.
getElementsByClassName
(
"detail-divL"
)[
i
].
style
.
display
=
"block"
;
}
}
else
{
}
else
{
layer
.
tipsX
(
res
.
data
.
msg
);
layer
.
tipsX
(
res
.
data
.
msg
);
}
}
...
@@ -480,4 +518,17 @@
...
@@ -480,4 +518,17 @@
header
+
.header_seat
{
header
+
.header_seat
{
height
:
0.88rem
;
height
:
0.88rem
;
}
}
.detail-div
{
font-size
:
.28rem
;
font-family
:
PingFangSC-Regular
;
font-weight
:
400
;
color
:
rgba
(
39
,
39
,
39
,
1
);
line-height
:
.4rem
;
width
:
6.38rem
;
/*height: 2rem;*/
border
:
1px
solid
#eeeeee
;
padding
:
.1rem
.2rem
;
box-sizing
:
border-box
;
/*word-break:break-all;*/
}
</
style
>
</
style
>
\ No newline at end of file
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