| 
					
				 | 
			
			
				@@ -190,7 +190,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <div class="home_stock_table">委托方</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <div class="home_stock_table">日期</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <div class="home_stock_table">提单号</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--              <div class="home_stock_table">提单号</div>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <div class="home_stock_table">业务类型</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <div class="home_stock_table_right"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <div>操作</div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -214,7 +214,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <div class="home_stock_table" style="text-align: center"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   {{ item.sendTime ? item.sendTime.slice(0, 10) : item.sendTime }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <div class="home_stock_table"><p>{{ item.refno1 }}</p></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--                <div class="home_stock_table"><p>{{ item.refno1 }}</p></div>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <div class="home_stock_table"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <span v-if="item.refno2 === 'SJRK'">入库</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <span v-else-if="item.refno2 === 'SJCK'">出库</span> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -238,7 +238,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <span v-else-if="item.refno2 === 'XMGL'">项目管理</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <span v-else-if="item.refno2 === 'FYGL'">管理费用</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <div class="home_stock_table" @click="item.audit === '审核通过'?$message.error('该单据已审批通过不允许再次审批'):approval(item)"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <div class="home_stock_table_right" @click="item.audit === '审核通过'?$message.error('该单据已审批通过不允许再次审批'):approval(item)"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   查看详情 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1294,7 +1294,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .home_stock_table { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  width: 20%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  width: 33.33%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   justify-content: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   align-self: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |