| | |
| | | </view>
|
| | |
|
| | |
|
| | | <view class="item bgc-ff mt-20" v-if="false">
|
| | | <view class="item bgc-ff mt-20">
|
| | |
|
| | | <view class="box-title">
|
| | | <box-title title="房东信息"></box-title>
|
| | |
| | | import {
|
| | | minioBaseUrl
|
| | | } from '@/common/setting'
|
| | |
|
| | |
|
| | |
|
| | | import {
|
| | | getPlaceList
|
| | | } from '@/api/place/place.js'
|
| | |
| | | })
|
| | | }
|
| | | })
|
| | |
|
| | |
|
| | |
|
| | | },
|
| | |
|
| | |
|
| | | checkboxChange(n) {
|
| | | console.log('change', n);
|
| | | let list = n;
|
| | | let ids = [];
|
| | | let names = []
|
| | |
|
| | | for (let i = 0, ii = list.length; i < ii; i++) {
|
| | |
|
| | | ids.push(this.placeList[list[i]].addressCode)
|
| | | names.push(this.placeList[list[i]].addressName)
|
| | | }
|
| | |
|
| | |
|
| | |
|
| | | this.$set(this.form, "houseCodeBinds", ids.join(","))
|
| | | this.addressNames = names;
|
| | |
|
| | |
|
| | |
|
| | | },
|
| | |
|
| | | getPlace(location) {
|
| | |
| | | this.placeList = res.data;
|
| | | })
|
| | | },
|
| | |
|
| | |
|
| | | getLocation() {
|
| | | uni.chooseLocation({
|
| | |
| | | }
|
| | | })
|
| | | },
|
| | |
|
| | | getCsDetails() {
|
| | | getPlaceDetail({
|
| | | placeId: this.curSelectSite.id
|
| | |
| | | // const componetns = this.$refs.formItemRef || []
|
| | | placePractitioner.forEach((item, index) => {
|
| | | this.$nextTick(() => {
|
| | | if (item.ethnicity) {
|
| | | let obj = this.$getIndex(this.$refs.formItemRef[index]
|
| | | .nationTypeList, item.ethnicity, "value", "name")
|
| | | this.$refs.formItemRef[index].nationValue = obj.name;
|
| | | this.$refs.formItemRef[index].nationTypeIndex = obj.index;
|
| | | }
|
| | |
|
| | | if (item.gender) {
|
| | | let obj = this.$getIndex(this.$refs.formItemRef[index]
|
| | | .gender, item.gender, "value", "name")
|
| | | this.$refs.formItemRef[index].genderValue = obj.name;
|
| | | this.$refs.formItemRef[index].genderIndex = obj.index;
|
| | | }
|
| | |
|
| | | this.$refs.formItemRef[index].form = item
|
| | | })
|
| | | })
|