| 
					
				 | 
			
			
				@@ -264,12 +264,19 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <div class="form-group"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <label>中间计量表号前缀</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <input type="text" class="form-control form-control-sm" value="<%- ctx.stage.im_pre ? ctx.stage.im_pre : '' %>" id="im-pre" maxlength="20"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <div class="form-group"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <label>中间计量表号起始编号</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <input type="Number" class="form-control form-control-sm" id="im-start-num" maxlength="10"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <label>中间计量表号</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <div class="input-group input-group-sm mb-2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <div class="input-group-prepend"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            <span class="input-group-text" style="width:70px; height:30px">前缀</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <input type="text" class="form-control" id="im-pre" maxlength="20" style="height: 30px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <div class="input-group input-group-sm mb-2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <div class="input-group-prepend"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            <span class="input-group-text" style="width:70px; height:30px">起始编号</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <input type="Number" class="form-control" id="im-start-num" maxlength="10" style="height: 30px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <label class="text-warning pull-right">设置为n,将从n+1开始编号</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <div class="form-group"> 
			 |