up
This commit is contained in:
@@ -32,13 +32,13 @@ function TRPNewFollow:initFiledsAttr()
|
||||
|
||||
attr = {}
|
||||
attr.attrName = "商机"
|
||||
attr.id = ""
|
||||
attr.id = "opportunity"
|
||||
attr.attrType = DBCust.FieldType.popuplist
|
||||
attr.ifMust = 1
|
||||
attr.ifMust = 0
|
||||
attr.donotJoinKey = true
|
||||
-- local popInfor = DBCust.getFilter4Popup(DBCust.FilterGroup.followUpTypeList)
|
||||
-- attr.popOptions = popInfor.options
|
||||
-- attr.popValues = popInfor.values
|
||||
local popInfor = DBCust.getFilter4Popup(DBCust.FilterGroup.opportunityList)
|
||||
attr.popOptions = popInfor.options
|
||||
attr.popValues = popInfor.values
|
||||
table.insert(self.baseFiledsAttr, attr)
|
||||
|
||||
attr = {}
|
||||
|
||||
Reference in New Issue
Block a user