| | |
| | | </view> |
| | | |
| | | <view class="info-row flex j-c-s-b a-i-c bgc-ff" @click="isShowPopup = true" v-if="!from"> |
| | | <text class="f-28">校园名称:</text> |
| | | <text class="f-28"><text>* </text> 校园名称:</text> |
| | | <view class="flex"> |
| | | <text class="mr-10">{{selectedPlace.placeName}}</text> |
| | | <u-icon name="arrow-right"></u-icon> |
| | |
| | | <text class="f-28 fw mr-20">{{i.placeName}}</text> |
| | | <text class="f-26" v-if="i.phoneNumber">{{i.phoneNumber}}</text> |
| | | </view> |
| | | <!-- |
| | | <view class="f-28"> |
| | | {{i.townStreetName}}{{i.neiName}}{{i.aoiName}}{{i.address || ""}} |
| | | </view> --> |
| | | <view class="check-icon" v-if="i.houseCode == info.houseCode"> |
| | | <u-icon name="checkbox-mark" color="#017BFC" size="30"></u-icon> |
| | | </view> |
| | |
| | | this.$showTips("还未完善"); |
| | | return; |
| | | } |
| | | if (!this.selectedPlace.placeName) { |
| | | this.$showTips("场所名称不能为空"); |
| | | return; |
| | | } |
| | | |
| | | |
| | | this.info.taskPlaceRecordVOList = this.getSelected() |
| | |
| | | |
| | | selectPlace(item) { |
| | | this.selectedPlace = item; |
| | | this.selectedPlace.address = item.location |
| | | this.info.houseCode = item.houseCode; |
| | | this.isShowPopup = false; |
| | | }, |