缓存线盘点

This commit is contained in:
2023-06-26 18:38:08 +08:00
parent 19aa9eb596
commit 9ff20598c0
3 changed files with 36 additions and 23 deletions

View File

@@ -79,9 +79,10 @@ export const inOutExceptionInstConfirm = (wcode, vcode, type) => request({
/** 缓存线盘点 */
// 1.1工序下拉框查询
export const workprocedureQuery = () => request({
url:'api/cacheLineHand/workprocedureQuery',
url:'api/cacheLineHand/getWorkprocedure',
data: {}
})
// 1.2缓存线盘点-缓存线物料信息盘点
export const getCacheLineMaterialInfo = (area, code) => request({
url:'api/cacheLineHand/getCacheLineMaterialInfo',