✨ feat: crm初步
This commit is contained in:
26
klp-ui/src/views/crm/js/actions.js
Normal file
26
klp-ui/src/views/crm/js/actions.js
Normal file
@@ -0,0 +1,26 @@
|
||||
// 需要被记录的操作
|
||||
const actions = {
|
||||
// 创建预订单
|
||||
createPreOrder: {
|
||||
type: 'createPreOrder',
|
||||
name: '创建预订单',
|
||||
description: '创建一个预订单',
|
||||
// 预订单的相关信息
|
||||
async handler(payload, ) {
|
||||
|
||||
}
|
||||
},
|
||||
// 修改预订单
|
||||
|
||||
// 预订单明细变更
|
||||
|
||||
// 预订单取消
|
||||
|
||||
// 预订单审批为正式订单
|
||||
|
||||
// 直接创建正式订单
|
||||
|
||||
// 正式订单修改
|
||||
|
||||
// 正式订单明细修改
|
||||
}
|
||||
Reference in New Issue
Block a user