Merge remote-tracking branch 'origin/0.8.X' into 0.8.X

This commit is contained in:
2026-05-19 15:34:25 +08:00
2 changed files with 63 additions and 3 deletions

View File

@@ -462,3 +462,14 @@ export function getDeliveryOrderInfo(coilId) {
timeout: 600000,
})
}
/**
* 解除钢卷的锁定状态
*/
export function excludeLock(coilId) {
return request({
url: `/wms/materialCoil/unlock/${coilId}`,
method: 'put',
timeout: 600000,
})
}