gaoluyang
2025-03-25 66a2e4f98adaef112e39b1954e9541cc197628ff
设备校准计划-新增设备时缺少数据报错
已修改3个文件
7 ■■■■■ 文件已修改
src/views/CNAS/process/ensureResults/ensureResultsValidity/components/carryOutDialog.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/CNAS/resourceDemand/device/component/addYearPlanDia.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/CNAS/resourceDemand/device/component/equipmentMaintenancePlan.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/CNAS/process/ensureResults/ensureResultsValidity/components/carryOutDialog.vue
@@ -1,4 +1,5 @@
<template>
<!--质量监控-实施流程页面-->
  <div>
    <el-dialog :close-on-click-modal="false" :close-on-press-escape="false" :visible.sync="formDia" title="实施"
      width="60%" @close="closeCarryOutDia">
src/views/CNAS/resourceDemand/device/component/addYearPlanDia.vue
@@ -167,8 +167,8 @@
          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
        })
src/views/CNAS/resourceDemand/device/component/equipmentMaintenancePlan.vue
@@ -56,7 +56,7 @@
      <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">