| 
					
				 | 
			
			
				@@ -39,8 +39,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let userAccount = '<%- userAccount %>'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let userID = '<%- userID %>'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let projectReadOnly = JSON.parse('<%- projectReadOnly %>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-//        const G_SHOW_BLOCK_LIB = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        const G_SHOW_BLOCK_LIB = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        const G_SHOW_BLOCK_LIB = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//        const G_SHOW_BLOCK_LIB = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </head> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1803,15 +1803,15 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <label>选择匹配模式:</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <div class="form-check form-check-inline"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                <input class="form-check-input" type="checkbox" name="inlineRadioOptions" id="inlinecheckbox1" value="option1" checked> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                <input class="form-check-input" type="checkbox" id="clone_option_code" value="option1" checked> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 <label class="form-check-label" for="inlinecheckbox1">项目编码(前9位)</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <div class="form-check form-check-inline"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                <input class="form-check-input" type="checkbox" name="inlineRadioOptions" id="inlinecheckbox2" value="option2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                <input class="form-check-input" type="checkbox" id="clone_option_name" value="option2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 <label class="form-check-label" for="inlinecheckbox2">项目名称</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <div class="form-check form-check-inline"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                <input class="form-check-input" type="checkbox" name="inlineRadioOptions" id="inlinecheckbox3" value="option3" checked> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                <input class="form-check-input" type="checkbox" id="clone_option_unit" value="option3" checked> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 <label class="form-check-label" for="inlinecheckbox3">单位</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1820,11 +1820,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <label for="exampleInputPassword1">插入为选定节点的:</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <div class="form-check form-check-inline"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                <input class="form-check-input" type="radio" name="rationQuantity" id="inlineRadio21" value="option1" checked> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                <input class="form-check-input" type="radio" name="rationQuantity" id="clone_option_quantity" value="option1" checked> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 <label class="form-check-label" for="inlineRadio21">根据含量计算定额工程量</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <div class="form-check form-check-inline"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                <input class="form-check-input" type="radio" name="rationQuantity" id="inlineRadio22" value="option2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                <input class="form-check-input" type="radio" name="rationQuantity" id="clone_option_zeroQuantity" value="option2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 <label class="form-check-label" for="inlineRadio22">含量和定额工程量为零</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1833,11 +1833,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <label for="exampleInputPassword1">清单下有定额时:</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <div class="form-check form-check-inline"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                <input class="form-check-input" type="radio" name="rationCover" id="inlineRadio33" value="option3" checked> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                <input class="form-check-input" type="radio" name="rationCover" id="clone_option_noCover" value="option3" checked> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 <label class="form-check-label" for="inlineRadio33">跳过不覆盖</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <div class="form-check form-check-inline"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                <input class="form-check-input" type="radio" name="rationCover" id="inlineRadio32" value="option2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                <input class="form-check-input" type="radio" name="rationCover" id="clone_option_overwriteRations" value="option2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 <label class="form-check-label" for="inlineRadio32">直接覆盖</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </div> 
			 |