| 
					
				 | 
			
			
				@@ -989,7 +989,6 @@ $(document).ready(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     (leaf.dwgc ? leaf.dwgc : '') + '!_!' + (leaf.fbgc ? leaf.fbgc : '') + '!_!' + (leaf.fxgc ? leaf.fxgc : '') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     + '!_!' + (leaf.gcl_id ? leaf.gcl_id : '0') + '!_!' + (leaf.mx_id ? leaf.mx_id : '') + '!_!' + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     (bwmx !== undefined ? bwmx : leaf.jldy ? leaf.jldy : '') + '*;*' + quantity; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                console.log(pushMsg, data_bwmx); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 const isChecked = data_bwmx.indexOf(pushMsg) !== -1 && isCheck ? 'checked ' : ''; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 const existGcl = _.find(changeList, {gcl_id: leaf.gcl_id, bwmx: (bwmx ? bwmx : leaf.jldy ? leaf.jldy : ''), oamount: leaf.quantity}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 const isUsed = existGcl ? _.find(changeUsedData, { cbid: existGcl.id }) : null; 
			 |