Enford 5 years ago
parent
commit
9833502e4d

+ 1 - 1
src/main/webapp/webpage/modules/projectplanweekly/projectPlanWeeklyList.jsp

@@ -374,7 +374,7 @@
     }
 
     function weeklyText(id,projectId){
-        top.layer.prompt({title: '请填写未完成原因'},function(val, index){
+        top.layer.prompt({title: '请填写未完成原因', formType:2,area:['400px', '250px']},function(val, index){
             $.post("${ctx}/projectplan/weekly/saveRemarksReason",{"id":id,"projectId":projectId,"remarksReason":val},function(data){
                 if(data.success){
                     parent.layer.msg(data.msg, {icon:1});