spring
2025-05-21 ee2882cff02d3545b66c7591f88ed4800f730a9a
src/components/do/b1-inspect-order-plan/circuit-parameters1.vue
@@ -6,7 +6,8 @@
        <el-row>
          <el-col :span="23" style="display: flex;flex-wrap: wrap;">
            <table border="1" cellpadding="10" style="margin: 4px 10px 10px 0;width: 32%;"
              v-for="(item, index) in insProductNew" :key="index + 'ppp'" v-show="isMore ? true : (index < 3 ? true : false)">
              v-for="(item, index) in insProductNew" :key="index + 'ppp'"
              v-show="isMore ? true : (index < 3 ? true : false)">
              <tr>
                <td style="text-align: center;background: #F0F1F5;">
                  <el-tooltip effect="dark" :content="item.inspectionItemSubclass" placement="top-start"><span
@@ -70,8 +71,8 @@
          <el-option v-for="item in bandList" :key="item.value" :label="item.label" :value="item.value">
          </el-option>
        </el-select>
        <el-button size="small" @click="deleteList(y, allBandList, '删除频段')" :disabled="state > 1" style="margin-left: 16px;"
          type="danger">删除频段</el-button>
        <el-button size="small" @click="deleteList(y, allBandList, '删除频段')" :disabled="state > 1"
          style="margin-left: 16px;" type="danger">删除频段</el-button>
        <el-button type="primary" size="small" @click="addList(h.projectList, '互调')" style="margin-left: 16px;"
          :disabled="state > 1" v-show="!isLook && intermodulationNum > 0">添加互调</el-button>
        <!-- <el-button size="small" @click="deleteList(0,h.projectList,'互调')" :disabled="state>1" v-show="!isLook&&intermodulationNum>0">删除互调</el-button> -->
@@ -100,7 +101,8 @@
                    <td>端口</td>
                    <td v-for="(item, index) in n.portList" :key="index + 'aaa'">
                      <div style="display: flex;align-items: center;">
                        <el-input size="small" placeholder="端口" v-model="item.value" :disabled="state > 1"></el-input>
                        <el-input size="small" placeholder="端口" v-model="item.value" :disabled="state > 1"
                          @blur="handleInterface(n.portList, index)"></el-input>
                      </div>
                    </td>
                  </tr>
@@ -123,7 +125,8 @@
            </el-col>
            <el-col :span="1">
              <div style="text-align: center;" :class="{ red: n.result === 0, green: n.result === 1 }">{{
                n.result === 0 ? '不合格' : (n.result === 1 ? '合格' : (n.result === 3 ? '不判定' : (n.result === 3 ?'不判定':'待定'))) }}
                n.result === 0 ? '不合格' : (n.result === 1 ? '合格' : (n.result === 3 ? '不判定' : (n.result === 3
                  ? '不判定' : '待定'))) }}
              </div>
            </el-col>
          </el-row>
@@ -163,7 +166,8 @@
                    <td>端口</td>
                    <td v-for="(item, index) in n.portList" :key="index + 'fff'">
                      <div style="display: flex;align-items: center;">
                        <el-input size="small" placeholder="端口" v-model="item.value" :disabled="state > 1"></el-input>
                        <el-input size="small" placeholder="端口" v-model="item.value" :disabled="state > 1"
                          @blur="handleInterface(n.portList, index)"></el-input>
                      </div>
                    </td>
                    <!-- <td :rowspan="n.angleList.length+1">
@@ -191,7 +195,8 @@
            </el-col>
            <el-col :span="1">
              <div style="text-align: center;" :class="{ red: n.result === 0, green: n.result === 1 }">{{
                n.result === 0 ? '不合格' : (n.result === 1 ? '合格' : (n.result === 3 ? '不判定' : (n.result === 3 ?'不判定':'待定'))) }}
                n.result === 0 ? '不合格' : (n.result === 1 ? '合格' : (n.result === 3 ? '不判定' : (n.result === 3
                  ? '不判定' : '待定'))) }}
              </div>
            </el-col>
          </el-row>
@@ -242,7 +247,7 @@
            </el-col>
            <el-col :span="1">
              <div style="text-align: center;" :class="{ red: n.result === 0, green: n.result === 1 }">{{
                n.result === 0 ? '不合格' : (n.result === 1 ? '合格' : (n.result === 3 ?'不判定':'待定')) }}
                n.result === 0 ? '不合格' : (n.result === 1 ? '合格' : (n.result === 3 ? '不判定' : '待定')) }}
              </div>
            </el-col>
          </el-row>
@@ -285,7 +290,7 @@
            </el-col>
            <el-col :span="1">
              <div style="text-align: center;" :class="{ red: n.result === 0, green: n.result === 1 }">{{
                n.result === 0 ? '不合格' : (n.result === 1 ? '合格' : (n.result === 3 ?'不判定':'待定')) }}
                n.result === 0 ? '不合格' : (n.result === 1 ? '合格' : (n.result === 3 ? '不判定' : '待定')) }}
              </div>
            </el-col>
          </el-row>
@@ -306,16 +311,16 @@
      bandList0: [],
      portList: [
        {
          value: '1',
          value: 'P1',
        },
        {
          value: '2',
          value: 'P2',
        },
        {
          value: '3',
          value: 'P3',
        },
        {
          value: '4',
          value: 'P4',
        },
      ],
      angleList: [
@@ -491,7 +496,7 @@
                if (item.insProductResult2.length > 0 && item.insProductResult2.length < bandList.length) {
                  let obj0 = item.insProductResult2.find(n => m.frequency == n.frequency)
                  if (!obj0) {
                    let port = '1,2,3,4'
                    let port = 'P1,P2,P3,P4'
                    let value = JSON.parse(m.value)
                    let value0 = []
                    value.forEach(n => {
@@ -507,7 +512,7 @@
                  }
                } else {
                  // 如果一条数据都没有,则补全数据
                  let port = '1,2,3,4'
                  let port = 'P1,P2,P3,P4'
                  let value = JSON.parse(m.value)
                  let value0 = []
                  value.forEach(n => {
@@ -604,16 +609,16 @@
          // 赋值端口和角度
          this.portList = [
            {
              value: '1',
              value: 'P1',
            },
            {
              value: '2',
              value: 'P2',
            },
            {
              value: '3',
              value: 'P3',
            },
            {
              value: '4',
              value: 'P4',
            },
          ]
          this.angleList = [
@@ -830,6 +835,15 @@
        n.often = n.often + 'MHz'
      }
    },
    // 添加端口P
    handleInterface(arr, index) {
      if (!arr[index].value) {
        return
      }
      if (!arr[index].value.includes('P')) {
        this.$set(arr[index], 'value', 'P' + arr[index].value)
      }
    },
    save(h, y) {
      let arr = h.projectList.map(item => {
        if (item.portList && item.portList.length > 0) {