| | |
| | | <template> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-card class="trackClass"> |
| | | <el-tabs type="border-card"> |
| | | <el-tab-pane label="警情信息"> |
| | | <el-form |
| | | :model="form" |
| | | label-position="right" |
| | | size="mini" |
| | | label-width="100px" |
| | | style="background: #fff; margin-top: 20px;margin-left: 10px; margin-right: 10px; height: calc(100% - 40px); width: calc(100% - 20px)" |
| | | > |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="报警人姓名"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.galarmPeople" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | <div style="background: #fff;height: 100%;"> |
| | | <el-card class="trackClass"> |
| | | <el-tabs type="card"> |
| | | <el-tab-pane label="警情信息"> |
| | | <el-form |
| | | :model="form" |
| | | label-position="right" |
| | | size="mini" |
| | | class="policeForm" |
| | | label-width="100px" |
| | | style="background: #fff; margin-top: 20px;margin-left: 10px; margin-right: 10px; height: calc(100% - 40px); width: calc(100% - 20px)" |
| | | > |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="联系方式"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.phoneNumber" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | <el-form-item label="报警人姓名"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.galarmPeople" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="事发地址"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.place" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | <el-form-item label="联系方式"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.phoneNumber" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="行政区"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.addvnm" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="报警时间"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.galarmTime" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="报警内容"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.content" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="警情级别"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.level" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="警情类别"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.waringType" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="是否上报110"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.alarmPeople" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="设备编号"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.deviceNumber" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <el-form-item label="事发地址"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.place" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | |
| | | </el-tab-pane> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="设备编号"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.deviceNumber" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | |
| | | <el-tab-pane label="保安信息"> |
| | | <el-form |
| | | :model="security" |
| | | label-position="right" |
| | | size="mini" |
| | | label-width="100px" |
| | | style="background: #fff; margin-top: 20px;margin-left: 10px; margin-right: 10px; height: calc(100% - 40px); width: calc(100% - 20px)" |
| | | > |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="人员编号"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.snumber" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | </el-row> |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="人员名称"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.sname" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | <el-form-item label="报警时间"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.galarmTime" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="性别"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.sex" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="年龄"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.age" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="联系电话"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.phone" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="家庭住址"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.address" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | </el-tab-pane> |
| | | <el-tab-pane label="警情反馈"> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="16"> |
| | | <div class="grid-content bg-purple"> |
| | | <el-form-item label="报警内容"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.content" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="处置时间"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.czTime" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="备注"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.bz" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="警情类型"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="form.waringType" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | |
| | | </el-tab-pane> |
| | | |
| | | <el-tab-pane label="保安信息"> |
| | | <el-form |
| | | :model="security" |
| | | label-position="right" |
| | | size="mini" |
| | | label-width="100px" |
| | | style="background: #fff; margin-top: 20px;margin-left: 10px; margin-right: 10px; height: calc(100% - 40px); width: calc(100% - 20px)" |
| | | > |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="人员编号"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.snumber" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="人员名称"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.sname" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="性别"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.sex" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="年龄"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.age" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="联系电话"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.phone" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | <el-col span="12" |
| | | > |
| | | <el-form-item label="家庭住址"> |
| | | <el-input |
| | | disabled="true" |
| | | v-model="security.address" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | </el-tab-pane> |
| | | |
| | | <el-tab-pane label="警情反馈"> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="16"> |
| | | <div class="grid-content bg-purple"> |
| | | |
| | | </div> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <div class="grid-content bg-purple"> |
| | | |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <div class="demo-image__placeholder"> |
| | | <div role="tab" aria-expanded="true" aria-controls="el-collapse-content-823" |
| | | aria-describedby="el-collapse-content-823"> |
| | | <div role="button" tabindex="0" |
| | | class="el-collapse-item__header focusing is-active"> |
| | | <div class="avue-group__header avue-group"><i class="el-icon-s-custom avue-group__icon"></i> |
| | | <h1 class="avue-group__title">警情反馈</h1></div> |
| | | </div> |
| | | </div> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <div class="grid-content bg-purple"> |
| | | <el-input |
| | | disabled="true" |
| | | type="textarea" |
| | | v-model="security.snumber" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <div class="demo-image__placeholder"> |
| | | |
| | | <span class="demonstration">警情反馈</span> |
| | | <el-input |
| | | disabled="true" |
| | | type="textarea" |
| | | v-model="security.snumber" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | |
| | | <div class="block"> |
| | | <span class="demonstration">现场拍照</span> |
| | | <div> |
| | | <el-image :src="src" style="width: 200px;margin-left: 5px"></el-image> |
| | | <el-image :src="src" style="width: 200px;margin-left: 5px"></el-image> |
| | | <el-image :src="src" style="width: 200px;margin-left: 5px"></el-image> |
| | | </div> |
| | | </div> |
| | | <div class="block"> |
| | | <span class="demonstration">现场视频</span> |
| | | <div> |
| | | <el-image :src="src" style="width: 200px;margin-left: 5px"> |
| | | <div slot="placeholder" class="image-slot"> |
| | | 加载中<span class="dot">...</span> |
| | | <div class="block"> |
| | | <div style="margin-top: 20px;" role="tab" aria-expanded="true" aria-controls="el-collapse-content-823" |
| | | aria-describedby="el-collapse-content-823"> |
| | | <div role="button" tabindex="0" |
| | | class="el-collapse-item__header focusing is-active"> |
| | | <div class="avue-group__header avue-group"><i class="el-icon-camera-solid avue-group__icon"></i> |
| | | <h1 class="avue-group__title">现场图片</h1></div> |
| | | </div> |
| | | </el-image> |
| | | </div> |
| | | <div> |
| | | <el-image :src="src" style="width: 200px;margin-left: 5px"></el-image> |
| | | <el-image :src="src" style="width: 200px;margin-left: 5px"></el-image> |
| | | <el-image :src="src" style="width: 200px;margin-left: 5px"></el-image> |
| | | </div> |
| | | </div> |
| | | <div class="block"> |
| | | <div style="margin-top: 20px;" role="tab" aria-expanded="true" aria-controls="el-collapse-content-823" |
| | | aria-describedby="el-collapse-content-823"> |
| | | <div role="button" tabindex="0" |
| | | class="el-collapse-item__header focusing is-active"> |
| | | <div class="avue-group__header avue-group"><i class="el-icon-video-camera-solid avue-group__icon"></i> |
| | | <h1 class="avue-group__title">现场视频</h1></div> |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <el-image :src="src" style="width: 200px;margin-left: 5px"> |
| | | <div slot="placeholder" class="image-slot"> |
| | | 加载中<span class="dot">...</span> |
| | | </div> |
| | | </el-image> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </el-tab-pane> |
| | | </el-tab-pane> |
| | | </el-tabs> |
| | | |
| | | <el-row :align="center"> |
| | | <el-col :offset="10"> |
| | | <el-button type="danger">处理完成</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | </el-tabs> |
| | | </el-card> |
| | | |
| | | |
| | | </el-card> |
| | | |
| | | <el-row :align="center"> |
| | | <el-col :offset="10"> |
| | | <el-button onclick="" style="position: absolute;bottom: 40px" type="danger">处理完成</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | </div> |
| | | </el-col> |
| | | |
| | | <el-col :span="12"> |