| | |
| | | <div class="safetyAndRiskConfirm_title"> |
| | | <span>{{"安全交底和风险告知确认卡"}}</span> |
| | | </div> |
| | | <el-descriptions class="margin-top" :column="2" border> |
| | | <el-descriptions-item :span="1"> |
| | | <template slot="label"> |
| | | <i class="el-icon-office-building"></i> |
| | | 作业单位 |
| | | </template> |
| | | <div class="safetyAndRiskConfirm_input">{{constructionUnit}}</div> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item :span="1" class="test"> |
| | | <template slot="label"> |
| | | <i class="el-icon-user-solid"></i> |
| | | 车间项目负责人 |
| | | </template> |
| | | <div class="safetyAndRiskConfirm_input">{{director}}</div> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item :span="2"> |
| | | <template slot="label" > |
| | | <i class="el-icon-notebook-2"></i> |
| | | 作业内容 |
| | | </template> |
| | | <el-input class="safetyAndRiskConfirm_input" v-model="taskRiskForm.content"></el-input> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item :span="2"> |
| | | <template slot="label" > |
| | | <i class="el-icon-time"></i> |
| | | 作业时间 |
| | | </template> |
| | | <div class="safetyAndRiskConfirm_input">{{startTime + '-' + endTime}}</div> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item :span="2"> |
| | | <template slot="label" > |
| | | <i class="el-icon-user"></i> |
| | | 作业人员 |
| | | </template> |
| | | <el-input class="safetyAndRiskConfirm_input"></el-input> |
| | | </el-descriptions-item> |
| | | </el-descriptions> |
| | | <el-descriptions title="基本要求" direction="vertical" :column="4" border> |
| | | </el-descriptions> |
| | | |
| | | <div class="safetyAndRiskConfirm_top"> |
| | | <div class="safetyAndRiskConfirm_top_title"> |
| | | {{"作业前,项目负责人应对施工作业人员进行安全交底和风险告知,内容包括作业许可范围及作业环境、作业风险、防范措施(工艺、设备、个体防护等)、应急措施及其他注意事项。作业人员应按照风险告知内容,逐条对接确认,落实到位后方可作业。"}} |