生箔工序加字段
This commit is contained in:
@@ -35,11 +35,13 @@ export const queryRawFoilList = (pcode, cname, page, size) => request({
|
||||
}
|
||||
})
|
||||
// 1.2呼叫
|
||||
export const needEmptyAxis = (rjo, type) => request({
|
||||
export const needEmptyAxis = (rjo, type, temperature, hours) => request({
|
||||
url: 'api/pda/raw/needEmptyAxis',
|
||||
data: {
|
||||
raw_jo: rjo,
|
||||
big_type: type
|
||||
big_type: type,
|
||||
temperature: temperature,
|
||||
hours: hours
|
||||
}
|
||||
})
|
||||
// 1.3呼叫空轴
|
||||
|
||||
Reference in New Issue
Block a user