This commit is contained in:
2020-07-26 11:12:32 +08:00
parent 67a1f974bf
commit 53e9c8d4ce
69 changed files with 15012 additions and 105 deletions

View File

@@ -360,6 +360,7 @@ function TRPCustDetail:showOrders()
else
showHotWheel()
-- //TODO:
MyUtl.toastW("TODO:取何取得单个客户的订单???")
NetProto.send.query_cust_calllog(self.mdata.phoneNo, nil, 1)
uiobjs.OrderRoot:setList({}, self:wrapFunc(self.initOrderCell))
end
@@ -425,6 +426,7 @@ end
---@param el CLUIElement
function TRPCustDetail:onClickMoreProc(el)
MyUtl.toastW("TODO:" .. el.jsonKey)
if el.jsonKey == "follows" then
-- 跟进记录
elseif el.jsonKey == "followTasks" then