完善单元格合并逻辑

This commit is contained in:
2026-06-27 14:10:56 +08:00
parent 66d2b33db5
commit fa333ff557
4 changed files with 96 additions and 20 deletions

View File

@@ -124,6 +124,14 @@ export function listDeliveryPlans(query) {
})
}
// 刷新到货(拿已上传卷号去 WMS 实时复核,签收的自动翻为已到货)
export function refreshArrival(planId) {
return request({
url: `/erp/purchasePlan/${planId}/refreshArrival`,
method: 'put'
})
}
// 某计划的到货上传批次(每次上传一条)
export function listDeliveryBatches(planId) {
return request({