|  | @@ -56,11 +56,11 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |      let stdXmj, stdGcl, searchLedger;
 | 
	
		
			
				|  |  |      autoFlashHeight();
 | 
	
		
			
				|  |  |      billsSpreadSetting.cols.unshift({ title: '变更清单', colSpan: '1', rowSpan: '2', field: 'is_change', hAlign: 1, width: 60, cellType: 'checkbox', readOnly: 'readOnly.isChangeList', });
 | 
	
		
			
				|  |  | -    const billsIndex = _.findIndex(billsSpreadSetting.cols, { field: 'sgfh_tp' });
 | 
	
		
			
				|  |  | +    const billsIndex = _.findIndex(billsSpreadSetting.cols, { field: 'drawing_code' });
 | 
	
		
			
				|  |  |      console.log(billsSpreadSetting.cols);
 | 
	
		
			
				|  |  | -    billsSpreadSetting.cols.splice(billsIndex + 1, 0, { title: '计价', colSpan: '1', rowSpan: '2', field: 'is_valuation', hAlign: 1, width: 60, cellType: 'checkbox', readOnly: 'readOnly.isValuation', getValue: 'getValue.isValuation' });
 | 
	
		
			
				|  |  | -    billsSpreadSetting.cols.splice(billsIndex + 2, 0, {title: '申请变更增(+)减(-)|数量', colSpan: '2|1', rowSpan: '1|1', field: 'camount', hAlign: 2, width: 60, readOnly: 'readOnly.isSettle', getValue: 'getValue.camount'},);
 | 
	
		
			
				|  |  | -    billsSpreadSetting.cols.splice(billsIndex + 3, 0, {title: '|金额', colSpan: '|1', rowSpan: '|1', field: 'ca_tp', hAlign: 2, width: 60, type: 'Number', readOnly: true},);
 | 
	
		
			
				|  |  | +    billsSpreadSetting.cols.splice(billsIndex, 0, { title: '计价', colSpan: '1', rowSpan: '2', field: 'is_valuation', hAlign: 1, width: 60, cellType: 'checkbox', readOnly: 'readOnly.isValuation', getValue: 'getValue.isValuation' });
 | 
	
		
			
				|  |  | +    billsSpreadSetting.cols.splice(billsIndex + 1, 0, {title: '申请变更增(+)减(-)|数量', colSpan: '2|1', rowSpan: '1|1', field: 'camount', hAlign: 2, width: 60, readOnly: 'readOnly.isSettle', getValue: 'getValue.camount'},);
 | 
	
		
			
				|  |  | +    billsSpreadSetting.cols.splice(billsIndex + 2, 0, {title: '|金额', colSpan: '|1', rowSpan: '|1', field: 'ca_tp', hAlign: 2, width: 60, type: 'Number', readOnly: true},);
 | 
	
		
			
				|  |  |      if (!billsSpreadSetting.readOnly) {
 | 
	
		
			
				|  |  |          for (const col of billsSpreadSetting.cols) {
 | 
	
		
			
				|  |  |              if (!col.readOnly || col.readOnly === false)
 | 
	
	
		
			
				|  | @@ -68,9 +68,9 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      posSpreadSetting.cols.unshift({ title: '变更清单', colSpan: '1', rowSpan: '2', field: 'is_change', hAlign: 1, width: 60, cellType: 'checkbox', readOnly: 'readOnly.isChangeList', getValue: 'getValue.isChange' });
 | 
	
		
			
				|  |  | -    const posIndex = _.findIndex(posSpreadSetting.cols, { title: '|设计量公式' });
 | 
	
		
			
				|  |  | -    posSpreadSetting.cols.splice(posIndex + 1, 0, { title: '计价', colSpan: '1', rowSpan: '2', field: 'is_valuation', hAlign: 1, width: 60, cellType: 'checkbox', readOnly: 'readOnly.isValuation', getValue: 'getValue.isValuation' });
 | 
	
		
			
				|  |  | -    posSpreadSetting.cols.splice(posIndex + 2, 0, {title: '申请变更增(+)减(-)|数量', colSpan: '1|1', rowSpan: '|1', field: 'camount', hAlign: 2, width: 120, readOnly: 'readOnly.isSettle', getValue: 'getValue.camount'},);
 | 
	
		
			
				|  |  | +    const posIndex = _.findIndex(posSpreadSetting.cols, { field: 'drawing_code' });
 | 
	
		
			
				|  |  | +    posSpreadSetting.cols.splice(posIndex, 0, { title: '计价', colSpan: '1', rowSpan: '2', field: 'is_valuation', hAlign: 1, width: 60, cellType: 'checkbox', readOnly: 'readOnly.isValuation', getValue: 'getValue.isValuation' });
 | 
	
		
			
				|  |  | +    posSpreadSetting.cols.splice(posIndex + 1, 0, {title: '申请变更增(+)减(-)|数量', colSpan: '1|1', rowSpan: '|1', field: 'camount', hAlign: 2, width: 120, readOnly: 'readOnly.isSettle', getValue: 'getValue.camount'},);
 | 
	
		
			
				|  |  |      if (!posSpreadSetting.readOnly) {
 | 
	
		
			
				|  |  |          for (const col of posSpreadSetting.cols) {
 | 
	
		
			
				|  |  |              if (!col.readOnly || col.readOnly === false)
 |