diff --git a/App.vue b/App.vue index 9bae712..238c1fa 100644 --- a/App.vue +++ b/App.vue @@ -86,7 +86,7 @@ } if (rescor.user.total == 0) { uni.showToast({ - title: '暂无绑定楼盘', + title: '暂无绑定项目', duration: 2000, icon: "none" }); @@ -107,7 +107,7 @@ // .then(data => { // if (data.user.total==0) { // uni.showToast({ - // title: '暂无绑定楼盘', + // title: '暂无绑定项目', // duration: 2000, // icon:"none" // }); diff --git a/pages.json b/pages.json index 5c6942e..c9d3e70 100644 --- a/pages.json +++ b/pages.json @@ -16,7 +16,7 @@ "style": { "navigationBarTitleText": "AI销管", "navigationBarBackgroundColor": "#2671E2", - "navigationBarTextStyle": "white", + "navigationBarTextStyle": "white", "enablePullDownRefresh": true } }, @@ -25,7 +25,7 @@ "style": { "navigationBarTitleText": "客户管理", "navigationBarBackgroundColor": "#FFFFFF", - "navigationBarTextStyle": "black", + "navigationBarTextStyle": "black", "enablePullDownRefresh": true } }, @@ -42,7 +42,7 @@ "style": { "navigationBarTitleText": "学习", "navigationBarBackgroundColor": "#2671E2", - "navigationBarTextStyle": "white", + "navigationBarTextStyle": "white", "enablePullDownRefresh": true } }, { @@ -236,16 +236,16 @@ } } - ,{ - "path" : "selectBuilding", + ,{ + "path" : "selectBuilding", "style" : { - "navigationBarTitleText": "切换楼盘", - "navigationBarBackgroundColor": "#2671E2", - "navigationBarTextStyle": "white" + "navigationBarTitleText": "切换项目", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } + } - - } ] }, { @@ -352,7 +352,7 @@ { "path": "Piabodata/selectGroup", "style": { - "navigationBarTitleText": "选择楼盘", + "navigationBarTitleText": "选择项目", "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } diff --git a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue index 2aab162..55ef8d3 100644 --- a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue +++ b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue @@ -213,7 +213,7 @@ {{userlistobj.agentName}} - 意向楼盘 + 意向项目 {{userlistobj.projectName}} diff --git a/pages/center/Piabodata/Customerportrait/Receivingrecords.vue b/pages/center/Piabodata/Customerportrait/Receivingrecords.vue index 227e09e..a9a2276 100644 --- a/pages/center/Piabodata/Customerportrait/Receivingrecords.vue +++ b/pages/center/Piabodata/Customerportrait/Receivingrecords.vue @@ -151,7 +151,7 @@ export default { starttime:'',//开始时间 endoftime:'',//结束时间 keywordsId:'',//选中语义词id - houseId:'',//楼盘id + houseId:'',//项目id semanticlist:[],//语义词集合 name:'', agentName:'', diff --git a/pages/center/Piabodata/Employeesstatistics.vue b/pages/center/Piabodata/Employeesstatistics.vue index c4d0cf9..47f981a 100644 --- a/pages/center/Piabodata/Employeesstatistics.vue +++ b/pages/center/Piabodata/Employeesstatistics.vue @@ -166,7 +166,7 @@ return { activeTotal: 4, totalTimeShow: false, - // 楼盘id + // 项目id houseId:'', lastEndDate:'', lastStartDate:'', @@ -197,7 +197,7 @@ }; }, onLoad() { - // 获取楼盘id + // 获取项目id this.houseId = uni.getStorageSync('buildingID').id; this.init() }, diff --git a/pages/center/Piabodata/Groupcontrast.vue b/pages/center/Piabodata/Groupcontrast.vue index 7e2c72c..4ae7064 100644 --- a/pages/center/Piabodata/Groupcontrast.vue +++ b/pages/center/Piabodata/Groupcontrast.vue @@ -22,7 +22,7 @@ 接待量(TOP10) - 楼盘:{{newTeam1||0}} + 项目:{{newTeam1||0}} 均值:{{newAvg1||0}} @@ -47,7 +47,7 @@ 接待时长(TOP10) - 楼盘:{{newTeam2||0}} + 项目:{{newTeam2||0}} 均值:{{newAvg2||0}} @@ -80,7 +80,7 @@ - 楼盘:{{newTeam3||0}} + 项目:{{newTeam3||0}} 均值:{{newAvg3||0}}% @@ -113,7 +113,7 @@ @@ -137,7 +137,7 @@ 销讲能力 @@ -148,7 +148,7 @@ @@ -194,7 +194,7 @@ 违禁能力(TOP10) - 楼盘 + 项目 @@ -215,7 +215,7 @@ --> - + @@ -231,7 +231,7 @@ activeTotal2: 0, bocindex:0, totalTimeShow: false, - // 楼盘id + // 项目id houseId:'', staffShow:false, staffList:[], diff --git a/pages/center/Piabodata/StaffAnalysis.vue b/pages/center/Piabodata/StaffAnalysis.vue index de87339..7745043 100644 --- a/pages/center/Piabodata/StaffAnalysis.vue +++ b/pages/center/Piabodata/StaffAnalysis.vue @@ -152,7 +152,7 @@ totalTimeShow: false, activeTotal:4, activeTotal2:1, - // 楼盘id + // 项目id houseId:'', staffList:[], staffList1:[], @@ -237,7 +237,7 @@ }, onLoad: function(options) { - // 获取楼盘id + // 获取项目id this.houseId = uni.getStorageSync('buildingID').id; // this.buildingname = uni.getStorageSync('buildingID').name; // 请求接口获取所有置业顾问员工的列表 diff --git a/pages/center/Piabodata/Theteamcompared.vue b/pages/center/Piabodata/Theteamcompared.vue index 26e51b3..bb46fe3 100644 --- a/pages/center/Piabodata/Theteamcompared.vue +++ b/pages/center/Piabodata/Theteamcompared.vue @@ -205,7 +205,7 @@ bocindex: 0, timepickpickisshow: false, totalTimeShow: false, - // 楼盘id + // 项目id houseId: '', staffList: [], staffList1: [], @@ -363,7 +363,7 @@ // 获取销奖能力 that.getPowerList() }) - // 获取楼盘id + // 获取项目id this.houseId = uni.getStorageSync('buildingID').id; // this.buildingname = uni.getStorageSync('buildingID').name; // 请求接口获取所有置业顾问员工的列表 diff --git a/pages/center/Piabodata/index.vue b/pages/center/Piabodata/index.vue index cfe2a7d..5bcf54f 100644 --- a/pages/center/Piabodata/index.vue +++ b/pages/center/Piabodata/index.vue @@ -345,7 +345,7 @@ this.permissions.commonly6 = newmenulist.yhhx; - // 获取楼盘id + // 获取项目id this.houseId = uni.getStorageSync('buildingID').id; // 获取数据看板 diff --git a/pages/center/Piabodata/selectGroup.vue b/pages/center/Piabodata/selectGroup.vue index 48d812a..d72ca91 100644 --- a/pages/center/Piabodata/selectGroup.vue +++ b/pages/center/Piabodata/selectGroup.vue @@ -38,7 +38,7 @@ } }, onLoad(e) { - // 获取楼盘id + // 获取项目id // console.log(e) this.ids=e.ids // this.houseId = uni.getStorageSync('buildingID').id; diff --git a/pages/center/Piabodata/selectTeam.vue b/pages/center/Piabodata/selectTeam.vue index 5029672..a827955 100644 --- a/pages/center/Piabodata/selectTeam.vue +++ b/pages/center/Piabodata/selectTeam.vue @@ -38,7 +38,7 @@ } }, onLoad(e) { - // 获取楼盘id + // 获取项目id // console.log(e) this.ids=e.ids this.houseId = uni.getStorageSync('buildingID').id; diff --git a/pages/index/index.vue b/pages/index/index.vue index 6a08b1d..28e8088 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -4,9 +4,9 @@ - 楼盘: + 项目: {{buildingname}} - 切换楼盘 + 切换项目 @@ -305,7 +305,7 @@ - + @@ -336,10 +336,10 @@ //--- end --- tabbar配置项 userInfo: {}, Showhiddenunits: false, - lpanlist: [], //楼盘列表 - buildingname: '', //楼盘名 - buildingID: '', //楼盘id - buildingishow: false, //是否选择楼盘 + lpanlist: [], //项目列表 + buildingname: '', //项目名 + buildingID: '', //项目id + buildingishow: false, //是否选择项目 // Myworkcard: false, percentage: '', //设备电量 Whetheroffline: false, //是否离线 @@ -745,14 +745,14 @@ } }) }, - //选择楼盘弹框 + //选择项目弹框 piskbuilding() { // this.Showhiddenunits = true; uni.navigateTo({ url:"../mine/selectBuilding" }) }, - // 楼盘选择确认 + // 项目选择确认 confirm(e) { this.buildingname = e[0].label; this.buildingID = e[0].value; @@ -760,8 +760,8 @@ id: e[0].value, name: e[0].label } - uni.setStorageSync("buildingID", lopan); //楼盘id写入缓存 - uni.setStorageSync("orgCode", e[0].orgCode); //楼盘id写入缓存 + uni.setStorageSync("buildingID", lopan); //项目id写入缓存 + uni.setStorageSync("orgCode", e[0].orgCode); //项目id写入缓存 this.initworkThisWeek() this.initrealTimeStatistics() this.waitForOperation() @@ -769,7 +769,7 @@ this.iniodianloang() }, - // 楼盘选择取消 + // 项目选择取消 cancel() { this.Showhiddenunits = false; }, diff --git a/pages/login/Verification.vue b/pages/login/Verification.vue index 11df5b2..de8ff7e 100644 --- a/pages/login/Verification.vue +++ b/pages/login/Verification.vue @@ -125,7 +125,7 @@ util.getRequestPromise(config.service.getUser, {}, false, "GET").then(data => { if (data.user.total==0) { uni.showToast({ - title: '暂无绑定楼盘', + title: '暂无绑定项目', duration: 2000, icon:"none" }); @@ -141,7 +141,7 @@ uni.setStorageSync("weapp_session_userInfo_data",users); //写入缓存 - uni.setStorageSync("buildingID", lopan); //楼盘id写入缓存 + uni.setStorageSync("buildingID", lopan); //项目id写入缓存 uni.switchTab({ url: '/pages/index/index' }); diff --git a/pages/login/index.vue b/pages/login/index.vue index d1b7c91..5e4feb6 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -159,7 +159,7 @@ util.getRequestPromise(config.service.getUser, {}, false, "GET").then(data => { if (data.user.total==0) { uni.showToast({ - title: '暂无绑定楼盘', + title: '暂无绑定项目', duration: 2000, icon:"none" }); @@ -175,7 +175,7 @@ uni.setStorageSync("weapp_session_userInfo_data",users); //写入缓存 - uni.setStorageSync("buildingID", lopan); //楼盘id写入缓存 + uni.setStorageSync("buildingID", lopan); //项目id写入缓存 uni.switchTab({ url: '/pages/index/index' }); diff --git a/pages/login/yinzhongmalogin.vue b/pages/login/yinzhongmalogin.vue index 8deb869..9745210 100644 --- a/pages/login/yinzhongmalogin.vue +++ b/pages/login/yinzhongmalogin.vue @@ -180,7 +180,7 @@ util.getRequestPromise(config.service.getUser, {}, false, "GET").then(data => { if (data.user.total==0) { uni.showToast({ - title: '暂无绑定楼盘', + title: '暂无绑定项目', duration: 2000, icon:"none" }); @@ -196,7 +196,7 @@ uni.setStorageSync("weapp_session_userInfo_data",users); //写入缓存 - uni.setStorageSync("buildingID", lopan); //楼盘id写入缓存 + uni.setStorageSync("buildingID", lopan); //项目id写入缓存 uni.switchTab({ url: '/pages/index/index' }); diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 6432af5..a475f5a 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -286,7 +286,7 @@ - 意向楼盘 + 意向项目 {{userlistobj.projectName}} - +