Browse Source

12.11

master
zhangjy 4 years ago
parent
commit
6a96c2873e
  1. 2
      app.js
  2. 3
      app.json
  3. 26
      components/calendar/index.js
  4. 10
      components/detail-announcement/detail-announcement.js
  5. 68
      components/detail-announcement/detail-announcement.wxml
  6. 72
      components/detail-basis/detail-basis.js
  7. 30
      components/detail-basis/detail-basis.wxml
  8. 78
      components/detail-clinch/detail-clinch.wxml
  9. 3
      components/detail-present/detail-present.js
  10. 84
      components/detail-present/detail-present.wxml
  11. 43
      components/detail-senior/detail-senior.js
  12. 70
      components/detail-senior/detail-senior.wxml
  13. 8
      components/table/table.js
  14. 9
      components/table/table.wxml
  15. 89
      pages/calculation/calculation.js
  16. 32
      pages/calculation/calculation.wxml
  17. 30
      pages/calculation/calculation.wxss
  18. 69
      pages/calendar/calendar.js
  19. 13
      pages/calendar/calendar.wxml
  20. 6
      pages/calendar/calendar.wxss
  21. 149
      pages/look-detail/look-detail.js
  22. 18
      pages/look-detail/look-detail.wxml
  23. 130
      pages/look-list/look-list.js
  24. 52
      pages/look-list/look-list.wxml
  25. 17
      pages/look-list/look-list.wxss
  26. 41
      pages/message/message.js
  27. 16
      pages/message/message.wxml
  28. 33
      pages/message/message.wxss
  29. 87
      pages/suggestion/suggestion.js
  30. 3
      pages/suggestion/suggestion.json
  31. 15
      pages/suggestion/suggestion.wxml
  32. 12
      project.config.json
  33. 21
      utils/api.js

2
app.js

@ -36,7 +36,7 @@ App({
let params = {
state:'MINI',
code,
phone:'18280395620',
phone:'15198094357',
phoneCode:'',
nickName:'',
avatar:'',

3
app.json

@ -60,7 +60,8 @@
]
},
"usingComponents": {
"mp-navigation-bar": "weui-miniprogram/navigation-bar/navigation-bar"
"mp-navigation-bar": "weui-miniprogram/navigation-bar/navigation-bar",
"mp-uploader": "weui-miniprogram/uploader/uploader"
},
"style": "v2",
"sitemapLocation": "sitemap.json",

26
components/calendar/index.js

@ -44,17 +44,17 @@ Component({
lifetimes: {
attached: function () {
this.initComp()
this.backToday()
},
detached: function () {
initialTasks.flag = 'finished'
initialTasks.tasks.length = 0
}
},
},
methods: {
initComp() {
const calendarConfig = this.setDefaultDisableDate()
this.setConfig(calendarConfig)
this.setConfig(calendarConfig);
this.backToday()
},
setDefaultDisableDate() {
const calendarConfig = this.properties.calendarConfig || {}
@ -159,13 +159,19 @@ Component({
let timer = new Date()
let year = timer.getFullYear()
let month = timer.getMonth() + 1
let nowDate=timer.getDate()
month = month.length > 1 ? month : '0' + month
let date = `${year}-${month}`
wx.setStorageSync("date",{time:`${year}-${month}-${nowDate}`})
whenSingleSelect.call(this,parseInt(nowDate)-1)
if (date !== this.data.calendarDisplayTime) {
let res={detail:{value:date}}
this.bindDateChange(res)
this.setData({
calendarDisplayTime: date
})
}
this.triggerEvent('callSomeFun','')
},
/**
* 日期点击事件
@ -191,11 +197,19 @@ Component({
} else if (chooseAreaMode) {
whenChooseArea.call(this, idx)
} else {
let year;
let month;
let day;
parseInt(date.year)<10?year='0'+date.year:year=date.year;
parseInt(date.month)<10?month='0'+date.month:month=date.month;
parseInt(date.day)<10?day='0'+date.day:day=date.day;
wx.setStorageSync("date",{time:`${year}-${month}-${day}`})
whenSingleSelect.call(this, idx)
this.triggerEvent('callSomeFun','')
}
this.setData({
'calendar.noDefault': false
})
// this.setData({
// 'calendar.noDefault': false
// })
},
doubleClickToToday() {
if (this.config.multi || this.weekMode) return

10
components/detail-announcement/detail-announcement.js

@ -17,6 +17,16 @@ Component({
methods: {
setMark(e){
this.triggerEvent('setMark',e)
},
previewImage(e){
var current = e.target.dataset.src;
var imgList = []
// for (let i = 0; i < this.data.wawa.length; i++) {
// imgList.push(this.data.wawa[i].img_url);
// }
// wx.previewImage({
// urls: imgList//图片数组
// })
}
}
})

68
components/detail-announcement/detail-announcement.wxml

@ -2,62 +2,62 @@
<view class="list">
<view class="list-title">土地指标</view>
<view class="list-info">
<view class="list-info-item">占地面积:20344m(130亩)</view>
<view class="list-info-item">容积率:2.5</view>
<view class="list-info-item">计容面积:303956m</view>
<view class="list-info-item">绿地率:29%</view>
<view class="list-info-item">建筑限高:不大于30米</view>
<view class="list-info-item">建筑密度:28%</view>
<view class="list-info-item">起始总价:300000万元</view>
<view class="list-info-item">起始楼面价:4800元/m</view>
<view class="list-info-item">竟买保证金:30000万元</view>
<view class="list-info-item">公告日期:2021/03/01</view>
<view class="list-info-item">拍卖日期:2021/03/30</view>
<view class="list-info-item">占地面积:{{info.landTransferSquare}}m({{info.landTransferMu}}亩)</view>
<view class="list-info-item">容积率:{{info.plotRatio}}</view>
<view class="list-info-item">计容面积:{{info.totalConsArea}}m</view>
<view class="list-info-item">绿地率:{{info.greenSpaceRatio}}%</view>
<view class="list-info-item">建筑限高:不大于{{info.heighPermitted}}米</view>
<view class="list-info-item">建筑密度:{{info.buildingDensity}}%</view>
<view class="list-info-item">起始总价:{{info.transferPrice}}万元</view>
<view class="list-info-item">起始楼面价:{{info.startingFloorPrice}}元/m</view>
<view class="list-info-item">竟买保证金:{{info.bidMargin}}万元</view>
<view class="list-info-item">公告日期:{{info.annoDate}}</view>
<view class="list-info-item">拍卖日期:{{info.auctionDate}}</view>
</view>
</view>
<view class="list">
<view class="list-title">规划条件</view>
<view class="list-info">
<view class="list-info-item">商业面积:20344m</view>
<view class="list-info-item">商业占比:30%</view>
<view class="list-info-item">商务面积:303956m</view>
<view class="list-info-item">商务占比:29%</view>
<view class="list-info-item">配建-计容面积:不大于30米</view>
<view class="list-info-item">配建占比:28%</view>
<view class="list-info-item">配建-不计容面积:幼儿园2690m</view>
<view class="list-info-item">商业面积:{{info.bizSpace}}m</view>
<view class="list-info-item">商业占比:{{info.commercialSelfRatio}}%</view>
<view class="list-info-item">商务面积:{{info.commerceSpace}}m</view>
<view class="list-info-item">商务占比:{{info.bizCommerceRate}}%</view>
<view class="list-info-item">配建-计容面积:不大于{{info.allocationCapacity}}米</view>
<view class="list-info-item">配建占比:{{info.auctionDate}}%</view>
<view class="list-info-item">配建-不计容面积:缺少字段</view>
</view>
</view>
<view class="list">
<view class="list-title">建设条件</view>
<view class="list-info">
<view class="list-info-item">装配建筑:20344m</view>
<view class="list-info-item">绿色建筑:30%</view>
<view class="list-info-item">地质灾害:303956m</view>
<view class="list-info-item">人防还建:29%</view>
<view class="list-info-item">特殊条件:不大于30米</view>
<view class="list-info-item">其他条件:28%</view>
<view class="list-info-item">装配建筑:{{info.assemblyBuilding}}m</view>
<view class="list-info-item">绿色建筑:{{info.greenBuilding}}%</view>
<view class="list-info-item">地质灾害:{{info.geologicHazard}}m</view>
<view class="list-info-item">人防还建:{{info.civilAirDefence}}%</view>
<view class="list-info-item">特殊条件:{{info.specialPlan}}</view>
<view class="list-info-item">其他条件:{{info.otherConditions}}%</view>
</view>
</view>
<view class="list">
<view class="list-title">竞买须知</view>
<view class="list-info-once">
<view class="list-item-once">竞买条件:这是一段文字说明介绍</view>
<view class="list-item-once">竞买条件:{{info.biddingConditions}}</view>
<view class="list-item-once">
付款节奏:这是一段文字介绍这是一段文字介绍这是一段文字介绍这是一段文字介绍这是一段文字介绍这是一段文字介绍这是一段文字介绍这是一段文字介绍这是一段文字介绍这是一段文字介绍</view>
<view class="list-item-once">出让人:这是一段文字介绍</view>
付款节奏:{{info.paymentRhythm}}</view>
<view class="list-item-once">出让人:{{info.bargainor}}</view>
</view>
</view>
<view class="list">
<view class="list-title">挂牌资料</view>
<view class="list-info">
<view class="list-info-item">规划条件函:<text class="see">点击查看</text></view>
<view class="list-info-item">条件函附图:<text class="see">点击查看</text></view>
<view class="list-info-item">周报控规图:<text class="see">点击查看</text></view>
<view class="list-info-item">竞买须知:<text class="see">点击查看</text></view>
<view class="list-info-item">国土合同:无</view>
<view class="list-info-item">建设方案:</view>
<view class="list-info-item">航拍全景:<text class="see">点击查看</text></view>
<view class="list-info-item">规划条件函:<text class="see" bindtap='previewImage' data-url="{{myData.planningConditionsLetter}}">点击查看</text></view>
<view class="list-info-item">条件函附图:<text class="see" bindtap='previewImage' data-url="{{myData.planningConditionsLetter}}">无字段</text></view>
<view class="list-info-item">周报控规图:<text class="see" bindtap='previewImage' data-url="{{myData.planningConditionsLetter}}">无字段</text></view>
<view class="list-info-item">竞买须知:<text class="see" bindtap='previewImage' data-url="{{myData.biddingNotice}}">点击查看</text></view>
<view class="list-info-item">国土合同:<text class="see" bindtap='previewImage' data-url="{{myData.planningConditionsLetter}}">字段</text></view>
<view class="list-info-item">建设方案:<text class="see" bindtap='previewImage' data-url="{{myData.developmentScheme}}">点击查看</text></view>
<view class="list-info-item">航拍全景:<text class="see" bindtap='previewImage' data-url="{{myData.aerialPhoto}}">点击查看</text></view>
</view>
</view>

72
components/detail-basis/detail-basis.js

@ -1,4 +1,5 @@
// components/detail-basis/datail-basis.js
const $api = require('../../utils/api').API;
Component({
options: {
addGlobalClass: true
@ -7,37 +8,84 @@ Component({
* 组件的属性列表
*/
properties: {
info:{
type:Object,
value:{}
}
},
/**
* 组件的初始数据
*/
data: {
priceData:{
housingPrice:null,
commercePrice:null,
businessPrice:null,
parkingPrice:null,
parkingAllocation:null,
singleIndicator:null,
parkingSaleRate:null,
singlePrimeCost:null,
commerceRate:null,
businessRate:null,
manageFeeRate:null,
salesRate:null,
financialRate:null,
},
tabHDate: ['土地价格', '楼面价', '土地总价', '净利率', '溢价率'], // 标题内容
tabW: ['167', '114', '157', '134', '120'],
rowKey: ['Tprice', 'Lprice', 'AllPrice', 'Interest', 'PremiumRate'],
tabInput:[false,true,false,false,false],
rowData: [{
Tprice: '起拍价',
Lprice: '5800',
AllPrice: '51780',
Interest: '13.90%',
PremiumRate: '0.25%'
Lprice: '',
AllPrice: '',
Interest: '',
PremiumRate: ''
},
{
Tprice: '预测-成交价',
Lprice: '6800',
AllPrice: '62158',
Interest: '9.90%',
PremiumRate: '10.85%'
Tprice: '预测成交价',
Lprice: '',
AllPrice: '',
Interest: '',
PremiumRate: ''
},
],
parking_rate:'',
manage_fee_rate:'',
commerce_rate:'',
},
ready(){
if(this.data.info){
this.setData({
'rowData[0].Lprice':this.data.info.startingFloorPrice?this.data.info.startingFloorPrice:0,
})
}
//车位配比
$api.getDict('parking_rate').then(res=>{
this.setData({
parking_rate:res.data[0].value
})
})
//管理费率
$api.getDict('manage_fee_rate').then(res=>{
this.setData({
manage_fee_rate:res.data[0].value
})
})
},
/**
* 组件的方法列表
*/
methods: {
vmodel(e){
for(let key in this.data.priceData){
if(key==e.currentTarget.dataset.type){
this.data.priceData[key]=e.detail.value
}
}
console.log(this.data.priceData)
}
}
})

30
components/detail-basis/detail-basis.wxml

@ -4,22 +4,22 @@
<view class="table-form">
<view class="form-item">
<text class="form-lable">住宅定价:</text>
<input class="form-input input-back" type="number" />
<input class="form-input" bindinput="vmodel" placeholder="请输入" placeholder-style="font-size:17rpx" data-type='housingPrice' value="{{priceData.housingPrice}}" type="number" />
<text class="unit">元/m</text>
</view>
<view class="form-item">
<text class="form-lable">商业定价:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" placeholder="请输入" placeholder-style="font-size:17rpx" value="{{priceData.commercePrice}}" data-type='commercePrice' type="number" />
<text class="unit">元/m</text>
</view>
<view class="form-item">
<text class="form-lable">商务定价:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" placeholder="请输入" placeholder-style="font-size:17rpx" value="{{priceData.businessPrice}}" data-type='businessPrice' type="number" />
<text class="unit">元/m</text>
</view>
<view class="form-item">
<text class="form-lable">车位定价:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" placeholder="请输入" placeholder-style="font-size:17rpx" value="{{priceData.parkingPrice}}" data-type='parkingPrice' type="number" />
<text class="unit">元/m</text>
</view>
</view>
@ -29,23 +29,23 @@
<view class="table-title">指标定义</view>
<view class="table-form">
<view class="form-item">
<text class="form-lable">车配比:</text>
<input class="form-input input-back" type="number" />
<text class="form-lable">车配比:</text>
<input class="form-input input-back" disabled="true" value="{{parking_rate}}" type="number" />
<text class="unit">个/100m</text>
</view>
<view class="form-item">
<text class="form-lable">单车指标:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" value="{{priceData.singleIndicator}}" placeholder="请输入" placeholder-style="font-size:17rpx" data-type='singleIndicator' type="number" />
<text class="unit">个/m</text>
</view>
<view class="form-item">
<text class="form-lable">车位可售:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" value="{{priceData.parkingSaleRate}}" placeholder="请输入" placeholder-style="font-size:17rpx" data-type='parkingSaleRate' type="number" />
<text class="unit">%</text>
</view>
<view class="form-item">
<text class="form-lable">单方成本:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" value="{{priceData.singlePrimeCost}}" placeholder="请输入" placeholder-style="font-size:17rpx" data-type='singlePrimeCost' type="number" />
<text class="unit">元/m</text>
</view>
</view>
@ -56,12 +56,12 @@
<view class="table-form">
<view class="form-item">
<text class="form-lable">商业配比:</text>
<input class="form-input input-back" type="number" />
<input class="form-input input-back" disabled="true" value="{{commerce_rate}}" type="number" />
<text class="unit">%</text>
</view>
<view class="form-item col-do">
<text class="form-lable">商务配比:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" value="{{priceData.businessRate}}" placeholder="请输入" placeholder-style="font-size:17rpx" data-type='businessRate' type="number" />
<text class="unit">%</text>
</view>
</view>
@ -72,17 +72,17 @@
<view class="table-form">
<view class="form-item">
<text class="form-lable">管理费率:</text>
<input class="form-input input-back" type="number" />
<input class="form-input input-back" disabled="true" value="{{manage_fee_rate}}" type="number" />
<text class="unit">%</text>
</view>
<view class="form-item col-do">
<text class="form-lable">销售费率:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" value="{{priceData.salesRate}}" placeholder="请输入" placeholder-style="font-size:17rpx" data-type='salesRate' type="number" />
<text class="unit">%</text>
</view>
<view class="form-item">
<text class="form-lable">财务费率:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" value="{{priceData.financialRate}}" placeholder="请输入" placeholder-style="font-size:17rpx" data-type='financialRate' type="number" />
<text class="unit">%</text>
</view>
</view>
@ -91,6 +91,6 @@
<view class="table-box">
<view class="table-title">测算指标</view>
<view class="table-column">
<table tabHDate="{{tabHDate}}" tabW="{{tabW}}" rowData="{{rowData}}" rowKey="{{rowKey}}" />
<table tabHDate="{{tabHDate}}" tabInput="{{tabInput}}" tabW="{{tabW}}" rowData="{{rowData}}" rowKey="{{rowKey}}" />
</view>
</view>

78
components/detail-clinch/detail-clinch.wxml

@ -2,12 +2,84 @@
<view class="table-box">
<view class="table-title">基本信息</view>
<view class="table">
<view class="table-item" wx:for="{{info.list}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<view class="table-item">
<view class="table-lable">
{{item.lable}}
是否成交
</view>
<view class="table-info">
{{item.info}}
{{info.deal?info.deal:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
出让方式
</view>
<view class="table-info">
{{info.transferMode?info.transferMode:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
受让单位
</view>
<view class="table-info">
{{info.assignee?info.assignee:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
企业简称
</view>
<view class="table-info">
{{info.landEnterpriseShort?info.landEnterpriseShort:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
成交总价
</view>
<view class="table-info">
{{info.dealPrice?info.dealPrice:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
无偿移交
</view>
<view class="table-info">
{{info.percentUnpaid?info.percentUnpaid:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
自持
</view>
<view class="table-info">
{{info.commercialSelfRatio?info.commercialSelfRatio:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
成交楼面价
</view>
<view class="table-info">
{{info.startingFloorPrice?info.startingFloorPrice:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
溢价率
</view>
<view class="table-info">
{{info.premiumRate?info.premiumRate:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
参拍企业
</view>
<view class="table-info">
{{info.participatingEnterprises?info.participatingEnterprises:'暂无数据'}}
</view>
</view>
</view>

3
components/detail-present/detail-present.js

@ -10,6 +10,9 @@ Component({
info: {
type: Object
},
presentInfo:{
type: Object
}
},
/**

84
components/detail-present/detail-present.wxml

@ -2,12 +2,44 @@
<view class="table-box">
<view class="table-title">项目详情</view>
<view class="table">
<view class="table-item" wx:for="{{info.detail}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<view class="table-item">
<view class="table-lable">
{{item.lable}}
项目状态
</view>
<view class="table-info">
{{item.info}}
{{info.projectStatus?info.projectStatus:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
楼盘名称
</view>
<view class="table-info">
{{info.buildingName?info.buildingName:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
项目公司
</view>
<view class="table-info">
{{info.projectCompany?info.projectCompany:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
经营企业
</view>
<view class="table-info">
{{info.conductEnterprise?info.conductEnterprise:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
首开时间
</view>
<view class="table-info">
{{info.firstOpenTime?info.firstOpenTime:'暂无数据'}}
</view>
</view>
</view>
@ -16,12 +48,44 @@
<view class="table-box">
<view class="table-title">销售情况</view>
<view class="table">
<view class="table-item" wx:for="{{info.list}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<view class="table-item">
<view class="table-lable">
合计预售
</view>
<view class="table-info">
{{presentInfo.list.preSaleTotal?presentInfo.list.preSaleTotal:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
去化
</view>
<view class="table-info">
{{presentInfo.list.destroyTotal?presentInfo.list.destroyTotal:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
去化率
</view>
<view class="table-info">
{{presentInfo.list.destroyTotalRate?presentInfo.list.destroyTotalRate:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
预售住宅均价
</view>
<view class="table-info">
{{presentInfo.list.preSaleHousePrice?presentInfo.list.preSaleHousePrice:'暂无数据'}}
</view>
</view>
<view class="table-item">
<view class="table-lable">
{{item.lable}}
预售商业均价
</view>
<view class="table-info">
{{item.info}}
{{presentInfo.list.preSaleBusinessPrice?presentInfo.list.preSaleBusinessPrice:'暂无数据'}}
</view>
</view>
</view>
@ -32,10 +96,10 @@
<view class="column-head">预售/去化/去化率</view>
<view class="column-head">取证时间</view>
</view>
<view class="column-item" wx:for="{{info.more}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<view class="column-info">{{item.msg}}</view>
<view class="column-info">{{item.booking}}</view>
<view class="column-info">{{item.timer}}</view>
<view class="column-item" wx:for="{{presentInfo.more}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<view class="column-info">{{item.preSaleLicenseNo}}</view>
<view class="column-info">{{item.preSaleTotal}}/{{item.destroyTotal}}/{{item.destroyTotalRate}}%</view>
<view class="column-info">{{item.evidenceDate}}</view>
</view>
</view>
</view>

43
components/detail-senior/detail-senior.js

@ -14,6 +14,40 @@ Component({
* 组件的初始数据
*/
data: {
priceData:{
housingPrice:null,
commercePrice:null,
businessPrice:null,
parkingPrice:null,
parkingAllocation:null,
singleIndicator:null,
parkingSaleRate:null,
singlePrimeCost:null,
commerceRate:null,
businessRate:null,
manageFeeRate:null,
salesRate:null,
financialRate:null,
financingRate:null,
loansRate:null,
financingInterest:null,
loansInterest:null,
financingPeriod:null,
loansPeriod:null,
freeHousingRate:null,
freeCommerceRate:null,
freeBusinessRate:null,
selfHousingRate:null,
selfHousingPrice:null,
selfCommerceRate:null,
selfCommercePrice:null,
selfBusinessRate:null,
selfBusinessPrice:null,
selfBusinessAmount:null,
selfCommerceAmount:null,
selfHousingAmount:null,
},
tabHDate: ['土地价格', '楼面价', '土地总价', '净利率', '溢价率'], // 标题内容
tabW: ['167', '114', '157', '134', '120'],
rowKey: ['Tprice', 'Lprice', 'AllPrice', 'Interest', 'PremiumRate'],
@ -38,6 +72,13 @@ Component({
* 组件的方法列表
*/
methods: {
vmodel(e){
for(let key in this.data.priceData){
if(key==e.currentTarget.dataset.type){
this.data.priceData[key]=e.detail.value
}
}
console.log(this.data.priceData)
}
}
})

70
components/detail-senior/detail-senior.wxml

@ -4,22 +4,22 @@
<view class="table-form">
<view class="form-item">
<text class="form-lable">住宅定价:</text>
<input class="form-input input-back" type="number" />
<input class="form-input input-back" bindinput="vmodel" data-type='housingPrice' type="number" />
<text class="unit">元/m</text>
</view>
<view class="form-item">
<text class="form-lable">商业定价:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='commercePrice' type="number" />
<text class="unit">元/m</text>
</view>
<view class="form-item">
<text class="form-lable">商务定价:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='businessPrice' type="number" />
<text class="unit">元/m</text>
</view>
<view class="form-item">
<text class="form-lable">车位定价:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='parkingPrice' type="number" />
<text class="unit">元/m</text>
</view>
</view>
@ -29,33 +29,33 @@
<view class="table-title">指标定义</view>
<view class="table-form">
<view class="form-item">
<text class="form-lable">车配比:</text>
<input class="form-input input-back" type="number" />
<text class="form-lable">车配比:</text>
<input class="form-input input-back" bindinput="vmodel" data-type='parkingAllocation' type="number" />
<text class="unit">个/100m</text>
</view>
<view class="form-item">
<text class="form-lable">单车指标:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='singleIndicator' type="number" />
<text class="unit">个/m</text>
</view>
<view class="form-item">
<text class="form-lable">车位可售:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='parkingSaleRate' type="number" />
<text class="unit">%</text>
</view>
<view class="form-item">
<text class="form-lable">单方成本:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='singlePrimeCost' type="number" />
<text class="unit">元/m</text>
</view>
<view class="form-item">
<text class="form-lable">商业配比:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='commerceRate' type="number" />
<text class="unit">%</text>
</view>
<view class="form-item col-do">
<text class="form-lable">商务配比:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='businessRate' type="number" />
<text class="unit">%</text>
</view>
</view>
@ -66,17 +66,17 @@
<view class="table-form">
<view class="form-item">
<text class="form-lable">管理费率:</text>
<input class="form-input input-back" type="number" />
<input class="form-input input-back" bindinput="vmodel" data-type='manageFeeRate' type="number" />
<text class="unit">%</text>
</view>
<view class="form-item col-do">
<text class="form-lable">销售费率:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='salesRate' type="number" />
<text class="unit">%</text>
</view>
<view class="form-item">
<text class="form-lable">财务费率:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='financialRate' type="number" />
<text class="unit">%</text>
</view>
</view>
@ -87,32 +87,32 @@
<view class="table-form">
<view class="form-item">
<text class="form-lable">前融比例:</text>
<input class="form-input input-back" type="number" />
<input class="form-input input-back" bindinput="vmodel" data-type='financingRate' type="number" />
<text class="unit">%</text>
</view>
<view class="form-item">
<text class="form-lable">开发贷比例:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='loansRate' type="number" />
<text class="unit">个/m</text>
</view>
<view class="form-item">
<text class="form-lable">前融利率:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='financingInterest' type="number" />
<text class="unit">%</text>
</view>
<view class="form-item col-do">
<text class="form-lable">开发贷利率:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='loansInterest' type="number" />
<text class="unit">%</text>
</view>
<view class="form-item">
<text class="form-lable">前融周期:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='financingPeriod' type="number" />
<text class="unit">年</text>
</view>
<view class="form-item col-do">
<text class="form-lable">开发贷周期:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='loansPeriod' type="number" />
<text class="unit">年</text>
</view>
</view>
@ -124,17 +124,17 @@
<view class="table-form">
<view class="form-item-row">
<text class="form-lable">住宅计容占比:</text>
<input class="form-input input-back" type="number" />
<input class="form-input input-back" bindinput="vmodel" data-type='freeHousingRate' type="number" />
<text class="unit">%</text>
</view>
<view class="form-item-row">
<text class="form-lable">商业计容占比:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='freeCommerceRate' type="number" />
<text class="unit">%</text>
</view>
<view class="form-item-row">
<text class="form-lable">商务计容占比:</text>
<input class="form-input" type="number" />
<input class="form-input" bindinput="vmodel" data-type='freeBusinessRate' type="number" />
<text class="unit">%</text>
</view>
</view>
@ -145,29 +145,29 @@
<view class="table-form">
<view class="form-item-row">
<text class="form-lable">住宅计容占比:</text>
<input class="form-input-mini" type="number" />
<input class="form-input-mini" bindinput="vmodel" data-type='selfHousingRate' type="number" />
<text class="unit">%,</text>
<input class="form-input-mini" type="number" />
<text class="unit">可售可售价格</text>
<input class="form-input" type="number" />
<input class="form-input-mini" bindinput="vmodel" data-type='selfHousingAmount' type="number" />
<text class="unit">可售,可售价格</text>
<input class="form-input" bindinput="vmodel" data-type='selfHousingPrice' type="number" />
<text class="unit">元/㎡</text>
</view>
<view class="form-item-row">
<text class="form-lable">商业计容占比:</text>
<input class="form-input-mini" type="number" />
<input class="form-input-mini" bindinput="vmodel" data-type='selfCommerceRate' type="number" />
<text class="unit">%,</text>
<input class="form-input-mini" type="number" />
<text class="unit">可售可售价格</text>
<input class="form-input" type="number" />
<input class="form-input-mini" bindinput="vmodel" data-type='selfCommerceAmount' type="number" />
<text class="unit">可售,可售价格</text>
<input class="form-input" bindinput="vmodel" data-type='selfCommercePrice' type="number" />
<text class="unit">元/㎡</text>
</view>
<view class="form-item-row">
<text class="form-lable">商务计容占比:</text>
<input class="form-input-mini" type="number" />
<input class="form-input-mini" bindinput="vmodel" data-type='selfBusinessRate' type="number" />
<text class="unit">%, </text>
<input class="form-input-mini" type="number" />
<text class="unit">可售可售价格 </text>
<input class="form-input" type="number" />
<input class="form-input-mini" bindinput="vmodel" data-type='selfBusinessAmount' type="number" />
<text class="unit">可售,可售价格 </text>
<input class="form-input" bindinput="vmodel" data-type='selfBusinessPrice' type="number" />
<text class="unit">元/㎡</text>
</view>
</view>

8
components/table/table.js

@ -21,6 +21,10 @@ Component({
rowKey: { // row属性
type: Array,
value: []
},
tabInput:{
type:Array,
value:[]
}
},
@ -35,6 +39,8 @@ Component({
* 组件的方法列表
*/
methods: {
vmodel(e){
console.log(e.detail.value)
}
}
})

9
components/table/table.wxml

@ -6,12 +6,15 @@
</view>
</view>
<view>
<view class="tab-row" wx:for="{{rowData}}" wx:key="index">
<view class="tab-row" wx:for="{{rowData}}" wx:key="index" wx:for-index="idxF">
<view class="tab-row-td" wx:for="{{rowKey}}" wx:key="idx" wx:for-index="idx" wx:for-item="row"
style="width:{{tabW[idx]}}rpx;">
<view>{{item[row]}}</view>
<view wx:if="{{!tabInput[idx]||idxF!=1}}">{{item[row]}}</view>
<view wx:if="{{tabInput[idx]&&idxF===1}}">
<input class="form-input" bindinput="vmodel" placeholder="请输入" placeholder-style="font-size:17rpx" data-type='housingPrice' value="{{item[row]}}" type="number" />
</view>
</view>
</view>
<view wx:if="{{rowData.length===0}}" class="no-text">暂无内容</view>
</view>
</view>

89
pages/calculation/calculation.js

@ -1,8 +1,20 @@
const moment = require('../../utils/moment.min');
const $api = require('../../utils/api').API;
const app = getApp();
Page({
data: {
active: '',
region: ["500000", "500100"],
cityName: '重庆',
inputShow:false,
nowTime:new Date(),
page:{
size:7,
current:1,
queryDate:moment(new Date()).format('YYYY-MM-DD'),
landListedId:''
},
tabs: [{
id: 1,
name: '测算日期'
@ -27,16 +39,33 @@ Page({
})
}
},
bindAddressChange(res) {
let cityName = res.detail.value[1]
if (cityName) {
this.setData({
cityName
})
};
},
bindTimeChange(res){
let queryDate = res.detail.value
let t="page.queryDate"
if (queryDate) {
this.setData({
[t]:queryDate
})
this.refresh()
};
},
comeHistory() {
wx.navigateTo({
url: '../../pages/calculation-detail/calculation-detail',
})
},
comeDetail(){
comeDetail(e){
wx.navigateTo({
url: '/pages/look-detail/look-detail?active=4',
url: '/pages/look-detail/look-detail?active=4&id='+e.currentTarget.dataset.id,
})
},
@ -60,25 +89,43 @@ Page({
},
getList(){
let list = this.data.list.concat(this.data.list);
this.setData({list})
// let list = this.data.list.concat(this.data.list);
let t="page.current"
let p=this.data.page.current+1
this.setData({[t]:p})
$api.getCalulaList(this.data.page).then(res=>{
let list = this.data.list.concat(res.data.records)
this.setData({list})
})
},
refresh(){
let list = [
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'},
{title:'重庆-九龙坡区-杨家坪-CQ202168458677901',timer:'2021/01/01',num:'29%'}
]
setTimeout(()=>{this.setData({list,refresher:false})},200)
$api.getCalulaList(this.data.page).then(res=>{
let t="page.current"
this.setData({
list:[],
[t]:1,
})
this.setData({
list:res.data.records,
refresher:false}
)
})
},
vmodel(e){
let t="page.landListedId"
this.setData({
[t]:e.detail.value
})
},
showInput(){
if(this.data.inputShow==true){return false}
this.setData({
inputShow:true
})
},
hideInput(){
this.setData({
inputShow:false
})
}
});

32
pages/calculation/calculation.wxml

@ -2,8 +2,9 @@
<mp-navigation-bar ext-class="set-bar" title="测算" back="{{false}}"></mp-navigation-bar>
<view class="top">
<view class="search center">
<image src="../../assets/images/search-mini.png"></image>
<view class="search center" bindtap="showInput">
<image wx:if="{{!inputShow}}" src="../../assets/images/search-mini.png"></image>
<input value="{{page.landListedId}}" bindconfirm="refresh" wx:if="{{inputShow}}" focus="true" bindblur="hideInput" class="form-input" bindinput="vmodel" type="text" />
</view>
<view class="top-box center" bindtap="comeHistory">
<image class="top-icon" src="../../assets/images/jiankong.png"></image>
@ -13,11 +14,23 @@
<view class="tab-box">
<view class="table">
<view class="table-item center {{active===item.id?'table-active':''}}" wx:for="{{tabs}}" wx:key="id"
<view class="address">
<picker mode="region" value="{{region}}" bindchange="bindAddressChange">
<text>{{cityName}}</text>
</picker>
<image class="tag" src="../../assets/images/arrow-down.png"></image>
</view>
<view class="address" style="padding-left:30rpx">
<picker mode="date" value="{{nowTime}}" bindchange="bindTimeChange">
<text>{{page.queryDate}}</text>
</picker>
<image class="tag" src="../../assets/images/arrow-down.png"></image>
</view>
<!-- <view class="table-item center {{active===item.id?'table-active':''}}" wx:for="{{tabs}}" wx:key="id"
wx:for-item="item" data-id="{{item.id}}" bindtap="tabDowm">
<text class="table-name">{{item.name}}</text>
<image class="table-icon" src="../../assets/images/tab-icon.png"></image>
</view>
</view> -->
</view>
<view class="top-box center">
<image class="top-icon" src="../../assets/images/dcs.png"></image>
@ -28,15 +41,18 @@
<view class="mark" wx:if="{{active}}" bindtap="hideMark"></view>
<scroll-view class="list" scroll-y="{{setScroll}}" refresher-enabled refresher-triggered="{{refresher}}"
bindscrolltolower="getList" bindrefresherrefresh="refresh">
<view class="list-item" wx:for="{{list}}" wx:for-index="i" wx:for-item="item" bindtap="comeDetail">
<view class="list-item" wx:for="{{list}}" wx:for-index="i" wx:for-item="item" bindtap="comeDetail" data-id="{{item.landListedId}}">
<view class="item-box">
<view class="title one-title">{{item.title}}</view>
<view class="title one-title">{{item.landListedId}}</view>
<view class="info">
<text class="timer">测算日期:{{item.timer}}</text>
<text class="num">净利率:{{item.num}}</text>
<text class="timer">测算日期:{{item.createDate}}</text>
<text class="num">净利率:{{item.netProfitRatio?item.netProfitRatio:''}}</text>
</view>
</view>
</view>
<view class="noText" wx:if="{{list.length<=0}}">
暂无数据
</view>
</scroll-view>
</view>
</view>

30
pages/calculation/calculation.wxss

@ -26,7 +26,7 @@
}
.search {
width: 111rpx;
width: 110rpx;
height: 63rpx;
background: #f1f1f1;
border: 1rpx solid #f0f0f0;
@ -123,4 +123,32 @@
.num {
margin-left: 56rpx;
}
.address {
display: flex;
align-items: center;
font-size: 30rpx;
color: #222222;
line-height: 34rpx;
}
.address .tag {
width: 24rpx;
height: 24rpx;
margin-left: 12rpx;
}
.form-input {
width: 500rpx;
min-height: 63rpx;
height: 63rpx;
background: #FFFFFF;
border: 1px solid #838B99;
border-radius: 10rpx;
text-align: left;
padding-left: 5px;
font-size: 30rpx;
}
.noText{
text-align: center;
padding-top: 50rpx;
}

69
pages/calendar/calendar.js

@ -1,5 +1,6 @@
// pages/calendar/calendar.js
const moment = require('../../utils/moment.min');
const $api = require('../../utils/api').API;
moment.locale('en', {
longDateFormat: {
l: "YYYY-MM-DD",
@ -36,34 +37,7 @@ Page({
calendarSelectedDateStr: '',
region: ["500000", "500100"],
cityName: '重庆',
info: [{
id: 1,
name: 'CQ210001-沙坪坝区大石坝85亩沙坪坝区大石坝85亩沙坪坝区大石坝85亩沙坪坝区大石坝85亩沙坪坝区大石坝85亩'
}, {
id: 1,
name: 'CQ210001-沙坪坝区大石坝85亩'
}, {
id: 1,
name: 'CQ210001-沙坪坝区大石坝85亩'
}, {
id: 1,
name: 'CQ210001-沙坪坝区大石坝85亩'
}, {
id: 1,
name: 'CQ210001-沙坪坝区大石坝85亩'
}, {
id: 1,
name: 'CQ210001-沙坪坝区大石坝85亩'
}, {
id: 1,
name: 'CQ210001-沙坪坝区大石坝85亩'
}, {
id: 1,
name: 'CQ210001-沙坪坝区大石坝85亩'
}, {
id: 1,
name: 'CQ210001-沙坪坝区大石坝85亩'
}]
info: []
},
bindDateChange(res) {
@ -79,6 +53,7 @@ Page({
active
})
}
this.onShow()
},
backToday() {
let timer = new Date()
@ -99,12 +74,13 @@ Page({
this.setData({
cityName
})
}
};
this.onShow()
},
// 跳转
navigate(){
navigate(e){
wx.navigateTo({
url: '/pages/look-detail/look-detail',
url: '/pages/look-detail/look-detail?id='+e.currentTarget.dataset.id,
})
},
@ -113,16 +89,39 @@ Page({
*/
onLoad: function (options) {
this.backToday()
let timer = moment().format('L')
this.setData({
timer
})
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
let demo =wx.getStorageSync("date");
let timer=''
if(demo){
timer=demo.time
this.setData({
timer
})
}else{
timer = moment().format('YYYY-MM-DD')
this.setData({
timer
})
}
if(this.data.active===1){
$api.getLandlistedList({annoDate:timer,city:this.data.cityName}).then(res=>{
this.setData({
info: res.data.records
})
})
}else{
$api.getLandlistedList2({auctionDate:timer,city:this.data.cityName}).then(res=>{
this.setData({
info: res.data.records
})
})
}
if (typeof this.getTabBar === 'function' &&
this.getTabBar()) {
this.getTabBar().setData({

13
pages/calendar/calendar.wxml

@ -26,7 +26,7 @@
<view class="cal-box">
<image class="cal-back" src="../../assets/images/cal-back.png"></image>
<view class="calendar-box">
<calendar />
<calendar bind:callSomeFun="onShow"></calendar>
<!-- <ui-calendar ex-class="calendar-cm-month" bindonDayTap="onCalendarDayTap"
displayTime="{{calendarDisplayTime}}" selectedDate="{{calendarSelectedDate}}"
displayMonthNum="{{calendarDisplayMonthNum}}" is-show="{{isCalendarShow}}"></ui-calendar> -->
@ -41,10 +41,15 @@
</view>
</view>
<!-- 展示部分 -->
<view class="list">
<view class="list" wx:if="{{info.length>0}}">
<view class="item one-title" wx:key="id" wx:for="{{info}}" wx:for-index="id" wx:for-item="item"
bindtap="navigate">
{{item.name}}
bindtap="navigate" data-id="{{item.landListedId}}">
{{item.landListedId}}
</view>
</view>
<view class="list" wx:if="{{info.length<=0}}">
<view class="item one-title noText">
暂无数据
</view>
</view>
</view>

6
pages/calendar/calendar.wxss

@ -95,7 +95,11 @@
background-color: #ffffff;
margin-top: 20rpx;
}
.noText{
text-align: center;
font-weight: normal!important;
font-size: 24rpx!important;
}
.list .item {
line-height: 110rpx;
border-bottom: 2rpx solid #e3e3e3;

149
pages/look-detail/look-detail.js

@ -1,4 +1,5 @@
// pages/look-detail/look-detail.js
const $api = require('../../utils/api').API;
Page({
/**
@ -6,6 +7,8 @@ Page({
*/
data: {
state: true,
landListedId:'',
myData:{},
tabList: [{
id: 1,
name: '公告信息'
@ -26,94 +29,10 @@ Page({
active: 1,
markShow: false,
annoutInfo: {},
clinchInfo: {
list: [{
lable: '是否成交',
info: '是'
},
{
lable: '出让方式',
info: '挂牌'
},
{
lable: '受让单位',
info: '重庆市文杰房地产开发有限公司'
},
{
lable: '企业简称',
info: '重庆文杰'
},
{
lable: '成交总价',
info: '2100000万元'
},
{
lable: '无偿移交',
info: '0%'
},
{
lable: '自持',
info: '0%'
},
{
lable: '成交楼面价',
info: '4800元/m'
},
{
lable: '溢价率',
info: '5%'
},
{
lable: '参拍企业',
info: '重庆文杰、蓝光、协信、卓越、金科、龙湖、华宇、禹洲、东原'
}
],
message: []
},
clinchInfo: {},
presentInfo: {
detail: [{
lable: '项目状态',
info: '在售'
}, {
lable: '楼盘名称',
info: '海纳九龙'
}, {
lable: '项目公司',
info: '重庆筑品房地产开发有限公司'
}, {
lable: '经营企业',
info: '融信34 + 金科35 + 荣安33'
}, {
lable: '首开时间',
info: '2021/02/01'
}],
list: [{
lable: '合计预售',
info: '120套'
}, {
lable: '去化',
info: '37套'
}, {
lable: '去化率',
info: '56%'
}, {
lable: '预售住宅均价',
info: '10000元/m'
}, {
lable: '预售商业均价',
info: '12000元/m'
}],
more: [{
msg: '2021XXX号',
booking: '72/34/56%',
timer: '2020/01/02'
},
{
msg: '2021XXX号',
booking: '48/34/46%',
timer: '2020/01/02'
}
]
list: {},
more: []
},
basisInfo: {},
seniorInfo: {},
@ -122,19 +41,21 @@ Page({
setMark(e) {
let {
markShow
} = this.data
if (markShow) {
let active = Number(e.currentTarget.dataset.id)
this.setData({
state: false,
markShow: false,
active
})
} else {
this.setData({
markShow: true
})
}
} = this.data;
$api.getCalulaDeatail(this.data.landListedId).then(res=>{
if (markShow) {
let active = Number(e.currentTarget.dataset.id)
this.setData({
state: false,
markShow: false,
active
})
} else {
this.setData({
markShow: true
})
}
})
},
tabDowm(e) {
@ -157,13 +78,39 @@ Page({
markShow: false
})
},
getData(){
console.log(this.data.landListedId)
$api.getLandDetail(this.data.landListedId).then(res=>{
for(let key in res.data){
if(!res.data[key]){
res.data[key]=''
}
}
this.setData({
myData:res.data
})
$api.getPreSaleDetailList({landListedId:this.data.landListedId}).then(res=>{
this.setData({
'presentInfo.more':res.data
})
})
$api.getPreSaleTotal({landListedId:this.data.landListedId}).then(res=>{
this.setData({
'presentInfo.list':res.data
})
})
})
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
console.log(options)
let active = options.active;
this.setData({
landListedId:options.id
})
this.getData(options.id)
if (active) {
active = Number(active);
console.log(active)

18
pages/look-detail/look-detail.wxml

@ -43,28 +43,28 @@
<view class="gener">
<view class="gener-top">
<view class="gener-tag center {{filter.setTag(2).sname}}">{{filter.setTag(2).text}}</view>
<text class="gener-title">高新区大杨石组团H分区06-2324242423342号宗地</text>
<text class="gener-title">{{myData.landCode}}</text>
</view>
<view class="gener-info">
<view class="gener-item">
<text class="gener-lable">【城 市】</text>
<text class="gener-text">重庆</text>
<text class="gener-text">{{myData.city}}</text>
</view>
<view class="gener-item">
<text class="gener-lable">【公告号】</text>
<text class="gener-text">CQ4289</text>
<text class="gener-text">{{myData.annoId}}</text>
</view>
<view class="gener-item">
<text class="gener-lable pl-14">【行政区】</text>
<text class="gener-text">巴南区</text>
<text class="gener-text">{{myData.canton}}</text>
</view>
<view class="gener-item">
<text class="gener-lable">【大组团】</text>
<text class="gener-text">大杨石</text>
<text class="gener-text">{{myData.bigGroup}}</text>
</view>
<view class="gener-item">
<text class="gener-lable">【小组团】</text>
<text class="gener-text">杨家坪</text>
<text class="gener-text">{{myData.smallGroup}}</text>
</view>
</view>
</view>
@ -82,9 +82,9 @@
<image class="tab-tag" src="../../assets/images/tab-tag.png"></image>
</view>
</view>
<detail-announcement info="{{annoutInfo}}" bind:setMark="setMark" wx:if="{{active===1}}"/>
<detail-clinch info="{{clinchInfo}}" wx:if="{{active===2}}"/>
<detail-present info="{{presentInfo}}" wx:if="{{active===3}}"/>
<detail-announcement info="{{myData}}" bind:setMark="setMark" wx:if="{{active===1}}"/>
<detail-clinch info="{{myData}}" wx:if="{{active===2}}"/>
<detail-present info="{{myData}}" presentInfo="{{presentInfo}}" wx:if="{{active===3}}"/>
<detail-basis info="{{basisInfo}}" wx:if="{{active===4}}"/>
<detail-senior info="{{seniorInfo}}" wx:if="{{active===5}}"/>
<view class="btn-box" wx:if="{{active>3}}">

130
pages/look-list/look-list.js

@ -1,4 +1,6 @@
// pages/look-list/look-list.js
const moment = require('../../utils/moment.min');
const $api = require('../../utils/api').API;
Page({
/**
@ -9,7 +11,23 @@ Page({
tabs:[{id:1,name:'排序'},{id:2,name:'日期'},{id:3,name:'交易状态'},{id:4,name:'区域'},{id:5,name:'类型'}],
list:[],
refresher: false,
setScroll: true
setScroll: true,
inputShow:false,
region: ["500000", "500100"],
nowTime:new Date(),
page:{
size:10,
current:1,
startDate:'',
city:'',
transactionStatus:'',
measureStatus:'',
landCode:''
},
measureStatus:'',
transactionStatus:'',
arraySale:[],
arrayCalcu:[]
},
comeBack(){
@ -22,7 +40,16 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
$api.getDict('land_transaction').then(res=>{
this.setData({
arraySale:res.data
})
})
$api.getDict('measure_status').then(res=>{
this.setData({
arrayCalcu:res.data
})
})
},
/**
@ -41,19 +68,33 @@ Page({
}
},
getList(){
let list = this.data.list.concat(this.data.list);
this.setData({list})
let t="page.current"
let p=this.data.page.current+1
this.setData({[t]:p})
$api.getLandlistedPage(this.data.page).then(res=>{
let list = this.data.list.concat(res.data.records)
this.setData({list})
})
},
refresh(){
let list = [
{title:'CQ210003-九龙坡区大桥石S区十组245-2',timer:'2021/01/01',state:1},
{title:'CQ210003-九龙坡区大桥石S区十组245-2',timer:'2021/01/01',state:2},
{title:'CQ210003-九龙坡区大桥石S区十组245-2',timer:'2021/01/01',state:3},
{title:'CQ210003-九龙坡区大桥石S区十组245-2',timer:'2021/01/01',state:2},
{title:'CQ210003-九龙坡区大桥石S区十组245-2',timer:'2021/01/01',state:3},
{title:'CQ210003-九龙坡区大桥石S区十组245-2',timer:'2021/01/01',state:1},
]
setTimeout(()=>{this.setData({list,refresher:false})},200)
$api.getLandlistedPage(this.data.page).then(res=>{
res.data.records.map(e=>{
for(let key in e){
if(!e[key]){
e[key]=''
}
}
})
let t="page.current"
this.setData({
list:[],
[t]:1,
})
this.setData({
list:res.data.records,
refresher:false}
)
})
},
hideMark(){
@ -64,5 +105,66 @@ Page({
wx.navigateTo({
url: '/pages/look-detail/look-detail',
})
}
},
bindTimeChange(res){
let queryDate = res.detail.value
let t="page.queryDate"
if (queryDate) {
this.setData({
[t]:queryDate
})
this.refresh()
};
},
bindAddressChange(res) {
let cityName = res.detail.value[1]
let t="page.city"
if (cityName) {
this.setData({
[t]:cityName
})
this.refresh()
};
},
bindSaleChange(res){
let value= this.data.arraySale[res.detail.value].value;
let label= this.data.arraySale[res.detail.value].label
let t="page.transactionStatus"
if (value) {
this.setData({
[t]:value,
transactionStatus:label
})
this.refresh()
};
},
bindCalcuChange(res){
let value= this.data.arrayCalcu[res.detail.value].value;
let label= this.data.arrayCalcu[res.detail.value].label
let t="page.measureStatus"
if (value) {
this.setData({
[t]:value,
measureStatus:label
})
this.refresh()
};
},
vmodel(e){
let t="page.landCode"
this.setData({
[t]:e.detail.value
})
},
showInput(){
if(this.data.inputShow==true){return false}
this.setData({
inputShow:true
})
},
hideInput(){
this.setData({
inputShow:false
})
}
})

52
pages/look-list/look-list.wxml

@ -25,8 +25,9 @@
<view class="pages">
<mp-navigation-bar ext-class="set-bar" title="土地池"></mp-navigation-bar>
<view class="look-top">
<view class="look-search center">
<image class="look-s-icon" src="../../assets/images/search.png"></image>
<view class="look-search center" bindtap="showInput">
<image wx:if="{{!inputShow}}" class="look-s-icon" src="../../assets/images/search.png"></image>
<input value="{{page.landCode}}" bindconfirm="refresh" wx:if="{{inputShow}}" focus="true" bindblur="hideInput" class="form-input" bindinput="vmodel" type="text" />
</view>
<view class="look-top-right flex-center" bindtap="comeBack">
<image class="look-top-tag" src="../../assets/images/map.png"></image>
@ -34,34 +35,59 @@
</view>
</view>
<view class="table">
<view class="table-item center {{active===item.id?'table-active':''}}" wx:for="{{tabs}}" wx:key="id" wx:for-item="item" data-id="{{item.id}}" bindtap="tabDowm">
<text class="table-name">{{item.name}}</text>
<view class="table-item center">
<picker mode="date" value="{{nowTime}}" bindchange="bindTimeChange">
<text>{{page.startDate?page.startDate:'拍卖日期'}}</text>
</picker>
<image class="table-icon" src="../../assets/images/tab-icon.png"></image>
</view>
<view class="table-item center">
<picker value="{{index}}" bindchange="bindSaleChange" range="{{arraySale}}" range-key="label">
<text>{{transactionStatus?transactionStatus:'交易状态'}}</text>
</picker>
<image class="table-icon" src="../../assets/images/tab-icon.png"></image>
</view>
<view class="table-item center">
<picker mode="selector" value="{{index}}" bindchange="bindCalcuChange" range="{{arrayCalcu}}">
<text>{{measureStatus?measureStatus:'测算状态'}}</text>
</picker>
<image class="table-icon" src="../../assets/images/tab-icon.png"></image>
</view>
<view class="table-item center">
<picker mode="region" value="{{region}}" bindchange="bindAddressChange">
<text>{{page.city?page.city:'城市'}}</text>
</picker>
<image class="table-icon" src="../../assets/images/tab-icon.png"></image>
</view>
</view>
<view class="main">
<view class="mark" wx:if="{{active}}" bindtap="hideMark">
</view>
<scroll-view class="list" scroll-y="{{setScroll}}" refresher-enabled refresher-triggered="{{refresher}}"
<scroll-view class="list" style="height:100%" scroll-y="{{setScroll}}" refresher-enabled refresher-triggered="{{refresher}}"
bindscrolltolower="getList" bindrefresherrefresh="refresh">
<view class="list-item" wx:for="{{list}}" wx:for-index="i" wx:for-item="item" bindtap="comeDetail">
<image class="item-img" src="../../assets/images/list-img.png"></image>
<view class="item-right">
<view class="list-info">
<view class="list-tag center {{filter.setTag(item.state).sname}}">
{{filter.setTag(item.state).text}}
<view class="list-tag center {{filter.setTag(item.projectStatus).sname}}">
{{filter.setTag(item.projectStatus).text}}
</view>
<text class="list-title one-title">{{item.title}}</text>
<text class="list-title one-title">{{item.landCode}}</text>
</view>
<view class="list-detail">
<view class="detail-item">计容建筑面积:2344m</view>
<view class="detail-item">起始总价:1340万</view>
<view class="detail-item">起始楼面价:8900元/m</view>
<view class="detail-item">竞拍时间:2021/01/30</view>
<view class="detail-item" style="width:60%">计容建筑面积:{{item.totalConsArea}}m</view>
<view class="detail-item" style="width:40%">起始总价:{{item.transferPrice}}万</view>
<view class="detail-item" style="width:60%">起始楼面价:{{item.startingFloorPrice}}元/m</view>
<view class="detail-item" style="width:40%">竞拍时间:{{item.auctionDate}}</view>
</view>
<view class="list-timer">2021/03/30</view>
<view class="list-timer">{{item.annoDate}}</view>
</view>
</view>
<view class="list" wx:if="{{list.length<=0}}">
<view class="noText">
暂无数据
</view>
</view>
</scroll-view>
</view>
</view>

17
pages/look-list/look-list.wxss

@ -101,6 +101,7 @@
.list-detail {
display: flex;
flex-wrap: wrap;
margin-top: 10rpx;
}
.detail-item {
@ -108,9 +109,25 @@
line-height: 36rpx;
font-size: 22rpx;
color: #565A6B;
white-space: nowrap;
}
.list-timer{
font-size: 22rpx;
color: #C3C3C3;
}
.noText{
text-align: center;
padding-top: 50rpx;
}
.form-input {
width: 500rpx;
min-height: 63rpx;
height: 63rpx;
background: #FFFFFF;
border: 1px solid #838B99;
border-radius: 10rpx;
text-align: left;
padding-left: 5px;
font-size: 30rpx;
}

41
pages/message/message.js

@ -1,18 +1,39 @@
// pages/message/message.js
const $api = require('../../utils/api').API;
Page({
/**
* 页面的初始数据
*/
data: {
tabList: [{
id: 1,
name: '土地供应'
}, {
id: 2,
name: '土地成交'
}, {
id: 3,
name: '系统消息'
}],
dataList:[],
active: 1,
page:{
current:1,
size:100000,
messageType:1
}
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
$api.getMessage(this.data.page).then(res=>{
this.setData({
dataList:res.data.records
})
})
},
/**
@ -62,5 +83,19 @@ Page({
*/
onShareAppMessage: function () {
}
},
tabDowm(e) {
let active = Number(e.currentTarget.dataset.id)
if (active !== this.data.active) {
this.setData({
active,
'page.messageType':active
})
$api.getMessage(this.data.page).then(res=>{
this.setData({
dataList:res.data.records
})
})
}
},
})

16
pages/message/message.wxml

@ -1,11 +1,21 @@
<view class="pages">
<mp-navigation-bar ext-class="set-bar" title="消息通知"></mp-navigation-bar>
<view class="main">
<view class="info" wx:for="{{10}}" wx:for-index="i" wx:key="i">
<view class="tab">
<view class="tab-item {{item.id===active?'active':''}}" wx:for="{{tabList}}" wx:for-index="i" wx:for-item="item"
wx:key="id" bindtap="tabDowm" data-id="{{item.id}}">
<text class="tab-title">{{item.name}}</text>
<image class="tab-tag" src="../../assets/images/tab-tag.png"></image>
</view>
</view>
<view class="info" wx:for="{{dataList}}" wx:for-index="i" wx:for-item="item" wx:key="i">
<view class="text">
CQ210003-九龙坡区大桥石区大桥石区大桥石S区十组245-2
{{item.messageTitle}}
</view>
<text class="timer">2021/01/01</text>
<text class="timer">{{item.updateDate}}</text>
</view>
<view class="noText" style="padding-top:50rpx" wx:if="{{dataList<=0}}">
暂无数据
</view>
</view>
</view>

33
pages/message/message.wxss

@ -25,4 +25,37 @@
font-size: 26rpx;
color: #838B99;
margin-top: 14rpx;
}
.tab {
display: flex;
align-items: center;
padding: 20rpx 30rpx 0 30rpx;
}
.tab-item {
display: flex;
flex-direction: column;
align-items: center;
margin-right: 54rpx;
}
.tab-title {
font-size: 30rpx;
font-weight: bold;
color: #565A6B;
}
.tab-tag {
width: 44rpx;
height: 10rpx;
display: none;
}
.active .tab-title {
font-size: 34rpx;
color: #146ae7;
}
.active .tab-tag {
display: block;
}

87
pages/suggestion/suggestion.js

@ -1,18 +1,29 @@
// pages/suggestion/suggestion.js
const $api = require('../../utils/api').API;
const FormData = require('../../utils/FormData')
Page({
/**
* 页面的初始数据
*/
data: {
myData:{
contact:'',
contactDetail:'',
suggestion:''
},
files: [],
filesUrl:''
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
this.setData({
selectFile:this.selectFile.bind(this),
uplaodFile:this.uplaodFile.bind(this)
})
},
/**
@ -61,6 +72,78 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function () {
},
contact(e){
this.setData({
'myData.contact': e.detail.value
})
},
contactDetail(e){
this.setData({
'myData.contactDetail': e.detail.value
})
},
suggestion(e){
this.setData({
'myData.suggestion': e.detail.value
})
},
submit(){
console.log(this.data.myData)
},
//------------------附件上传开始------------------------
// selectFile(files) {
// uploadArr = [];
// uploadIndex = 0;
// for(var i=0;i<files.tempFilePaths.length;i++){
// uploadArr.push(files.tempFilePaths[i])
// }
// console.log(uploadArr,'9999999')
// // uploadArr = files.tempFilePaths
// // 返回false可以阻止某次文件上传
// },
// 缓存文件
uplaodFile(files) {
console.log('upload files', files);
var that = this;
// 文件上传的函数,返回一个promise
return new Promise((resolve, reject) => {
const tempFilePaths = files.tempFilePaths;
that.setData(
{
filesUrl: tempFilePaths
}
)
var object = {};
object['urls'] = tempFilePaths;
resolve(object);
})
},
selectFile(files) {
console.log('files', files)
// 返回false可以阻止某次文件上传
},
uploadError(e) {
console.log('upload error', e.detail)
},
uploadSuccess(e) {
// console.log(e.detail)
// $api.uploadImg(formData).then(res=>{
// console.log(res)
// })
}
})

3
pages/suggestion/suggestion.json

@ -3,5 +3,6 @@
"mp-uploader": "weui-miniprogram/uploader/uploader",
"mp-cells": "weui-miniprogram/cells/cells",
"mp-cell": "weui-miniprogram/cell/cell"
}
},
"navigationBarTitleText": "UI组件库"
}

15
pages/suggestion/suggestion.wxml

@ -5,28 +5,31 @@
<view class="info">
<view class="info-item item-bord">
<text class="lable">您的姓名</text>
<input type="text" />
<input type="text" value="{{myData.contact}}" bindblur='contact' />
</view>
<view class="info-item">
<text class="lable">您的联系方式</text>
<input type="text" />
<input type="text" type="number" value="{{myData.contactDetail}}" bindblur='contactDetail' />
</view>
</view>
<view class="msg">
<text class="lable">您的建议</text>
<textarea id="message" maxlength="{{200}}">
<textarea id="message" value="{{myData.suggestion}}" bindinput='suggestion' maxlength="{{200}}">
<text class="talk">不超过200字</text>
</textarea>
</view>
<view class="up-box">
<mp-uploader bindfail="uploadError" bindsuccess="uploadSuccess" select="{{selectFile}}" upload="{{uplaodFile}}"
<!-- <mp-uploader bindfail="uploadError" bindsuccess="uploadSuccess" select="{{selectFile}}" upload="{{uplaodFile}}"
files="{{files}}" max-count="5" title="上传附件" tips="(上传相关图片)">
</mp-uploader>
</mp-uploader> -->
<mp-uploader bindfail="uploadError" bindsuccess="uploadSuccess" select="{{selectFile}}"
upload="{{uplaodFile}}" files="{{files}}" max-count="5" title="上传附件" tips="(上传相关图片)">
</mp-uploader>
</view>
<view class="btn">
<view class="btn" bindtap="submit">
<button>提交</button>
</view>
</view>

12
project.config.json

@ -21,22 +21,22 @@
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useMultiFrameRuntime": false,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": true,
"packNpmRelationList": [],
"minifyWXSS": true,
"showES6CompileOption": false
"minifyWXSS": true
},
"compileType": "miniprogram",
"libVersion": "2.17.0",
@ -51,6 +51,8 @@
"servePath": ""
},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"list": []

21
utils/api.js

@ -1,4 +1,5 @@
const baseURL = 'http://139.159.180.147:9002/'
// const baseURL = 'https://yoursairdata.com/api/'
const baseURL = 'http://192.168.24.3:9002/'
const GET = 'GET';
const POST = 'POST';
const PUT = 'PUT';
@ -36,6 +37,24 @@ const API = {
getUserAuth: (data) => request(POST, `social/token?code=MINI@${data}`,'',false),
registerBind: (data) => request(POST, `social/register-bind`, data,false),
getUserInfo: () => request(GET, `user/info`), //获取用户信息
//字典
getDict:(data)=>request(GET, `dict/type/${data}`),
//日历
getLandlistedList:(data) => request(GET, `applets/landlisted/list?annoDate=${data.annoDate}&city=${data.city}`),//挂牌
getLandlistedList2:(data) => request(GET, `applets/landlisted/list?auctionDate=${data.auctionDate}&city=${data.city}`),//拍卖
getLandDetail:(data) => request(GET, `applets/landlisted/${data}`),//通过ID获取详情
getPreSaleDetailList:(data) => request(GET, `applets/blocks/getPreSaleDetailList?landListedId=${data.landListedId}`),//查询预售明细列表
getPreSaleTotal:(data) => request(GET, `applets/blocks/getPreSaleTotal?landListedId=${data.landListedId}`),//销售情况统计
//测算
getCalulaList:(data) => request(GET, `applets/measuredata/page?queryDate=${data.queryDate}&current=${data.current}&size=${data.size}&landListedId=${data.landListedId}`),//分页
getCalulaDeatail:(data) => request(GET, `applets/measuredata/getByLandListedId/${data}`),//通过地块ID获取测算详情
//看地
getLandlistedPage:(data) => request(GET, `applets/landlisted/page?startDate=${data.startDate}&current=${data.current}&size=${data.size}&measureStatus=${data.measureStatus}&transactionStatus=${data.transactionStatus}&city=${data.city}&landCode=${data.landCode}`),//分页
//消息管理
getMessage:(data) => request(GET, `applets/message/page?current=${data.current}&size=${data.size}&messageType=${data.messageType}`),//分页
//意见反馈
feedback:(data) => request(POST, `feedback`, data,false),//提交意见
uploadImg:(data) => request(POST, `file`, data,false),//提交意见
};
module.exports = {
API: API

Loading…
Cancel
Save