This commit is contained in:
2020-07-20 22:20:21 +08:00
parent 3429ffd1b1
commit 7dc1332dba
39 changed files with 3116 additions and 759 deletions

View File

@@ -28,7 +28,8 @@ DBCust.FilterGroup = {
dealFlagList = "dealFlagList", -- list 客户状态
loginNoList = "loginNoList", -- list 归属工号
taskList = "taskList", -- list 任务名称
followUpTypeList = "followUpTypeList" -- 跟进类型
followUpTypeList = "followUpTypeList", -- 跟进类型
opportunityList = "opportunityList" -- 商机
}
DBCust.FieldType = {
@@ -39,7 +40,7 @@ DBCust.FieldType = {
dateTime = "时间文本框",
text = "普通文本框",
phone = "电话号码框",
empty ="empty"
empty = "empty"
}
---@class _FieldMode
_FieldMode = {
@@ -47,7 +48,7 @@ _FieldMode = {
showOnly = 1, -- 纯展示模式
modifyOnly = 2, -- 修改模式
showAndModify = 3, -- 展示械式同时也可以modify
button = 4, -- 类似按钮的功能
button = 4 -- 类似按钮的功能
}
DBCust.onGetFilter = function(data)