| | |
| | | <template> |
| | | <!--质量监控-实施流程页面--> |
| | | <div> |
| | | <el-dialog :close-on-click-modal="false" :close-on-press-escape="false" :visible.sync="formDia" title="实施" |
| | | width="60%" @close="closeCarryOutDia"> |
| | |
| | | deviceId: val.id, deviceName: val.label, deviceNumber: val.value, |
| | | specificationModel: val.specificationModel, |
| | | verificationCycles: val.calibrationDate, |
| | | lastDate: val.lastCalibrationDate.substring(0, 10), |
| | | planDate: val.nextCalibrationDate.substring(0, 10), |
| | | lastDate: val.lastCalibrationDate && val.lastCalibrationDate.substring(0, 10), |
| | | planDate: val.nextCalibrationDate && val.nextCalibrationDate.substring(0, 10), |
| | | verificationUnit: val.calibrationServices, |
| | | deviceAmount: 1 |
| | | }) |
| | |
| | | <div style="margin: 10px 0"> |
| | | <el-table ref="yearTable" :data="deviceMaintenancePlanDetails" id="templateParamTable" row-key="deviceId" |
| | | :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border |
| | | height="300px" border style="width: 100% ;"> |
| | | height="300px" style="width: 100% ;"> |
| | | <el-table-column align="center" header-align="center" label="序号" type="index" width="60"></el-table-column> |
| | | <el-table-column label="设备名称" min-width="170" prop="deviceName"> |
| | | <template slot-scope="scope"> |