| | |
| | | </u-form-item>
|
| | | <u-form-item class="form-item" label="标准地址" required prop="houseCodeBinds"
|
| | | @click="isShowPopup = true">
|
| | | <u--input v-if="!addressNames" border="none" disabled disabledColor="#ffffff"
|
| | | <u--input v-if="!addressNames.length" border="none" disabled disabledColor="#ffffff"
|
| | | placeholder="请选择标准地址">
|
| | | </u--input>
|
| | | <u-textarea v-if="addressNames" border="none" :disabled="true" disabledColor="#ffffff"
|
| | | <!-- <u-textarea v-if="addressNames" border="none" :disabled="true" disabledColor="#ffffff"
|
| | | v-model="addressNames" placeholder="请选择标准地址">
|
| | | </u-textarea>
|
| | | </u-textarea> -->
|
| | | <view v-if="addressNames.length">
|
| | | <view class="f-28" v-for="i in addressNames">
|
| | | {{i}}
|
| | | </view>
|
| | | </view>
|
| | | <u-icon slot="right" name="arrow-right"></u-icon>
|
| | | </u-form-item>
|
| | |
|
| | |
|
| | |
|
| | | </u-form>
|
| | | </view>
|
| | | <view class="license">
|
| | |
| | | placeList: [],
|
| | | isShowPopup: false,
|
| | | checkedPlace: [],
|
| | | addressNames: ""
|
| | | addressNames: []
|
| | | }
|
| | | },
|
| | | onShow() {
|
| | |
| | |
|
| | |
|
| | | this.$set(this.form, "houseCodeBinds", ids.join(","))
|
| | | this.addressNames = names.join(",");
|
| | | this.addressNames = names;
|
| | |
|
| | |
|
| | |
|