diff --git a/login/test.html b/login/test.html
new file mode 100644
index 0000000..3c235dc
--- /dev/null
+++ b/login/test.html
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 测试移动终端
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/topages/workfill/workfill.js b/topages/workfill/workfill.js
index bc5299b..3661e40 100644
--- a/topages/workfill/workfill.js
+++ b/topages/workfill/workfill.js
@@ -135,7 +135,7 @@ var fun = {
$("#work-projectName"+i).selectpicker('refresh');
$("#daily-report"+i).text("");
//如果不是本周则隐藏按钮
- if(clicknum >= 1) {
+ /** if(clicknum >= 1) {
$("#btn-commit" + i).attr("style", "display:none;");
$("#daily-report" + i).attr("readonly","readonly");
$("#btn-commit" + i).parent().parent().find('.workfill-list-projectnamewrap .workfill-projectCon').addClass('display-none');
@@ -149,7 +149,7 @@ var fun = {
ele.find('.slide-icon').addClass('slide-icon-active');
ele.parent().siblings().find('.workquery-list-container').slideUp();
ele.parent().find('.workquery-list-container').slideUp();
- }else if(clicknum == 0){
+ }else if(clicknum == 0){*/
//日期回填
var date = moment().subtract('days', weekOfday-i).format('YYYY-MM-DD 01:00:00');
$("#weekday"+i).attr("data-date",date);
@@ -171,7 +171,7 @@ var fun = {
$("#btn-commit"+i).parent().parent().find('.workfill-list-projectnamewrap .workfill-list-projectname').addClass('display-none');
$("#btn-commit"+i).parent().parent().find('.workfill-list-projectnamewrap .workfill-list-projectname').text(projectName);
}
- }
+ //}
}
/**回填数据*/
$.each(data,function(index,row){