下料完成
This commit is contained in:
@@ -150,11 +150,18 @@ export const reqMaterialInfoByMaterialCode = (materialCode)=>get(`BaseInfo/GetMa
|
||||
* @param {String} WeldJointId
|
||||
*/
|
||||
export const reqPreWeldJointByWeldJointId = (WeldJointId)=>get(`PreWeldInspection/getPreWeldJointByWeldJointId?WeldJointId=${WeldJointId}`)
|
||||
|
||||
/**
|
||||
* 保存焊前基础信息(材料编码及炉批号校验、材料数量校验)
|
||||
* 获取下料检查记录
|
||||
* @param {String} weldJointId
|
||||
*/
|
||||
export const reqCuttingCheckByWeldJointId = (weldJointId)=>get(`/PreWeldCuttingCheck/GetRecordsByWeldJointId?weldJointId=${weldJointId}`)
|
||||
|
||||
/**
|
||||
* 保存下料检查记录
|
||||
* @param {Object} data
|
||||
*/
|
||||
export const reqSaveCuttingCheck = (data)=> post(`PreWeldInspection/SaveCuttingCheck`, data)
|
||||
export const reqSaveCuttingCheck = (data)=> post(`/PreWeldCuttingCheck/SaveRecord`, data)
|
||||
|
||||
/**
|
||||
* 获取坡口类型列表
|
||||
|
||||
Reference in New Issue
Block a user