| 
					
				 | 
			
			
				@@ -260,7 +260,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  <div class="app-container home" v-else> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <div class="app-container home" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <ul class="block"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <li @click="jump('/business/inStock')"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -412,6 +412,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span v-else-if="scope.row.refno2 === 'HQZY'">货转</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span v-else-if="scope.row.refno2 === 'CKDB'">调拨</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span v-else-if="scope.row.refno2 === 'CCF'">仓储费</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <span v-else-if="scope.row.refno2 === 'HWTG'">货物通关</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span v-else-if="scope.row.refno2 === 'ZYF'">作业费</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span v-else-if="scope.row.refno2 === 'SF'">收费</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span v-else-if="scope.row.refno2 === 'DZ'">对账</span> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -593,6 +594,13 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        case "HWTG": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            path: "/business/cargoClearance", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            query: { data: JSON.stringify(row) }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         case "JSCCF": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             path: "/business/agreement", 
			 |