2 lines
1.3 KiB
JavaScript
2 lines
1.3 KiB
JavaScript
import{aq as e}from"./bootstrap-DmcuvVZS.js";function o(t){return e.get("/crm/customer/page",{params:t})}function n(t){return e.get(`/crm/customer/get?id=${t}`)}function s(t){return e.post("/crm/customer/create",t)}function c(t){return e.put("/crm/customer/update",t)}function m(t){return e.delete(`/crm/customer/delete?id=${t}`)}function a(t){return e.download("/crm/customer/export-excel",{params:t})}function i(){return e.download("/crm/customer/get-import-template")}function p(t){return e.upload("/crm/customer/import",t)}function l(){return e.get("/crm/customer/simple-list")}function d(t){return e.put("/crm/customer/transfer",t)}function f(t,r){return e.put("/crm/customer/lock",{id:t,lockStatus:r})}function C(t){return e.put("/crm/customer/receive",{ids:t.join(",")})}function g(t,r){return e.put("/crm/customer/distribute",{ids:t,ownerUserId:r})}function $(t){return e.put(`/crm/customer/put-pool?id=${t}`)}function w(t,r){return e.put(`/crm/customer/update-deal-status?id=${t}&dealStatus=${r}`)}function x(){return e.get("/crm/customer/put-pool-remind-count")}function P(){return e.get("/crm/customer/today-contact-count")}function b(){return e.get("/crm/customer/follow-count")}export{x as a,b,l as c,o as d,n as e,c as f,P as g,s as h,g as i,a as j,m as k,f as l,p as m,i as n,$ as p,C as r,d as t,w as u};
|