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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ parseTime(scope.row.Timeimport, "{y}-{m}-{d}") }} + + + + + + + + + + + + 外呼 + 详情 + + + + + + + + + + + + + \ 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"> - + + + {{scope.row.sn}} + + + + @@ -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: {