qinxianzhangyao
2023-11-02 d9ed0ceaba6145c1e7d6a3e8e1bd4f01463f44fe
src/views/doctor/checkAll/index.vue
@@ -232,7 +232,7 @@
        >
          <caption style="background-color: #f8f8f9">
            {{
              item.parent
              item.parent || ""
            }}
          </caption>
          <tr
@@ -294,8 +294,19 @@
                border-collapse: collapse;
                width: 200px;
              "
              v-if="item1.project != null"
            >
              {{ item1.project.proName }}
              {{ item1.project.proName || "" }}
            </td>
            <td
              style="
                border: 1px solid #dfe6ec;
                border-collapse: collapse;
                width: 200px;
              "
             v-else
            >
              {{  "" }}
            </td>
            <td
              style="
@@ -547,11 +558,11 @@
        page: 1,
        pageSize: 10,
        tjNumber: "",
        checkStatus: "",
        beginTime: null,
        endTime: null,
        compId: null,
        name: null,
        checkStatus:null,
      },
      // 查询参数
@@ -671,7 +682,7 @@
        setTimeout(() => {
          loading.close();
        }, 3000);
          this.$message.error("该用户体检报告暂未完成!");
          this.$message.msgSuccess("报告正在生成,请两分钟后预览!");
          
        } else {
          this.dialogVisible = true;
@@ -738,7 +749,7 @@
    // 搜索
    submitForm() {
      this.queryParams.compId = this.CheckBox.drugManufacturerId;
      this.queryParams.checkStatus = null;
      this.queryParams.checkStatus = this.tjStatus;
      if (this.startTime) {
        this.queryParams.beginTime = this.startTime[0];
        this.queryParams.endTime = this.startTime[1];