diff --git a/src/api/materialsStation/auth.js b/src/api/materialsStation/auth.js
index b12cd4a1..063e4e60 100644
--- a/src/api/materialsStation/auth.js
+++ b/src/api/materialsStation/auth.js
@@ -62,3 +62,12 @@ export function getAuthDetail(data) {
     data
   })
 }
+
+// 项目部委托书
+export function getAuthInfo(data) {
+  return request({
+    url: '/material/authorize/authorizeInfoView',
+    method: 'POST',
+    data
+  })
+}
\ No newline at end of file
diff --git a/src/views/material/materialStation/authorize/index.vue b/src/views/material/materialStation/authorize/index.vue
index e0f8cea9..feb9891e 100644
--- a/src/views/material/materialStation/authorize/index.vue
+++ b/src/views/material/materialStation/authorize/index.vue
@@ -10,8 +10,7 @@
           start-placeholder="开始日期"
           end-placeholder="结束日期"
           style="width: 240px"
-        >
-        
+        >
       
       
         
       
       
-        
+        
           
           
           
@@ -47,66 +40,61 @@
           :disabled="selectList.length === 0"
         >
           批量授权
-          
-      ({{ selectList.length }})
-    
+          ({{ selectList.length }})
         
-        
-    已选择 {{ selectList.length }} 条未授权记录
-  
+        
+          已选择 {{ selectList.length }} 条未授权记录
+        
       
     
-    
-      
-      
+    
+      
+      
         
           {{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}
         
       
-      
-      
-      
-      
-      
-      
-      
-      
+      
+      
+      
+      
+      
+      
+      
+      
       
         
-          未授权
-          已授权
+          未授权
+          已授权
         
       
       
         
-          
-            授权
+          授权
+          查看
+          编辑
+          
+            项目部委托书
           
-          
-            查看
-          
-          
-            编辑
-          
-
-
-
         
       
     
-    
 
-    
+    
       
         
           
             预览委托书
           
@@ -147,74 +135,92 @@
 
         
           
-
-
-
-
-                      
-                      
-                        
-                          
-                        
-                      
-                      
-                        
-                          
-                        
-                      
-                      
-                        
-                          
-                            
-                              
-                                
-                                  {{ scope.row.frontUploading ? '识别中...' : '头像面' }}
-                                
-                              
-                              ✓
-                            
-                            
-                              
-                                
-                                  {{ scope.row.backUploading ? '识别中...' : '国徽面' }}
-                                
-                              
-                              ✓
-                            
-                          
 
-                        
-                      
-                      
-                        
-                          删除
-                        
-                      
-                    
+            
+            
+            
+            
+            
+            
+              
+                
+              
+            
+            
+              
+                
+              
+            
+            
+              
+                
+                  *
+                  
+                
+              
+            
+            
+              
+                
+                  
+                    
+                      
+                        {{ scope.row.frontUploading ? '识别中...' : '头像面' }}
+                      
+                    
+                    ✓
+                  
+                  
+                    
+                      
+                        {{ scope.row.backUploading ? '识别中...' : '国徽面' }}
+                      
+                    
+                    ✓
+                  
+                
 
+              
+            
+            
+              
+                删除
+              
+            
+          
 
-          
+          
             新增领料人
           
         
-
-
+        
+        
 
         
         
@@ -223,11 +229,11 @@
             :key="item.id"
             closable
             @close="removeSelectedItem(item)"
-            style="margin-right: 10px; margin-bottom: 5px;"
+            style="margin-right: 10px; margin-bottom: 5px"
           >
             {{ item.code }} ({{ item.leasePerson }})
           
-          无已选申请单
+          无已选申请单
         
       
       
               
@@ -286,17 +289,8 @@
       
 
       
-      
-        
+      
+        
       
 
       
     
 
+    
+    
+      
+        
+          
+            
项目部授权委托书
+            
+              滋有
+              ({{ authorizeData.leaseUnit }})
+              授权委托:
+              
+                ({{ item.name }})
+                身份证号
+                {{ item.idNumber }}
+                ,
+              
+              前往贵单位办理
+               {{ authorizeData.leaseProject }} 
+              工器具、安全文明用品领退料事宜。委托人在贵单位领、退过程中所签署的一切文件和处理与之相关的一切事务,我均予以认可。委托人不得再次委托他人。
+            
+            
特此委托证明!
+            
+              
被授权人姓名:
+              
+                
+              
+            
+            
+              
委托单位:{{ authorizeData.leaseUnit }}
+              
授权人:{{ authorizeData.userName }}
+              
授权时间:{{ authorizeData.authorizeTime }}
+            
+
+            
+              
![]()
+              
![]()
+            
+          
 
+        
+      
 
+
+      
+