qinxianzhangyao
2023-11-23 5cfc97edd66731e2ebeea36072ec160a25a7bbf3
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="
@@ -671,7 +682,7 @@
        setTimeout(() => {
          loading.close();
        }, 3000);
          this.$message.error("报告正在生成,请两分钟后预览!");
          this.$message.msgSuccess("报告正在生成,请两分钟后预览!");
          
        } else {
          this.dialogVisible = true;
@@ -972,7 +983,7 @@
            id: this.MsgId,
          };
          gettoPdf(tjNumber).then((res) => {
            this.$modal.msgSuccess("已生成报告!请前往体检记录页面查看!");
            this.$modal.msgSuccess("已生成报告!请前往报告核收页面确认!");
          });
          getfiedState(data).then((res) => {
            this.drawer = false;