| 
														
															@@ -32,9 +32,9 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           </el-checkbox-group> 
														 | 
														
														 | 
														
															           </el-checkbox-group> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </e-desc-item> 
														 | 
														
														 | 
														
															         </e-desc-item> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        <e-desc-item label="委外类别">{{dataForm.purchaseTypeDesc}}</e-desc-item> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        <e-desc-item label="申请人">{{dataForm.applierName}}</e-desc-item> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        <e-desc-item label="申请部门">{{dataForm.deptName}}</e-desc-item> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <e-desc-item label="委外类别">{{dataForm.commissionType}}</e-desc-item> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <e-desc-item label="申请人">{{dataForm.purchaseCommission.applierId}}</e-desc-item> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <e-desc-item label="申请部门">{{dataForm.purchaseCommission.orgId}}</e-desc-item> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <e-desc-item label="备注说明" span="3">{{dataForm.notes}}</e-desc-item> 
														 | 
														
														 | 
														
															         <e-desc-item label="备注说明" span="3">{{dataForm.notes}}</e-desc-item> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </e-desc> 
														 | 
														
														 | 
														
															       </e-desc> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -185,7 +185,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import EDesc from '../common/e-desc' 
														 | 
														
														 | 
														
															   import EDesc from '../common/e-desc' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import EDescItem from '../common/e-desc-item' 
														 | 
														
														 | 
														
															   import EDescItem from '../common/e-desc-item' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import { dealStepData, dealStepLogs } from '@/api/util' 
														 | 
														
														 | 
														
															   import { dealStepData, dealStepLogs } from '@/api/util' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  import { getOutsourceDetail } from '@/api/sale' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  import { getOutsourceDetail, getPurCommInfo } from '@/api/sale' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import ApproveComponent from '../common/approve-component' 
														 | 
														
														 | 
														
															   import ApproveComponent from '../common/approve-component' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   export default { 
														 | 
														
														 | 
														
															   export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     name: 'outsource-detail', 
														 | 
														
														 | 
														
															     name: 'outsource-detail', 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -234,8 +234,10 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           if (data && data.code === '200') { 
														 | 
														
														 | 
														
															           if (data && data.code === '200') { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             this.dataForm = data.data 
														 | 
														
														 | 
														
															             this.dataForm = data.data 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             // 流程图展示 
														 | 
														
														 | 
														
															             // 流程图展示 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            dealStepData(data.data.workFlowBusinessExt.workFlowProcessStepList, this.stepList) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            dealStepLogs(data.data.workFlowBusinessExt.processLogList, this.logList) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            if (data.data.workFlowBusinessExt) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              dealStepData(data.data.workFlowBusinessExt.workFlowProcessStepList, this.stepList) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              dealStepLogs(data.data.workFlowBusinessExt.processLogList, this.logList) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             // 付款方式 
														 | 
														
														 | 
														
															             // 付款方式 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             if (data.data.payType) { 
														 | 
														
														 | 
														
															             if (data.data.payType) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               this.idsPayType.push(data.data.payType) 
														 | 
														
														 | 
														
															               this.idsPayType.push(data.data.payType) 
														 |