Browse Source

审批意见增加长度限制

Chente 7 năm trước cách đây
mục cha
commit
2b17c5c1ef
2 tập tin đã thay đổi với 9 bổ sung5 xóa
  1. 0 2
      biangeng-list-detail.html
  2. 9 3
      r-project-section-report.html

+ 0 - 2
biangeng-list-detail.html

@@ -166,7 +166,6 @@
 						</div>
 						<div class="bg-con-warp">
 							<legend id="qingdan" ><span class="glyphicon glyphicon-list-alt"></span> 变更清单 <label class="legend-label"><input type="checkbox"> 查看审批过程</label></legend>
-
 							<table class="table table-bordered">
 								<thead>
 									<tr><th rowspan="2" class="text-center" width="90">清单编号</th><th width="200" rowspan="2" class="text-center">名称</th><th width="50" rowspan="2" class="text-center">单位</th><th width="50" rowspan="2" class="text-center">单价</th><th colspan="2" class="text-center">原设计</th><th colspan="2" class="text-center">申报变更</th><th colspan="2" class="text-center">审批后变更</th></tr>
@@ -236,7 +235,6 @@
 						</div>
 					</div>
 				</div>
-
   		</div>
         <!--内容-->
     	</div>

+ 9 - 3
r-project-section-report.html

@@ -223,8 +223,14 @@
 
         <div class="form">
           <form>
-          <textarea class="form-control" rows="3" placeholder="填写审批通过的意见" style="width:510px"></textarea>
-          </form>
+						<div>
+							<textarea class="form-control" rows="3" placeholder="填写审批通过的意见" style="width:510px"></textarea>
+						<div>
+						<div class="has-error">
+							<textarea class="form-control" rows="3" placeholder="填写审批通过的意见" style="width:510px"></textarea>
+							<span id="helpBlock2" class="help-block">您输入的审批意见太长了,请精简一点点。</span>
+						</div>
+					</form>
         </div>
       </div>
       <div class="modal-footer">
@@ -252,7 +258,7 @@
     </div>
     </div>
     </div>
-    <!-- 退回 -->    
+    <!-- 退回 -->
       <!-- 审批不通过 -->
     <div id="reportNopass" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">      <div class="modal-dialog">
       <div class="modal-content">