|
@@ -11,16 +11,15 @@
|
|
|
:before-close="handleClose" width="100%" height="500vh" class="dialogClass" top="0" :modal="false"
|
|
|
:modal-append-to-body="true">
|
|
|
<span class="dialog-body">
|
|
|
- <div class="flex-title">应急预案审批</div>
|
|
|
+ <div>
|
|
|
+ <el-button type="primary" @click="newFormgong" v-if="baocun">保存</el-button>
|
|
|
+ <el-button type="primary" v-if="deal" @click="dealwith()">处理</el-button>
|
|
|
+ <el-button type="primary" @click="close()">关闭</el-button>
|
|
|
+ </div>
|
|
|
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm">
|
|
|
<!--dialogVisible1 = true -->
|
|
|
- <el-form-item style="position: fixed; top: 70px; left: -60px; z-index: 1000">
|
|
|
- <el-button type="primary" @click="newFormgong" v-if="baocun">保存</el-button>
|
|
|
- <el-button type="primary" v-if="deal" @click="dealwith()">处理</el-button>
|
|
|
- <el-button type="primary" @click="close()">关闭</el-button>
|
|
|
-
|
|
|
- <!-- <el-button type="primary" @click="submitForm()" v-if = "baocun">保存</el-button> -->
|
|
|
- </el-form-item>
|
|
|
+ <div class="flex-title">应急预案审批</div>
|
|
|
+
|
|
|
<div class="flex-header">
|
|
|
<el-form-item label="文件标题" prop="needName" style="width: 50%">
|
|
|
<el-input v-model="ruleForm.needName" :disabled="isdisabled"></el-input>
|
|
@@ -96,9 +95,10 @@
|
|
|
:requestForm="requestForm"
|
|
|
/> -->
|
|
|
<Workflow ref="workflow" :list="ruleForm" v-if="isWorkflowStatus == true" @beforeClose="beforeClose"
|
|
|
- @updateForm="updateForm" :requestForm="requestForm" :adminResourceId="adminResourceId" :request_formTitle="request_form.title"/>
|
|
|
+ @updateForm="updateForm" :requestForm="requestForm" :adminResourceId="adminResourceId"
|
|
|
+ :request_formTitle="request_form.title" />
|
|
|
<WorkflowEntrance :list="ruleForm" v-else :lastManList="lastManList" @beforeClose="beforeClose"
|
|
|
- :requestForm="requestForm" :request_formTitle="request_form.title"/>
|
|
|
+ :requestForm="requestForm" :request_formTitle="request_form.title" />
|
|
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
</span>
|
|
@@ -1305,7 +1305,7 @@ export default {
|
|
|
text-align: center;
|
|
|
font-size: 24px;
|
|
|
line-height: 60px;
|
|
|
- border-bottom: 1px solid #e1e1e1;
|
|
|
+ // border-bottom: 1px solid #e1e1e1;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
|