登录界面优化
This commit is contained in:
@@ -137,3 +137,27 @@ export const reqTestPackageNoList = (unitWorkId, isFinish, testPackageNo)=>get(`
|
||||
* @param {String} ptp_Id
|
||||
*/
|
||||
export const reqTestPackageDetail = (ptp_Id)=>get(`TestPackage/GetTestPackageDetail?ptp_Id=${ptp_Id}`)
|
||||
|
||||
|
||||
// =========================== 扫码 ========================================
|
||||
/**
|
||||
* 获取材料详情 (入库单管理)
|
||||
* @param {String} materialCode
|
||||
*/
|
||||
export const reqMaterialInfoByMaterialCode = (materialCode)=>get(`BaseInfo/GetMaterialInfoByMaterialCode?materialCode=${materialCode}`)
|
||||
/**
|
||||
* 获取焊前基础信息
|
||||
* @param {String} WeldJointId
|
||||
*/
|
||||
export const reqPreWeldJointByWeldJointId = (WeldJointId)=>get(`PreWeldInspection/getPreWeldJointByWeldJointId?WeldJointId=${WeldJointId}`)
|
||||
/**
|
||||
* 保存焊前基础信息(材料编码及炉批号校验、材料数量校验)
|
||||
* @param {Object} data
|
||||
*/
|
||||
export const reqSaveCuttingCheck = (data)=> post(`PreWeldInspection/SaveCuttingCheck`, data)
|
||||
|
||||
/**
|
||||
* 获取坡口类型列表
|
||||
* TODO: 确认接口地址
|
||||
*/
|
||||
export const reqGetGrooveTypeList = ()=>get(`BaseInfo/GetGrooveTypeList`)
|
||||
Reference in New Issue
Block a user