time_commit.eft
5.69 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
>div
>div.ui.message.warning.massive
#style = display: {{show_sup_alert}}
>div.header
.提示
>p
.该功能需要向相关权限人员申请权限,否则补填信息会失败
>form.ui.form
@submit.prevent.capture
#data-enable-shim = true
>div.field
>label
.提交时间
>div.four.fields
>div.field
>label
.开始时间
>input#start_time
#type = time
>div.ui.middle.aligned
>p
.~
>div.field
>label
.结束时间
>input#end_time
#type = time
>div.field
>label
.日期
>input#date
#type = date
%value = {{nowToday}}
>div.field
>label
.补填信息(需要权限)
>div.ui.toggle.button#sup_btn
@click = sup_click
.确定我要补填信息
>div.field
>label
.项目与任务
>div.two.fields
>div.field
>label
.所属项目
>select.ui.dropdown#proj_sel
>option
#disabled
#selected
#hidden
#value =
.选择项目
%value = {{project}}
@change = fetchTask
+project_list
>div.field
>label
.所属任务
>select.ui.dropdown#task_sel
>option
#disabled
#selected
#hidden
#value =
.选择任务
%value = {{task}}
@change = fetchDetail
+task_list
>button.ui.button
@click = qtask_add
.添加任务
>button.ui.button
@click = qtask_edit
.编辑任务
>div.field
>div.four.fields
>div.field
>label
.预期开始时间
>input#expected_start_time
#type = text
#disabled
>div.field
>label
.预期结束时间
>input#expected_completion_time
#type = text
#disabled
>div.field
>label
.进度
>input
#type = number
#min = 0
#max = 100
%value = {{progress = 0}}
>div.field#longtimefield
>label
.任务模式
>button.ui.toggle.button#longtime
#disabled
.长期
>div.field
>label
.工作内容
>textarea
%value = {{dowhat}}
>div.three.fields
>div.field
>div.ui.buttons
>button.ui.button
@click = clean
.清除
>div.or.floated.right
>button.ui.positive.button
#style = display: {{ submitbtn = }}
@click = commitTime
.提交
>button.ui.positive.button
#style = display: {{ updatebtn = none }}
#data-info-id = {{info_id}}
@click = updateTime
.更新
>div.field
>div.ui.message.error#errmsg
#style = display: none
>div.content
.{{errmsg}}
>div.field
>div.ui.message
>div.header
.提交历史
>br
>p
>table.ui.celled.table.selectable.tablet.stackable
>thead
>tr
>th
.时间
>th
.项目
>th
.任务
>th
.情况说明
>th
.进度
>th
.操作
>tbody
+history
>div.ui.modal#dialogui
>i.close.icon
>div.header
.提示
>div.content
.{{dialog_msg}}
>div.ui.modal#quick_task
>i.close.icon
>div.header
#data-taskid = {{q_taskid}}
#data-taskstate = {{q_taskstate}}
.快速操作 {{qtask_type}}
>div.content
>form.ui.form.four.fields
>div.field
>div.label
.任务名称
>input
%value = {{qtask_name}}
>div.field
>div.label
.所属项目
>select.ui.dropdown
%value = {{qtask_project}}
>option
#disabled
#hidden
#selected
#value =
.选择项目
+qtask_project_list
>div.field
>div.label
.开始时间
>input#qtask_start_time
#type = date
>div.field
>div.label
.结束时间
>input#qtask_end_time
#type = date
>div.field
>div.label
.需求方
>input
%value = {{qtask_want}}
>div.field
>div.label
.任务类型
>select.ui.dropdown
%value = {{qtask_task_type = normal}}
>option
#value = normal
.普通任务
>option
#value = longtime
.长期任务
>div.field
>div.label
.配合者
>input
%value = {{qtask_together}}
>div.field
>div.label
.执行者
>input
%value = {{qtask_worker}}
>div.field
>div.label
.任务描述
>textarea
%value = {{qtask_content}}
>div.field
>div.label
.任务备注
>textarea
%value = {{qtask_others}}
>div.actions
>div.ui.negative.button
.取消
>div.ui.green.button
@click = quick_task
.确定