Commit e297b660da43054dbe3de354f83c7c6f9bb1f460

Authored by xiejianpeng
1 parent 1f9c1c2f

工时填报

resource/js/unit.js
... ... @@ -12,7 +12,7 @@ sysComm = {
12 12  
13 13 //var parkcloudbaseUrl = 'http://192.168.1.196:8100/';// url公用地址
14 14  
15   -var parkcloudbaseUrl = 'http://192.168.1.196:8100/';// url公用地址
  15 +var parkcloudbaseUrl = 'http://127.0.0.1:8100/';// url公用地址
16 16  
17 17  
18 18  
... ...
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{
... ...