GULIMMO
2023-11-12 76fc788b53255fe24a846074b98710f691845b30
场所维护、楼盘、场所记录更新
4 files modified
69 ■■■■■ changed files
subPackage/house/family/index.vue 49 ●●●●● patch | view | raw | blame | history
subPackage/workbench/components/formItem.vue 4 ●●● patch | view | raw | blame | history
subPackage/workbench/views/csjl.vue 12 ●●●●● patch | view | raw | blame | history
subPackage/workbench/views/editExamine.vue 4 ●●●● patch | view | raw | blame | history
subPackage/house/family/index.vue
@@ -55,19 +55,22 @@
                            </view>
                        </view>
                    </u-collapse-item>
                    <u-collapse-item class="sp-list" v-if="isShowShop" style="border: none;">
                        <view slot="title" class="flex">
                            <u-icon name="/static/icon/group.png" size="16"></u-icon>
                            <view style="margin-left: 17rpx;">商铺</view>
                        </view>
                        <view class="house-list-box flex" v-for="(item, index) in shopList" :name="index" :key="index"
                            @click.native="pushShopPage($event, item)">
                            <view class="l">
                                <u-icon name="/static/icon/store.png" width="15" height="18"></u-icon>
                            </view>
                            <view class="r nowrap-ellipsis-hidden">
                                {{item.floor}}
                            </view>
                    <u-collapse-item class="sp-list" v-if="isShowShop" style="border: none;" title="商铺"
                        :icon="'/static/icon/group.png'">
                        <!-- <view slot="title" class="flex">
                                <u-icon name="/static/icon/group.png" size="16"></u-icon>
                                <view style="margin-left: 17rpx;">商铺</view>
                        </view> -->
                        <view class="sp-list-box">
                            <view class="house-list-box flex" v-for="(item, index) in shopList" :name="index" :key="index"
                                @click.native="pushShopPage($event, item)">
                                <view class="l">
                                    <u-icon name="/static/icon/store.png" width="15" height="18"></u-icon>
                                </view>
                                <view class="r nowrap-ellipsis-hidden">
                                    {{item.floor}}
                                </view>
                            </view>
                        </view>
                    </u-collapse-item>
                </u-collapse>
@@ -150,7 +153,7 @@
                const {
                    addressCode
                } = scItem
                let url = `/subPackage/house/roomDetails/index?id=${addressCode}`
                this.$u.func.globalNavigator(url, "navTo")
            },
@@ -298,11 +301,17 @@
        }
    }
    .sp-list {
        /deep/ .u-collapse-item__content__text {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }
    // .sp-list {
        // /deep/ .u-collapse-item__content__text {
        //     display: flex;
        //     flex-direction: row;
        //     flex-wrap: wrap;
        // }
    // }
    .sp-list-box {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
    }
</style>
subPackage/workbench/components/formItem.vue
@@ -35,7 +35,9 @@
    }
</script>
<style lang="scss" scoped>
    .form-box {
    .form-box {
        background-color: #fff;
        padding: 0 30rpx;
        .form-item {
            border-bottom: 1rpx solid #f6f6f6;
            padding: 0 20rpx;
subPackage/workbench/views/csjl.vue
@@ -7,7 +7,7 @@
                </view>
                <view class="search">
                    <u-search placeholder="请输入场所名称" v-model="iptContext" :clearabled="true" :showAction="true"
                        :animation="true" @search="searchConfirm" @clear="clearConfirm"></u-search>
                        :animation="true" @change="keyWordChange" @search="searchConfirm" @clear="clearConfirm"></u-search>
                </view>
            </view>
        </u-sticky>
@@ -160,12 +160,14 @@
    }
    .info-box {
    .info-box {
        padding: 20rpx 30rpx;
        background-color: #f6f6f6;
        .records-card {
            margin: 20rpx 30rpx 0 30rpx;
            background-color: #fff;
            background: #fff;
            padding: 30rpx;
            border-radius: 10rpx;
            border-radius: 10rpx;
            margin-bottom: 20rpx;
            .title {
                line-height: 70rpx;
subPackage/workbench/views/editExamine.vue
@@ -160,8 +160,8 @@
                    // that.$nextTick(() => {
                        console.log(placePractitioner);
                        setTimeout(() => {
                            const componetns = this.$refs.formItemRef || []
                            componetns.forEach((item, index) => {
                            const componetns = that.$refs.formItemRef || []
                            that.$refs.formItemRef.forEach((item, index) => {
                                item.form = placePractitioner[index]
                            })
                        }, 0)