chenhj
3 小时以前 d01d12384b510fde494a4285ba025f2ebbb548b7
质量检验当中所有检验值名字改为化验值。
已修改6个文件
18 ■■■■ 文件已修改
src/views/qualityManagement/finalInspection/components/formDia.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/finalInspection/components/inspectionFormDia.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/processInspection/components/formDia.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/processInspection/components/inspectionFormDia.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/rawMaterialInspection/components/formDia.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/rawMaterialInspection/components/inspectionFormDia.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/finalInspection/components/formDia.vue
@@ -184,7 +184,7 @@
        prop: "controlValue",
    },
    {
        label: "检验值",
        label: "化验值",
        prop: "testValue",
        dataType: 'slot',
        slot: 'slot',
@@ -275,7 +275,7 @@
              form.value.testStandardId = savedTestStandardId;
            }
          }
          // 编辑场景保留已有检验值,直接拉取原参数数据
          // 编辑场景保留已有化验值,直接拉取原参数数据
          getQualityInspectParamList(row.id);
        });
      });
src/views/qualityManagement/finalInspection/components/inspectionFormDia.vue
@@ -66,7 +66,7 @@
    prop: "controlValue",
  },
  {
    label: "检验值",
    label: "化验值",
    prop: "testValue",
    dataType: 'slot',
    slot: 'slot',
src/views/qualityManagement/processInspection/components/formDia.vue
@@ -192,7 +192,7 @@
        prop: "controlValue",
    },
    {
        label: "检验值",
        label: "化验值",
        prop: "testValue",
        dataType: 'slot',
        slot: 'slot',
@@ -273,7 +273,7 @@
                            if (matchedOption) {
                                // 确保使用匹配项的 id(保持类型一致)
                                form.value.testStandardId = matchedOption.id;
                                // 编辑保留原检验值,直接拉取原参数数据
                                // 编辑保留原化验值,直接拉取原参数数据
                                getQualityInspectParamList(row.id);
                            } else {
                                // 如果找不到匹配项,尝试直接使用原值
src/views/qualityManagement/processInspection/components/inspectionFormDia.vue
@@ -66,7 +66,7 @@
    prop: "controlValue",
  },
  {
    label: "检验值",
    label: "化验值",
    prop: "testValue",
    dataType: 'slot',
    slot: 'slot',
src/views/qualityManagement/rawMaterialInspection/components/formDia.vue
@@ -201,7 +201,7 @@
    prop: "controlValue",
  },
  {
    label: "检验值",
    label: "化验值",
    prop: "testValue",
    dataType: 'slot',
    slot: 'slot',
@@ -282,7 +282,7 @@
              if (matchedOption) {
                // 确保使用匹配项的 id(保持类型一致)
                form.value.testStandardId = matchedOption.id;
                // 编辑保留原检验值,直接拉取原参数数据
                // 编辑保留原化验值,直接拉取原参数数据
                getQualityInspectParamList(row.id);
              } else {
                // 如果找不到匹配项,尝试直接使用原值
src/views/qualityManagement/rawMaterialInspection/components/inspectionFormDia.vue
@@ -66,7 +66,7 @@
    prop: "controlValue",
  },
  {
    label: "检验值",
    label: "化验值",
    prop: "testValue",
    dataType: 'slot',
    slot: 'slot',