排产模块优化 / 排产单页面优化,排产模块优化 / 订单跟踪页面优化

This commit is contained in:
朱昊天
2026-07-09 17:13:46 +08:00
parent 2cd141262b
commit a0c7da8fe0
14 changed files with 723 additions and 139 deletions

View File

@@ -99,3 +99,11 @@ export function mergeScheduleItem(data) {
data
})
}
export function saveScheduleItemSort(data) {
return request({
url: '/flow/prodScheduleItem/sort',
method: 'post',
data
})
}