3 files modified
3 files added
| | |
| | | <view class="vote bgc-ff"> |
| | | <view class="mb-20" v-for="(item,index) in voteTopicList" :key="index"> |
| | | <view class="vote-title"> |
| | | <text v-if="item.mandatoryFlag == 2">*</text> |
| | | <text v-if="item.mandatoryFlag == 2" class="vote-sign">*</text> |
| | | <text class="f-30 fw">{{item.discussContent}}</text> |
| | | <text class="f-26 ml-10" v-if="item.optionRange == 0">(单选)</text> |
| | | <text class="f-26 ml-10" v-if="item.optionRange == 1 && !item.optionNumber">(多选)</text> |
| | |
| | | .vote-title { |
| | | padding: 30rpx 0; |
| | | } |
| | | |
| | | .vote-sign { |
| | | color: red; |
| | | } |
| | | } |
| | | |
| | | .comment { |
| | |
| | | this.isScan = true; |
| | | if (addType == 1 || addType == 3) { |
| | | if (res.data.householdList.length) { |
| | | this.houseHoldInfo = res.data.householdList[0] |
| | | this.houseHoldInfo = res.data.householdList[0]; |
| | | let data = { |
| | | name: res.data.householdList[0].name, |
| | | telephone: res.data.householdList[0].phoneNumber, |
| | | idCard: res.data.householdList[0].idCard, |
| | | address: res.data.householdList[0].currentAddress |
| | | } |
| | | this.info.backblastPubPersonEntityList.push(data); |
| | | } else { |
| | | this.houseHoldInfo = {} |
| | | } |
| | |
| | | |
| | | if (res.data.place) { |
| | | this.principalInfo = res.data.place; |
| | | let data = { |
| | | name: res.data.place[0].principal, |
| | | telephone: res.data.place[0].principalPhone, |
| | | idCard: res.data.place[0].principalIdCard |
| | | } |
| | | this.info.backblastPubPersonEntityList.push(data); |
| | | } else { |
| | | this.principalInfo = {} |
| | | } |
| | |
| | | code,
|
| | | type
|
| | | } = e.currentTarget.dataset;
|
| | |
|
| | | let url = `/subPackage/house/houseNumber/index?stdId=${code}&addressType=${type}`
|
| | | this.$u.func.globalNavigator(url, "navTo")
|
| | | if (this.shopType == 1) {
|
| | | //自建房商铺跳转
|
| | | let url = `/subPackage/house/roomDetails/detail?code=${code}`
|
| | | this.$u.func.globalNavigator(url, "navTo")
|
| | | } else {
|
| | | //商超跳转
|
| | | let url = `/subPackage/house/houseNumber/index?stdId=${code}&addressType=${type}`
|
| | | this.$u.func.globalNavigator(url, "navTo")
|
| | | }
|
| | | },
|
| | | getHouseData(code, code2, type) {
|
| | | let params = {
|
| New file |
| | |
| | | <template> |
| | | </template> |
| | | |
| | | <script> |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |
| New file |
| | |
| | | <template> |
| | | </template> |
| | | |
| | | <script> |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |
| New file |
| | |
| | | <template> |
| | | </template> |
| | | |
| | | <script> |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |