From c0b968ef1229846728cdde787ddc037b45cdf135 Mon Sep 17 00:00:00 2001
From: pengjun <158915633@qq.com>
Date: Thu, 23 Nov 2023 17:19:01 +0800
Subject: [PATCH] import
---
.../customerOrg/patientRegisterImport.vue | 94 +++++++++-
src/views/fee-settings/SysParmSet.vue | 168 +++++++++++++-----
2 files changed, 208 insertions(+), 54 deletions(-)
diff --git a/src/views/customerOrg/patientRegisterImport.vue b/src/views/customerOrg/patientRegisterImport.vue
index 0bdf298..9762b25 100644
--- a/src/views/customerOrg/patientRegisterImport.vue
+++ b/src/views/customerOrg/patientRegisterImport.vue
@@ -11,15 +11,46 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ dddw(dict.sex, "id", scope.row.sexId, "displayName") }}
+
+
+
+
+ {{ scope.row.birthDate ? moment(new Date(scope.row.birthDate)).format('yyyy-MM-DD'):'' }}
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.birthDate ? moment(new Date(scope.row.creationTime)).format('yyyy-MM-DD'):'' }}
+
+
+
@@ -304,14 +335,21 @@
- {{ moment(new Date(scope.row.birthDate)).format('yyyy-MM-DD') }}
+ {{ scope.row.birthDate ? moment(new Date(scope.row.birthDate)).format('yyyy-MM-DD'):'' }}
-
+
+
+
+
+ {{ scope.row.birthDate ? moment(new Date(scope.row.creationTime)).format('yyyy-MM-DD'):'' }}
+
+
+
-
- 保存
-
-
-
+
+
-
+
+
+ {{ dddw(organization,'id',scope.row.organizationUnitId,'displayName')}}
@@ -98,6 +71,33 @@
+
@@ -106,7 +106,7 @@