材料站-协议
This commit is contained in:
		
							parent
							
								
									5b06632e77
								
							
						
					
					
						commit
						47891b122f
					
				| 
						 | 
				
			
			@ -138,7 +138,7 @@ import {
 | 
			
		|||
  getProjectList,
 | 
			
		||||
  backTask,
 | 
			
		||||
  editBackTask,
 | 
			
		||||
  getAgreementInfoByIdApi,
 | 
			
		||||
  getAgreementInfoByIdBackApi,
 | 
			
		||||
  detailsBackTask,
 | 
			
		||||
  getUseTypeTree,
 | 
			
		||||
} from '@/services/materialsStation'
 | 
			
		||||
| 
						 | 
				
			
			@ -239,7 +239,7 @@ const getAgreement = () => {
 | 
			
		|||
    teamId: formData.teamId,
 | 
			
		||||
    projectId: formData.projectId,
 | 
			
		||||
  }
 | 
			
		||||
  getAgreementInfoByIdApi(obj)
 | 
			
		||||
  getAgreementInfoByIdBackApi(obj)
 | 
			
		||||
    .then((res) => {
 | 
			
		||||
      console.log(res)
 | 
			
		||||
      if (res.code == 200) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -130,6 +130,13 @@ export const getAgreementInfoByIdApi = (data) => {
 | 
			
		|||
    data,
 | 
			
		||||
  })
 | 
			
		||||
}
 | 
			
		||||
export const getAgreementInfoByIdBackApi = (data) => {
 | 
			
		||||
  return http({
 | 
			
		||||
    method: 'POST',
 | 
			
		||||
    url: '/material/select/getAgreementInfoByIdBack',
 | 
			
		||||
    data,
 | 
			
		||||
  })
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// 工机具出库详情-列表
 | 
			
		||||
export const getOutNum = (data) => {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue