| 
					
				 | 
			
			
				@@ -716,9 +716,9 @@ $(document).ready(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             for (const [iRow,x] of xmj.entries()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 const notx = findNotJoinLeafXmj(x); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 const color = notx === undefined ? '' : '#d6d8db'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                leafXmjSheet.getRange(iRow, -1, 1, -1).backColor(color); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                // leafXmjSheet.getRange(iRow, -1, 1, -1).backColor(color); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 const notx2 = findNotChangeLeafXmj(x); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                const color2 = notx2 === undefined ? '' : '#FFE699'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                const color2 = notx2 === undefined ? color : '#FFE699'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 leafXmjSheet.getRange(iRow, -1, 1, -1).backColor(color2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -860,7 +860,7 @@ $(document).ready(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return item.qc_qty || item.contract_qty 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             const nRow = leafXmjs.indexOf(leafXmjSelect); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            const leafXmjColor = findNotJoinLeafXmj(leafXmjSelect) ? '#d6d8db' : ''; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            const leafXmjColor = findNotJoinLeafXmj(leafXmjSelect) ? '#d6d8db' : (findNotChangeLeafXmj(leafXmjSelect) ? '#FFE699' : ''); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return [index, iRow, nRow, leafXmjSheet, leafXmjSelect, leafXmjColor]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         checkJoinMaterial: function (type) { 
			 |