|  | @@ -12,7 +12,7 @@
 | 
	
		
			
				|  |  |                      <tr>
 | 
	
		
			
				|  |  |                          <th>序号</th>
 | 
	
		
			
				|  |  |                          <th>表单角色</th>
 | 
	
		
			
				|  |  | -                        <th>审批人</th>
 | 
	
		
			
				|  |  | +                        <th>签署人</th>
 | 
	
		
			
				|  |  |                      </tr>
 | 
	
		
			
				|  |  |                      </thead>
 | 
	
		
			
				|  |  |                      <tbody>
 | 
	
	
		
			
				|  | @@ -74,6 +74,11 @@
 | 
	
		
			
				|  |  |                  <form>
 | 
	
		
			
				|  |  |                      <div class="form-group">
 | 
	
		
			
				|  |  |                          <!--<a href="#" class="float-right"><i class="fa fa-cog"></i></a>-->
 | 
	
		
			
				|  |  | +                        <label for="add-detail-code">期数</label>
 | 
	
		
			
				|  |  | +                        <input type="text" class="form-control form-control-sm"  value="第<%- !trDetailList ? 1 : (trDetailList && trDetailList.length >= 1 ? trDetailList[0].order + 1 : '') %>期" readonly>
 | 
	
		
			
				|  |  | +                    </div>
 | 
	
		
			
				|  |  | +                    <div class="form-group">
 | 
	
		
			
				|  |  | +                        <!--<a href="#" class="float-right"><i class="fa fa-cog"></i></a>-->
 | 
	
		
			
				|  |  |                          <label for="add-detail-code">编号</label>
 | 
	
		
			
				|  |  |                          <input type="text" class="form-control form-control-sm" name="add_code" id="add-detail-code" placeholder="请输入编号" value="">
 | 
	
		
			
				|  |  |                      </div>
 |