add:排产相关功能。 rev:修改工单管理,销售订单管理,工厂日历功能;

add:排产相关功能。
rev:修改工单管理,销售订单管理,工厂日历功能;
This commit is contained in:
2023-07-05 16:00:55 +08:00
parent cc5d6be4da
commit e233f01bec
28 changed files with 1226 additions and 738 deletions

View File

@@ -24,4 +24,12 @@ export function edit(data) {
})
}
export default { add, edit, del }
export function excelImport(data) {
return request({
url: 'api/mpsSaleOrder/excelImport',
method: 'post',
data
})
}
export default { add, edit, del, excelImport }