add 分切下轴

This commit is contained in:
2025-06-19 16:25:34 +08:00
parent 60843c6835
commit 04c9407e55
7 changed files with 194 additions and 0 deletions

View File

@@ -33,3 +33,13 @@ export const queryPaperMaterial = () => request({
url:'api/pda/paper/queryPaperMaterial',
data: {}
})
/**
* 分切下轴-确认下轴
*/
export const downShafts = (device, code) => request({
url:'api/pda/slitter/downShafts',
data: {
device_code: device,
container: code
}
})