This commit is contained in:
2020-08-26 19:56:45 +08:00
parent 7ff6b2ec35
commit 3ece010fc1
208 changed files with 14753 additions and 637 deletions

View File

@@ -46,6 +46,8 @@ function TRPNewCust:setData(paras)
else
self.isNewCust = true
self.mdata = {}
self.mdata.phoneNo = paras and paras.phoneNo or "" -- 可能已经把手机号带过来了
self.mdata._phoneNo = self.mdata.phoneNo
self.mdata.dealFlag = "0"
self.mdata.custType = "0"
self.mdata.custFrom = "0"