Commit e297b660da43054dbe3de354f83c7c6f9bb1f460
1 parent
1f9c1c2f
工时填报
Showing
2 changed files
with
3 additions
and
3 deletions
resource/js/unit.js
topages/workfill/workfill.js
... | ... | @@ -190,9 +190,9 @@ var fun = { |
190 | 190 | $("#weekday"+id).attr("data-id",asraId); |
191 | 191 | _this.text('编辑'); |
192 | 192 | _this.parent().parent().find(".workfill-list-container").attr("contenteditable","false"); |
193 | - _this.parent().parent().find('.workfill-list-projectnamewrap .workfill-projectCon').toggleClass('display-none'); | |
193 | + _this.parent().parent().find('.workfill-list-projectnamewrap .workfill-projectCon').addClass('display-none'); | |
194 | 194 | var projectName=_this.parent().parent().find('.workfill-list-projectnamewrap .workfill-projectCon .work-projectName').find("option:selected").text(); |
195 | - _this.parent().parent().find('.workfill-list-projectnamewrap .workfill-list-projectname').toggleClass('display-none'); | |
195 | + _this.parent().parent().find('.workfill-list-projectnamewrap .workfill-list-projectname').removeClass('display-none'); | |
196 | 196 | _this.parent().parent().find('.workfill-list-projectnamewrap .workfill-list-projectname').text(projectName); |
197 | 197 | |
198 | 198 | }else{ | ... | ... |