This commit is contained in:
2026-02-10 09:30:27 +08:00
parent a667d99734
commit 48d900355d

View File

@@ -1653,7 +1653,8 @@ function submitDispatch() {
//调用生成调度任务接口
const data = checkStockList.value.map((item) => ({
sourceName: item.pcode,
targetName: "V01-230101",
// targetName: "V01-230101",
targetName: "V01-010101",
taskTypeName: "下架",
taskType: 1,
mid: item.wlNo,