| | |
| | | </view>
|
| | | <lineItem :dataInfo="comprehensiveData.basic">
|
| | | </lineItem>
|
| | | <!-- <view class="bgc-ff flex j-c-s-b a-i-c" @click="navTo(1)" style="padding:20rpx;">
|
| | | <text>历史事件</text>
|
| | | <u-icon name="arrow-right"></u-icon>
|
| | | </view> -->
|
| | |
|
| | | <lineItem :dataInfo="comprehensiveData.scene">
|
| | | <template v-slot:pic="{scope}">
|
| | |
| | | </view>
|
| | | <lineItem :dataInfo="publicData.basic">
|
| | | </lineItem>
|
| | | <!-- <view class="bgc-ff flex j-c-s-b a-i-c" @click="navTo(2)" style="padding:20rpx;">
|
| | | <text>历史事件</text>
|
| | | <u-icon name="arrow-right"></u-icon>
|
| | | </view> -->
|
| | |
|
| | | <lineItem :dataInfo="publicData.scene">
|
| | | <template v-slot:pic="{scope}">
|
| | |
| | | name: 'createTime',
|
| | | value: "未完善"
|
| | | },
|
| | | {
|
| | | label: "历史事件",
|
| | | value: "未完善",
|
| | | }
|
| | | // {
|
| | | // label: "历史事件",
|
| | | // value: "未完善",
|
| | | // }
|
| | | ],
|
| | | },
|
| | | publicData: {
|
| | |
| | | // label: "采集时间",
|
| | | // value: "未完善",
|
| | | // },
|
| | | {
|
| | | label: "历史事件",
|
| | | value: "未完善",
|
| | | }
|
| | | // {
|
| | | // label: "历史事件",
|
| | | // value: "未完善",
|
| | | // }
|
| | | ],
|
| | | },
|
| | |
|
| | |
| | | categoryIndex: [],
|
| | | firstId: "",
|
| | | secondId: "",
|
| | | categoryValue: ""
|
| | | categoryValue: "",
|
| | | houseCode: ""
|
| | | }
|
| | | },
|
| | | created() {
|
| | |
| | | // })
|
| | | // },
|
| | |
|
| | | navTo(type) {
|
| | | if (type == 1) {
|
| | | uni.navigateTo({
|
| | | url: `/subPackage/workbench/views/report?code=${this.houseCode}`
|
| | | })
|
| | | } else {
|
| | | uni.navigateTo({
|
| | | url: `/subPackage/workbench/views/audit?code=${this.houseCode}`
|
| | | })
|
| | | }
|
| | | },
|
| | |
|
| | | //获取分类
|
| | | getCategory(level = 2, id) {
|
| | | let params = {
|
| | |
| | | })
|
| | | return
|
| | | }
|
| | | this.houseCode = data.houseCode;
|
| | | const dpaEntity = data?.doorplateAddressEntity || {}
|
| | | const gridEntity = data?.grid || {}
|
| | | // this.form.buildingCode = dpaEntity?.buildingCode || ''
|
| | |
| | | })
|
| | | this.form.imageUrls = urls.join(",")
|
| | | }
|
| | |
|
| | | this.form.roleName = uni.getStorageSync("activeRole").roleName;
|
| | | add(this.form).then(res => {
|
| | | uni.showToast({
|
| | | icon: 'success',
|