yuan
8 小时以前 5f5b0d71b96415f7157cfd8e93c9d5dca7126704
fix(质量管理): 优化目测选项显示格式
已修改6个文件
34 ■■■■ 文件已修改
src/views/qualityManagement/finalInspection/components/formDia.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/finalInspection/components/inspectionFormDia.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/processInspection/components/formDia.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/processInspection/components/inspectionFormDia.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/rawMaterialInspection/components/formDia.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/rawMaterialInspection/components/inspectionFormDia.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/finalInspection/components/formDia.vue
@@ -486,9 +486,9 @@
// 检测器具变化时,自动填充设备状态
const handleInstrumentChange = (row) => {
    if (row.instrument === '【目测】') {
    if (row.instrument === '目测') {
        row.deviceId = null;
        row.deviceName = '【目测】';
        row.deviceName = '目测';
        row.deviceStatus = '';
        return;
    }
src/views/qualityManagement/finalInspection/components/inspectionFormDia.vue
@@ -29,7 +29,7 @@
              style="width: 100%"
              @change="handleInstrumentChange(row)"
          >
            <el-option label="【目测】" value="【目测】" />
            <el-option label="目测" value="目测" />
            <el-option
                v-for="item in deviceList"
                :key="item.id"
@@ -151,9 +151,9 @@
// 检测器具变化时,自动填充设备状态
const handleInstrumentChange = (row) => {
  if (row.instrument === '【目测】') {
  if (row.instrument === '目测') {
    row.deviceId = null;
    row.deviceName = '【目测】';
    row.deviceName = '目测';
    row.deviceStatus = '';
    return;
  }
src/views/qualityManagement/processInspection/components/formDia.vue
@@ -128,7 +128,7 @@
              style="width: 100%"
              @change="handleInstrumentChange(row)"
          >
            <el-option label="【目测】" value="【目测】" />
            <el-option label="目测" value="目测" />
            <el-option
                v-for="item in deviceList"
                :key="item.id"
@@ -523,9 +523,9 @@
// 检测器具变化时,自动填充设备状态
const handleInstrumentChange = (row) => {
    if (row.instrument === '【目测】') {
    if (row.instrument === '目测') {
        row.deviceId = null;
        row.deviceName = '【目测】';
        row.deviceName = '目测';
        row.deviceStatus = '';
        return;
    }
src/views/qualityManagement/processInspection/components/inspectionFormDia.vue
@@ -29,7 +29,7 @@
              style="width: 100%"
              @change="handleInstrumentChange(row)"
          >
            <el-option label="【目测】" value="【目测】" />
            <el-option label="目测" value="目测" />
            <el-option
                v-for="item in deviceList"
                :key="item.id"
@@ -151,9 +151,9 @@
// 检测器具变化时,自动填充设备状态
const handleInstrumentChange = (row) => {
  if (row.instrument === '【目测】') {
  if (row.instrument === '目测') {
    row.deviceId = null;
    row.deviceName = '【目测】';
    row.deviceName = '目测';
    row.deviceStatus = '';
    return;
  }
src/views/qualityManagement/rawMaterialInspection/components/formDia.vue
@@ -141,7 +141,7 @@
              style="width: 100%"
              @change="handleInstrumentChange(row)"
          >
            <el-option label="【目测】" value="【目测】" />
            <el-option label="目测" value="目测" />
            <el-option
                v-for="item in deviceList"
                :key="item.id"
@@ -528,9 +528,9 @@
// 检测器具变化时,自动填充设备状态
const handleInstrumentChange = (row) => {
  if (row.instrument === '【目测】') {
  if (row.instrument === '目测') {
    row.deviceId = null;
    row.deviceName = '【目测】';
    row.deviceName = '目测';
    row.deviceStatus = '';
    return;
  }
src/views/qualityManagement/rawMaterialInspection/components/inspectionFormDia.vue
@@ -29,7 +29,7 @@
              style="width: 100%"
              @change="handleInstrumentChange(row)"
          >
            <el-option label="【目测】" value="【目测】" />
            <el-option label="目测" value="目测" />
            <el-option
                v-for="item in deviceList"
                :key="item.id"
@@ -151,9 +151,9 @@
// 检测器具变化时,自动填充设备状态
const handleInstrumentChange = (row) => {
  if (row.instrument === '【目测】') {
  if (row.instrument === '目测') {
    row.deviceId = null;
    row.deviceName = '【目测】';
    row.deviceName = '目测';
    row.deviceStatus = '';
    return;
  }