|  | @@ -365,6 +365,8 @@
 | 
	
		
			
				|  |  |      const whiteList = JSON.parse('<%- JSON.stringify(whiteList) %>');
 | 
	
		
			
				|  |  |      const measureType = JSON.parse('<%- JSON.stringify(measureType) %>');
 | 
	
		
			
				|  |  |      let ledgerSpreadSetting = '<%- ledgerSpreadSetting %>';
 | 
	
		
			
				|  |  | +    const shenpi_status = <%- ctx.tender.info.shenpi.ledger %>;
 | 
	
		
			
				|  |  | +    const shenpiConst =  JSON.parse('<%- JSON.stringify(shenpiConst) %>');
 | 
	
		
			
				|  |  |      let currPageFileData = [];
 | 
	
		
			
				|  |  |      ledgerSpreadSetting = JSON.parse(ledgerSpreadSetting);
 | 
	
		
			
				|  |  |      ledgerSpreadSetting.localCache = {
 |