| 
					
				 | 
			
			
				@@ -264,7 +264,19 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-table-column label="件数" align="center" prop="fQty"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-table-column label="毛重" align="center" prop="fGrossweight"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-table-column label="净重" align="center" prop="fNetweight"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <el-table-column label="状态" align="center" prop="fBillstatus" width="120"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <el-table-column 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        width="100" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        label="货转状态" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        align="center" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        prop="fItemsStatus" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <span v-if="scope.row.fItemsStatus === 1">计划</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <span v-if="scope.row.fItemsStatus === 2">待货转</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <span v-if="scope.row.fItemsStatus === 6">已货转</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      </el-table-column> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <el-table-column label="费用状态" align="center" prop="fBillstatus" width="120"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <span v-if="scope.row.fBillstatus == '1'">保存</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <span v-else-if="scope.row.fBillstatus == '2'">暂存</span> 
			 |