增加废包材位异常出库

This commit is contained in:
2024-05-15 16:05:37 +08:00
parent e589015f1f
commit 330ff9489c
4 changed files with 77 additions and 3 deletions

View File

@@ -77,3 +77,12 @@ export const zpjb = (stray, mtray) => request({
mother_tray: mtray
}
})
/**
* 异常出库
*/
// 废包材位异常出库
export const ycck = () => request({
url:'api/pda/ycck',
data: {}
})