|  | @@ -1324,7 +1324,7 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      const dealBills = new DealBills('#deal-bills-spread', {
 | 
	
		
			
				|  |  |          cols: [
 | 
	
		
			
				|  |  | -            {title: '清单编号', field: 'code', hAlign: 0, width: 120, formatter: '@', readOnly: true},
 | 
	
		
			
				|  |  | +            {title: '清单编号', field: 'code', hAlign: 0, width: 85, formatter: '@', readOnly: true},
 | 
	
		
			
				|  |  |              {title: '名称', field: 'name', hAlign: 0, width: 150, formatter: '@', readOnly: true},
 | 
	
		
			
				|  |  |              {title: '单位', field: 'unit', hAlign: 1, width: 50, formatter: '@', readOnly: true},
 | 
	
		
			
				|  |  |              {title: '单价', field: 'unit_price', hAlign: 2, width: 50, readOnly: true},
 |