1、完善配载

2、调整客商
3、调整临时额度
4、新增表头拖拽排序
This commit is contained in:
2026-08-11 15:26:44 +08:00
parent 0a5b3b2cab
commit 9c37fa4c61
11 changed files with 759 additions and 231 deletions
+7
View File
@@ -89,3 +89,10 @@ export const batchComplete = ids =>
ids,
},
});
export const changeRoute = row =>
request({
url: `${baseUrl}/change-route`,
method: 'post',
data: row,
});