This commit is contained in:
2026-02-04 15:17:05 +08:00
parent 015d7c4266
commit 8ceecde31a
309 changed files with 9102 additions and 83833 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2025-11-17 09:25:12
* @LastEditors: zwq
* @LastEditTime: 2026-01-14 14:26:15
* @LastEditTime: 2026-01-23 13:42:52
* @Description:
*/
import request from '@/utils/request'
@@ -39,6 +39,14 @@ export function updateLineEdgeLibrary(data) {
})
}
// 更新线边库实时pc --一键清空
export function AllQKLineEdgeLibrary(data) {
return request({
url: '/wms/line-edge-library/lane/cancel/pc',
method: 'put',
data: data
})
}
// 更新线边库实时pc --清空操作
export function QKLineEdgeLibrary(data) {
return request({