| 对比新文件 |
| | |
| | | // 宸ュ簭鎺掍骇椤甸潰鎺ュ彛 |
| | | import request from "@/utils/request"; |
| | | |
| | | // 鍒嗛〉鏌ヨ |
| | | export function listPageProcess(query) { |
| | | return request({ |
| | | url: "/salesLedger/scheduling/listPageProcess", |
| | | method: "get", |
| | | params: query, |
| | | }); |
| | | } |
| | | // 鍙栨秷鎺掍骇 |
| | | export function productionDispatchDelete(query) { |
| | | return request({ |
| | | url: "/salesLedger/scheduling/productionDispatchDelete", |
| | | method: "delete", |
| | | data: query, |
| | | }); |
| | | } |
| | | // 鍙栨秷鎺掍骇 |
| | | export function processScheduling(query) { |
| | | return request({ |
| | | url: "/salesLedger/scheduling/processScheduling", |
| | | method: "post", |
| | | data: query, |
| | | }); |
| | | } |