|
@@ -66,4 +66,36 @@ export const COMPLETE_THE_VISIT_PLAN = `/visitPlan/finishVisitPlan` // 完成访
|
|
|
export const SAVE_COMMONLY_USED_FORMS = `/userCommonModule/addOrUpdateCommonModules` // 保存常用表单
|
|
|
export const GET_MESSAGE_LIST = `/information/list` // 获取消息列表
|
|
|
export const READ_MESSAGE = `/information/check` // 已读消息`
|
|
|
-export const ONE_CLICK_READ = `/information/checkAll` // 一键已读`
|
|
|
+export const ONE_CLICK_READ = `/information/checkAll` // 一键已读`
|
|
|
+
|
|
|
+export const TOP_OF_BUSINESS_OPPORTUNITIES = `/business-opportunity/pinBusinessOpportunity` // 商机顶置
|
|
|
+export const CANCEL_THE_TOP_PLACEMENT_OF_BUSINESS_OPPORTUNITIES = `/business-opportunity/undoPin` // 取消顶置
|
|
|
+export const TOP_DATA_OF_BUSINESS_OPPORTUNITY_LIST = `/business-opportunity/listByPin` // 商机列表顶置数据
|
|
|
+
|
|
|
+export const CUSTOMER_TOP_MOUNTED = `/custom/pinCustom` // 客户顶置
|
|
|
+export const CUSTOMER_CANCELS_TOP_PLACEMENT = `/custom/undoPin` // 取消顶置
|
|
|
+export const TOP_DATA_OF_CUSTOMER_LIST = `/custom/listByPin` // 客户列表顶置数据
|
|
|
+
|
|
|
+export const CONTACT_TOP = `/contacts/pinContacts` // 联系人顶置
|
|
|
+export const CONTACT_PERSON_CANCELS_TOP_PLACEMENT = `/contacts/undoPin` // 取消顶置
|
|
|
+export const TOP_DATA_OF_CONTACT_LIST = `/contacts/pageContactsByPin` // 联系人列表顶置数据
|
|
|
+
|
|
|
+export const TOP_OF_CLUES = `/thread/pinThread` // 线索顶置
|
|
|
+export const CANCEL_THE_TOP_PLACEMENT_OF_CLUES = `/thread/undoPin` // 取消顶置
|
|
|
+export const TOP_DATA_OF_CLUE_LIST = `/thread/pageThreadByPin` // 线索列表顶置数据
|
|
|
+
|
|
|
+export const TASK_TOP = `/tasks/pinTasks` // 任务顶置
|
|
|
+export const TASK_CANCELLATION_TOP = `/tasks/undoPin` // 取消顶置
|
|
|
+export const TASK_LIST_TOP_DATA = `/tasks/pagetasksByPin` // 任务列表顶置数据
|
|
|
+
|
|
|
+export const TOP_MOUNTED_PRODUCT = `/product/pinProduct` // 产品顶置
|
|
|
+export const CANCEL_THE_TOP_PLACEMENT_OF_THE_PRODUCT = `/product/undoPin` // 取消顶置
|
|
|
+export const TOP_DATA_OF_PRODUCT_LIST = `/product/pageProductByPin` // 产品列表顶置数据
|
|
|
+
|
|
|
+export const TOP_OF_THE_CONTRACT = `/contract/pinContract` // 合同顶置
|
|
|
+export const CONTRACT_CANCELLATION_WITH_TOP_PLACEMENT = `/contract/undoPin` // 取消顶置
|
|
|
+export const TOP_DATA_OF_CONTRACT_LIST = `/contract/pageContractByPin` // 合同列表顶置数据
|
|
|
+
|
|
|
+export const SALES_ORDER_TOP_PLACEMENT = `/order/pinOrder` // 销售订单顶置
|
|
|
+export const CANCEL_THE_TOP_PLACEMENT_OF_THE_SALES_ORDER = `/order/undoPin` // 取消顶置
|
|
|
+export const TOP_DATA_OF_SALES_ORDER_LIST = `/order/pageOrderByPin` // 销售订单列表顶置数据
|