组队
This commit is contained in:
@@ -163,17 +163,18 @@ export const reqCuttingCheckByWeldJointId = (weldJointId)=>get(`/PreWeldCuttingC
|
||||
*/
|
||||
export const reqSaveCuttingCheck = (data)=> post(`/PreWeldCuttingCheck/SaveRecord`, data)
|
||||
|
||||
/**
|
||||
* 获取坡口类型列表
|
||||
* TODO: 确认接口地址
|
||||
*/
|
||||
export const reqGetGrooveTypeList = ()=>get(`BaseInfo/GetGrooveType`)
|
||||
|
||||
/**
|
||||
* 保存组对抽查记录
|
||||
*
|
||||
*/
|
||||
export const reqSaveFitupCheck = (data)=>post(`PreWeldInspection/SaveFitupCheck`, data)
|
||||
export const reqSaveFitupCheck = (data)=>post(`/PreWeldFitupCheck/SaveRecord`, data)
|
||||
|
||||
/**
|
||||
* 获取组对检查记录
|
||||
* @param {String} weldJointId
|
||||
*/
|
||||
export const reqFitupCheckByWeldJointId = (weldJointId)=>get(`/PreWeldFitupCheck/GetRecordsByWeldJointId?weldJointId=${weldJointId}`)
|
||||
|
||||
/**
|
||||
* 获取防腐等级
|
||||
|
||||
Reference in New Issue
Block a user