| 
					
				 | 
			
			
				@@ -333,6 +333,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span v-else-if="scope.row.fBilltype == 'SJCK'">出库</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span v-else-if="scope.row.fBilltype == 'CKDB'">调拨</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span v-else-if="scope.row.fBilltype == 'HQZY'">货权转移</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <span v-else-if="scope.row.fBilltype == 'JSCCF'">仓储费</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span v-else>{{scope.row.fBilltype}}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-table-column> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -549,6 +550,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <span v-else-if="scope.row.fBilltype == 'SJCK'">出库</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <span v-else-if="scope.row.fBilltype == 'CKDB'">调拨</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <span v-else-if="scope.row.fBilltype == 'HQZY'">货权转移</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <span v-else-if="scope.row.fBilltype == 'JSCCF'">仓储费</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </el-table-column> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <!--       <el-table-column label="单据类型" align="center" prop="fBilltype" />--> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1140,7 +1142,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 导入搜索 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    searchFee() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      searchFee() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.feeList = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$refs['feeListRules'].validate(valid => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (valid){ 
			 |