分切呼叫送轴

This commit is contained in:
2025-04-10 14:28:53 +08:00
parent d5768b4432
commit 11aa350106
3 changed files with 28 additions and 4 deletions

View File

@@ -364,6 +364,10 @@ export const forcedFeedShaft = (area, dname, dcode, ulk, ulv, urk, urv, dlk, dlv
down_right_size_v: drv,
}
})
export const urgentPlan = (data) => request({
url:'api/pda/slitter/urgentPlan',
data: data
})
/**
* 空轴回库(一期分切管理)
*/