| | |
| | | <template> |
| | | <GlobalWindow width="720px" title="工单详情" :visible.sync="visible" :confirm-working="isWorking" @close="close" |
| | | <GlobalWindow width="720px" title="设备详情" :visible.sync="visible" :confirm-working="isWorking" @close="close" |
| | | @confirm="confirm"> |
| | | <div class="main"> |
| | | <div class="title"> |
| | |
| | | </div> |
| | | <div class="item"> |
| | | <div class="la">设备管理员</div> |
| | | <div class="val">{{ info.realName }}</div> |
| | | <div class="val">{{ info.realName || info.realname }}</div> |
| | | </div> |
| | | <div class="item"> |
| | | <div class="la">所在位置</div> |
| | |
| | | |
| | | .item { |
| | | width: 33.3%; |
| | | margin-bottom: 12px; |
| | | margin-bottom: 14px; |
| | | |
| | | .photo { |
| | | width: 92px; |
| | |
| | | |
| | | .la { |
| | | color: #7f7f7f; |
| | | margin-top: 2px; |
| | | margin-bottom: 6px; |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | .item { |
| | | width: 33.33%; |
| | | margin-bottom: 8px; |
| | | margin-bottom: 14px; |
| | | |
| | | .la { |
| | | color: #7f7f7f |
| | | color: #7f7f7f; |
| | | margin-bottom: 6px; |
| | | } |
| | | } |
| | | .max{ |
| | |
| | | <el-table-column prop="projectName" label="所属项目" min-width="100px"></el-table-column> |
| | | <el-table-column prop="code" label="楼宇编码" min-width="80px"></el-table-column> |
| | | <el-table-column prop="area" label="建筑面积(m²)" min-width="80px"></el-table-column> |
| | | <el-table-column prop="cqArea" label="管理面积(m²)" min-width="80px"></el-table-column> |
| | | <el-table-column prop="manageArea" label="管理面积(m²)" min-width="80px"></el-table-column> |
| | | <el-table-column prop="roomNum" label="房间总数(间)" min-width="80px"></el-table-column> |
| | | <el-table-column prop="roomRentNum" label="可招商房源数量(间)" min-width="100px"></el-table-column> |
| | | <el-table-column v-if="containPermissions(['business:ywbuilding:update', 'business:ywbuilding:delete'])" |
| | |
| | | <el-input type="textarea" :rows="4" v-model="form.remark" placeholder="请输入" /> |
| | | </el-form-item> |
| | | <el-form-item label="建筑面积(m²)" prop="area"> |
| | | <el-input v-model="form.area" placeholder="请输入简直面积(m²)" v-trim /> |
| | | <el-input v-model="form.area" placeholder="请输入建筑面积(m²)" v-trim /> |
| | | </el-form-item> |
| | | <el-form-item label="产权面积(m²)" prop="cqArea"> |
| | | <el-input v-model="form.cqArea" placeholder="请输入产权面积(m²)" v-trim /> |
| | |
| | | <el-table v-loading="isWorking.search" :data="tableData.list" stripe @selection-change="handleSelectionChange"> |
| | | <el-table-column type="selection" width="55"></el-table-column> |
| | | <el-table-column prop="name" label="项目名称" min-width="100px"></el-table-column> |
| | | <el-table-column prop="area" label="管理面积(m)" min-width="100px"></el-table-column> |
| | | <el-table-column prop="area" label="管理面积(m²)" min-width="100px"></el-table-column> |
| | | <el-table-column prop="roomNum" label="总房源数量(间)" min-width="100px"></el-table-column> |
| | | <el-table-column prop="roomRentNum" label="可招商房源数量(间)" min-width="100px"></el-table-column> |
| | | <el-table-column v-if="containPermissions(['business:ywproject:update', 'business:ywproject:delete'])" |
| | |
| | | <!-- 表格和分页 --> |
| | | <template v-slot:table-wrap> |
| | | <ul class="toolbar" v-permissions="['system:user:create', 'system:user:delete']"> |
| | | <li v-permissions="['system:user:create']"><el-button icon="el-icon-plus" type="primary" @click="$refs.operaUserWindow.open('新建用户')">新建</el-button></li> |
| | | <!-- <li v-permissions="['system:user:create']"><el-button icon="el-icon-plus" type="primary" @click="$refs.operaUserWindow.open('新建用户')">新建</el-button></li> --> |
| | | <li v-permissions="['system:user:delete']"><el-button icon="el-icon-delete" @click="deleteByIdInBatch">删除</el-button></li> |
| | | </ul> |
| | | <el-table |
| | |
| | | <div class="name">{{ item.title }}</div> |
| | | <div class="time">操作时间:{{ item.createDate }}</div> |
| | | <div class="creator">操作人:{{ item.param1 }}</div> |
| | | <div class="creator" v-if="item.param2">指派给:{{ item.param2 }}</div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | .item { |
| | | width: 33.3%; |
| | | margin-bottom: 12px; |
| | | margin-bottom: 14px; |
| | | |
| | | .la { |
| | | color: #7f7f7f; |
| | | margin-top: 2px; |
| | | margin-bottom: 6px; |
| | | } |
| | | } |
| | | |
| | |
| | | data() { |
| | | return { |
| | | form: { |
| | | phone: '17878787878', |
| | | phone: '18888888888', |
| | | code: '1' |
| | | }, |
| | | downTime: 0 |
| | |
| | | <view class="la">上报人:</view>
|
| | | <view class="val">{{ info.creatorName }}{{info.creatorCompany ? '-' + info.creatorCompany : ''}}</view>
|
| | | </view>
|
| | | <view class="line" v-if="info.creatorPhone">
|
| | | <view class="line" v-if="info.creatorPhone || info.creatorMobile">
|
| | | <view class="la">联系电话:</view>
|
| | | <view class="val">{{ info.creatorPhone }}</view>
|
| | | <view class="val">{{ info.creatorMobile || info.creatorPhone }}</view>
|
| | | </view>
|
| | | <view class="line">
|
| | | <view class="la">上报时间:</view>
|