Commit 5738f147 authored by 张海景's avatar 张海景

update:修改刀模板入库

parent 373a2ee7
......@@ -26,6 +26,15 @@ export function addRecord(data) {
});
}
// 修改入库申请
export function updateRecordWarehouse(data) {
return request({
url: "/tm/tmToolMachinesRecord/warehouse ",
method: "post",
data: data,
});
}
// 修改刀模板上下机记录
export function updateRecord(data) {
return request({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment