|  | @@ -672,7 +672,7 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |                  });
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  |              checkSelfMaterial: function (type) {
 | 
	
		
			
				|  |  | -                const [iGclRow, iRow, nRow, sheet, select] = leafXmjSpreadObj.getSelect();
 | 
	
		
			
				|  |  | +                const [iGclRow, iRow, nRow, sheet, select, color] = leafXmjSpreadObj.getSelect();
 | 
	
		
			
				|  |  |                  // const color = type === 'self' ? '' : '#d6d8db';
 | 
	
		
			
				|  |  |                  const data = {
 | 
	
		
			
				|  |  |                      type: type,
 | 
	
	
		
			
				|  | @@ -690,7 +690,7 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |                      gclGatherData[iGclRow].leafXmjs[iRow].jiacha = calcOneBQJC(select);
 | 
	
		
			
				|  |  |                      calculateJiaCha(gclGatherData, iGclRow);
 | 
	
		
			
				|  |  |                      SpreadJsObj.reLoadRowData(sheet, nRow);
 | 
	
		
			
				|  |  | -                    // sheet.getRange(nRow, -1, 1, -1).backColor(color);
 | 
	
		
			
				|  |  | +                    sheet.getRange(nRow, -1, 1, -1).backColor(color);
 | 
	
		
			
				|  |  |                      loadXmjMaterialData(iGclRow, nRow);
 | 
	
		
			
				|  |  |                      SpreadJsObj.reLoadRowData(ledgerSpread.getActiveSheet(), iGclRow);
 | 
	
		
			
				|  |  |                  });
 |