This commit is contained in:
2026-04-24 09:26:31 +08:00
parent dee84fda01
commit 11466cb56e
4 changed files with 232 additions and 11 deletions
+5
View File
@@ -40,4 +40,9 @@ export const purchaseApi = {
deleteCommit(orderId, commitId) {
return api.post('/purchase/delete_commit', { orderId, commitId })
},
/** 搜索工单(用于采购订单关联) */
searchWorkOrders(search = '', limit = 5) {
return api.post('/purchase/search_work_orders', { search, limit })
},
}