plm前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
2.1 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. import { createAPI } from "@/utils/httpRequest.js";
  2. export const technicalSpecificationListSearch = data => createAPI(`/technicalSpecification/technicalSpecificationListSearch`,'post',data)
  3. export const saveTechnicalSpecificationSheet = data => createAPI(`/technicalSpecification/saveTechnicalSpecificationSheet`,'post',data)
  4. export const searchTechnicalSpecificationTeamStr = data => createAPI(`/technicalSpecification/searchTechnicalSpecificationTeamStr`,'post',data)
  5. export const deleteTechnicalSpecificationList = data => createAPI(`/technicalSpecification/deleteTechnicalSpecificationList`,'post',data)
  6. export const getTechnicalCustomerInfoData = data => createAPI(`/technicalSpecification/getTechnicalCustomerInfoData`,'post',data)
  7. export const tsdBasicInformationSearch = data => createAPI(`/technicalSpecification/tsdBasicInformationSearch`,'post',data)
  8. export const getTestPartChangeData = data => createAPI(`/technicalSpecification/getTestPartChangeData`,'post',data)
  9. export const BMBasicInformationSearch = data => createAPI(`/technicalSpecification/BMBasicInformationSearch`,'post',data)
  10. export const getProofingDataByUserRole= data => createAPI(`/technicalSpecification/getProofingDataByUserRole`,'post',data)
  11. export const updateBMBasicInformation= data => createAPI(`/technicalSpecification/updateBMBasicInformation`,'post',data)
  12. export const searchBMcustomerInfo= data => createAPI(`/technicalSpecification/searchBMcustomerInfo`,'post',data)
  13. export const updateBMcustomerInfo= data => createAPI(`/technicalSpecification/updateBMcustomerInfo`,'post',data)
  14. export const searchBMPackageInfo= data => createAPI(`/technicalSpecification/searchBMPackageInfo`,'post',data)
  15. export const updateBMPackageInfo= data => createAPI(`/technicalSpecification/updateBMPackageInfo`,'post',data)
  16. export const searchPartDataForSelect= data => createAPI(`/technicalSpecification/searchPartDataForSelect`,'post',data)
  17. export const saveBMBom= data => createAPI(`/technicalSpecification/saveBMBom`,'post',data)
  18. export const searchBMBom= data => createAPI(`/technicalSpecification/searchBMBom`,'post',data)
  19. export const deleteBMBom= data => createAPI(`/technicalSpecification/deleteBMBom`,'post',data)