add 子卷包装解绑 118

This commit is contained in:
2025-02-27 18:28:04 +08:00
parent 9a80f155d5
commit 433d92bf20
6 changed files with 93 additions and 2 deletions

View File

@@ -420,3 +420,12 @@ export const twoBoxOut = (data) => request({
data: data
}
})
/**
* 子卷包装解绑(二期打包间管理)
*/
export const toEndSub = (code) => request({
url:'api/twoPda/vehicle/toEndSub',
data: {
container_name: code
}
})