|
@@ -1,11 +1,4 @@
|
|
<template>
|
|
<template>
|
|
- <!-- <el-drawer
|
|
|
|
- :title="title"
|
|
|
|
- :before-close="cancelForm"
|
|
|
|
- :visible.sync="dialog"
|
|
|
|
- direction="rtl"
|
|
|
|
- ref="drawer"
|
|
|
|
- > -->
|
|
|
|
<el-dialog
|
|
<el-dialog
|
|
:title="title"
|
|
:title="title"
|
|
:visible.sync="dialog"
|
|
:visible.sync="dialog"
|
|
@@ -16,89 +9,12 @@
|
|
<div class="demo-drawer__content" style="padding: 0 20px">
|
|
<div class="demo-drawer__content" style="padding: 0 20px">
|
|
<el-form :model="form" label-position="left" label-width="70px">
|
|
<el-form :model="form" label-position="left" label-width="70px">
|
|
<el-row :gutter="30">
|
|
<el-row :gutter="30">
|
|
- <!-- <el-col :span="24">
|
|
|
|
- <el-form-item label="ID">
|
|
|
|
- <el-input v-model="form.id" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col> -->
|
|
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<el-form-item label="作业内容">
|
|
<el-form-item label="作业内容">
|
|
<el-input v-model="form.opContent" disabled></el-input>
|
|
<el-input v-model="form.opContent" disabled></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- <!-- <el-row :gutter="30">
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="线路/变电站">
|
|
|
|
- <el-input v-model="form.subsOrLineId" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="电压等级">
|
|
|
|
- <el-input v-model="form.voltLvlCd" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row :gutter="30">
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="作业类型">
|
|
|
|
- <el-input v-model="form.opTypDsc" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="管理单位">
|
|
|
|
- <el-input v-model="form.mgmtOrgNm" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row :gutter="30">
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="作业单位">
|
|
|
|
- <el-input v-model="form.submitOrgNm" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="工作负责人">
|
|
|
|
- <el-input v-model="form.workPrincipNm" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row :gutter="30">
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="作业班组">
|
|
|
|
- <el-input v-model="form.workTeamNm" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="作业风险">
|
|
|
|
- <el-input v-model="form.opRiskLvlDsc" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row :gutter="30">
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="作业人数">
|
|
|
|
- <el-input v-model="form.mainBusiOrgOpNum" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="作业开始时间">
|
|
|
|
- <el-input v-model="form.planStartWkTm" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row :gutter="30">
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="作业结束时间">
|
|
|
|
- <el-input v-model="form.planEndTm" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="专业类型">
|
|
|
|
- <el-input v-model="form.majorTypDsc" disabled></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row> -->
|
|
|
|
<el-row :gutter="30">
|
|
<el-row :gutter="30">
|
|
<el-col :span="24" v-if="type == 1">
|
|
<el-col :span="24" v-if="type == 1">
|
|
<el-form-item label="取消原因">
|
|
<el-form-item label="取消原因">
|
|
@@ -124,33 +40,14 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</el-form>
|
|
</el-form>
|
|
- <!-- <div class="demo-drawer__footer" style="text-align: right">
|
|
|
|
- <el-button @click="cancelForm"
|
|
|
|
- >{{ title == "明细" ? "关 闭" : "取 消" }}
|
|
|
|
- </el-button>
|
|
|
|
- <el-button
|
|
|
|
- v-if="title != '明细'"
|
|
|
|
- type="primary"
|
|
|
|
- @click="handleClose"
|
|
|
|
- :loading="loading"
|
|
|
|
- >{{ loading ? "提交中 ..." : "确 定" }}</el-button
|
|
|
|
- >
|
|
|
|
- </div> -->
|
|
|
|
</div>
|
|
</div>
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|
|
- <el-button @click="cancelForm"
|
|
|
|
- >{{ title == "明细" ? "关 闭" : "取 消" }}
|
|
|
|
- </el-button>
|
|
|
|
- <el-button
|
|
|
|
- v-if="title != '明细'"
|
|
|
|
- type="primary"
|
|
|
|
- @click="handleClose"
|
|
|
|
- :loading="loading"
|
|
|
|
- >{{ loading ? "提交中 ..." : "确 定" }}</el-button
|
|
|
|
- >
|
|
|
|
|
|
+ <el-button @click="cancelForm">取 消 </el-button>
|
|
|
|
+ <el-button type="primary" @click="handleClose" :loading="loading">{{
|
|
|
|
+ loading ? "提交中 ..." : "确 定"
|
|
|
|
+ }}</el-button>
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
- <!-- </el-drawer> -->
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|