lkk
4 天以前 ba772ed9b7e6009f57bd6b4f95f43ff61b12dd9b
zongjianshenhe
1个文件已修改
28 ■■■■■ 已修改文件
src/views/doctor/checkAll/index.vue 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/checkAll/index.vue
@@ -3296,7 +3296,10 @@
      getTjdetailList(data)
        .then((response) => {
          if (response.code === 200) {
            this.$modal.msgSuccess("提交成功");
            // this.$modal.msgSuccess("提交成功");
             this.$modal.msgSuccess(
                        response.msg
                     );
            // 清空字段
            this.zhiyeJl = "";
            this.zhiyeJg = "";
@@ -3311,17 +3314,18 @@
            addOrder(dataList)
              .then((res) => {
                if (res.code == 200) {
                  gettoPdf(tjNumber)
                    .then((res) => {
                      this.$modal.msgSuccess(
                        "已生成报告!请前往报告核收页面确认!"
                      );
                    })
                    .catch(() => {
                      this.$modal.msgError(
                        "打印报告失败,请前往报告打印页面补打报告!"
                      );
                    });
                  // gettoPdf(tjNumber)
                  //   .then((res) => {
                  //     this.$modal.msgSuccess(
                  //       "已生成报告!请前往报告核收页面确认!"
                  //     );
                  //   })
                  //   .catch(() => {
                  //     this.$modal.msgError(
                  //       "打印报告失败,请前往报告打印页面补打报告!"
                  //     );
                  //   });
                  const statePromise = getfiedState(reportData).then(() => {
                    this.drawer = false;
                  });