xwt
8 小时以前 7c2192a2f000d94add173b77b6bd4c8c4fc6a5e4
pages/QC/XJ/Add.vue
@@ -97,7 +97,7 @@
                    <view v-if="item.result==null || item.result=='未完成'" class="watermark pending">
                      {{ getStatusText(item.result) }}
                    </view>
                    <view class="description-text">{{ item.projName }}</view>
                    <view class="description-text">{{ getInspectionDescription(item) }}</view>
                  </td>
                  <td>
                    <button v-if="item.isCheck >= item.levelNum" class="record-btn" @click="toDetail(item)">查看</button>
@@ -446,6 +446,15 @@
        }
      },
      
      getInspectionDescription(item) {
        // 取ITEM_MOD字段的值
        if (item.itemMod && item.itemMod.trim() !== '') {
          return item.itemMod;
        } else {
          return '检验项目详情';
        }
      },
      removeXJ() {
        if (this.formData.id) {
          this.$post({