fix: 工作台 待办事项卡片

This commit is contained in:
lzh
2026-02-10 23:32:58 +08:00
parent 79d886f91b
commit 4c2874bfd0
2688 changed files with 4537 additions and 2272 deletions

View File

@@ -0,0 +1 @@
import{aq as r}from"./bootstrap-CzaEOGmt.js";function u(e){return r.get("/erp/purchase-order/page",{params:e})}function s(e){return r.get(`/erp/purchase-order/get?id=${e}`)}function p(e){return r.post("/erp/purchase-order/create",e)}function d(e){return r.put("/erp/purchase-order/update",e)}function c(e,t){return r.put("/erp/purchase-order/update-status",null,{params:{id:e,status:t}})}function n(e){return r.delete("/erp/purchase-order/delete",{params:{ids:e.join(",")}})}function o(e){return r.download("/erp/purchase-order/export-excel",{params:e})}export{s as a,d as b,p as c,n as d,o as e,u as g,c as u};