weeklyreport_rank.eft
4.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
>div.ui.grid
>div.four.column.row
>div.column
>div.label
.周报起始时间
>div.ui.input
>input
@change = changeShow:start
#type = date
%value = {{report_start_time}}
>div.column
>div.label
.周报结束时间
>div.ui.input
>input
@change = changeShow:end
#type = date
%value = {{report_end_time}}
>div.column
>div.label
.查看模式
>div.ui.button.toggle#switchList
@click = switchList
.仅查看未评分
>div.column
>div.label
.刷新列表
>button.ui.button.primary
@click = changeShow:refresh
.刷新
>div.row
>table.ui.celled.fixed.table
>thead
>tr
>th
.邮件编号
>th
#colspan = 2
.周报周数
>th
.发送人
>th
.周报状态
>th
.发送时间
>th
.操作
>tbody
+wkr_list
>div.ui.long.modal#rank
>div.header
.评价周报 {{wk_user_name}}
>div.content
>div.ui.form
>div.ui.message
>div.header
.本周事项
>div.content
>br
>div.ui.segments
+thisweek
>div.ui.message
>div.header
.下周事项
>div.content
>br
>div.ui.segments
+nextweek
>div.ui.message
>div.header
.周总结
>div.content
>p
.周工作时间总计: {{weeksum}} 小时
>div.ui.message
>div.header
.自我表扬与表扬
>div.content
>br
>textarea
%value = {{praise}}
#readonly
>div.ui.message
>div.header
.自我批评与批评
>div.content
>br
>textarea
%value = {{criticism}}
#readonly
>div.ui.message
>div.header
.打分
>div.content
>div.ui.form
>div.row
>div.two.fields
>div.field
>div.label
.业务负责打分
>input.wk-department.wk-all
%value = {{department_score}}
#readonly
>div.field
>div.label
.业务负责总结
>input.wk-department.wk-all
%value = {{department_note}}
#readonly
>div.ui.devider
>div.row
>div.two.fields
>div.field
>div.label
.管理中心打分
>input.wk-management.wk-all
%value = {{management_score}}
#readonly
>div.field
>div.label
.管理中心总结
>input.wk-management.wk-all
%value = {{management_note}}
#readonly
>div.row
>div.two.fields
>div.field
>div.label
.劳动总评打分
>input.wk-boss.wk-all
%value = {{boss_score}}
#readonly
>div.field
>div.label
.劳动总评总结
>input.wk-boss.wk-all
%value = {{boss_note}}
#readonly
>div.actions
>button.ui.button.negative
.取消
>button.ui.button.green#rankthis_btn
#data-user-id = {{wk_user_id}}
#data-user-name = {{wk_user_name}}
#data-id = {{wk_id}}
@click = rankthis
.提交
>div.ui.long.modal#infomation
>i.close.icon
>div.header
.提示
>div.content
.{{infomation}}