| 
					
				 | 
			
			
				@@ -2591,10 +2591,10 @@ $(document).ready(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     const jlzfBills = new Jlzf('#jlzf-spread', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         cols: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             // {title: '项目节编号', field: 'code', hAlign: 0, width: 85, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            {title: '清单编号', field: 'b_code', hAlign: 0, width: 127, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            {title: '名称', field: 'name', hAlign: 0, width: 225, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            {title: '单位', field: 'unit', hAlign: 1, width: 75, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            {title: '单价', field: 'unit_price', hAlign: 2, width: 75}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            {title: '清单编号', field: 'b_code', hAlign: 0, width: 150, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            {title: '名称', field: 'name', hAlign: 0, width: 150, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            {title: '单位', field: 'unit', hAlign: 1, width: 50, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            {title: '单价', field: 'unit_price', hAlign: 2, width: 50}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         emptyRows: 0, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         headRows: 1, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -2866,11 +2866,11 @@ $(document).ready(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     const dskBills = new Dsk('#dsk-spread', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         cols: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            {title: '编号', field: 'code', hAlign: 0, width: 225, formatter: '@', cellType: 'tree'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            {title: '编号', field: 'code', hAlign: 0, width: 150, formatter: '@', cellType: 'tree'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             {title: '名称', field: 'name', hAlign: 0, width: 150, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            {title: '单位', field: 'unit', hAlign: 1, width: 75, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            {title: '单价', field: 'unitPrice', hAlign: 2, width: 120, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            {title: '数量', field: 'quantity', hAlign: 2, width: 120, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            {title: '单位', field: 'unit', hAlign: 1, width: 50, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            {title: '单价', field: 'unitPrice', hAlign: 2, width: 80, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            {title: '数量', field: 'quantity', hAlign: 2, width: 80, formatter: '@'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         emptyRows: 0, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         headRows: 1, 
			 |