From d5d4842409eecd13f1616cfbb05cd931f1324a8e Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 9 Dec 2024 14:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/ImportDetails/index.vue | 553 +++++++++++++++++++ src/views/manage/patientInfoImport/index.vue | 24 +- 2 files changed, 574 insertions(+), 3 deletions(-) create mode 100644 src/views/manage/ImportDetails/index.vue diff --git a/src/views/manage/ImportDetails/index.vue b/src/views/manage/ImportDetails/index.vue new file mode 100644 index 0000000..6ff06cd --- /dev/null +++ b/src/views/manage/ImportDetails/index.vue @@ -0,0 +1,553 @@ + + + + + \ No newline at end of file diff --git a/src/views/manage/patientInfoImport/index.vue b/src/views/manage/patientInfoImport/index.vue index 87b33f3..65540f0 100644 --- a/src/views/manage/patientInfoImport/index.vue +++ b/src/views/manage/patientInfoImport/index.vue @@ -50,7 +50,13 @@ @selection-change="handleSelectionChange"> - + + + + + @@ -65,7 +71,7 @@ 删除 --> 外呼 - + 明细 @@ -147,8 +153,20 @@ export default { console.log('this.patientInfoImportList') this.getList() }, + // 流水号 + handsn(row){ + this.$router.push({ + path: "/patient/ImportDetails", + query: { + path: "/patient/patientinfoimport", + sn: row.sn, + Timeimport:row.createTime, + }, + }); + + }, + // 外呼 handOutbound(row){ - console.log(row) this.$router.push({ path: "/patient/ManuallyCreatingTasks", query: {