feat: 更新物料管理模块功能

1. 新增采购计划草稿存储功能
2. 优化出入库单和备件管理界面
3. 完善表单验证和交互逻辑
4. 调整表格列对齐方式
5. 移除冗余的审批备注字段
ps:出入口页面未完成
This commit is contained in:
re-JZzzz
2025-09-24 20:06:58 +08:00
parent bab5b8a856
commit d626d72d43
6 changed files with 1084 additions and 257 deletions

View File

@ -61,12 +61,12 @@ export function updatePaiban(data:any): AxiosPromise<any> {
/**
* 运维-人员排班-批量修改排班
*/
export function updateAllPaiban(): AxiosPromise<any> {
return request({
url: `/ops/personnel/scheduling/all`,
method: 'put',
});
}
// export function updateAllPaiban(): AxiosPromise<any> {
// return request({
// url: `/ops/personnel/scheduling/all`,
// method: 'put',
// });
// }
/**
* 运维-人员排班-删除排班