-
+
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+ 是
+ 否
-
+
+
+ 是
+ 否
+
+
+
+
+ 是
+ 否
+
+
+
-
-
+
+
-
-
-
+
+
+
+
+
+
-
-
- 是
- 否
+
+
+
+
+
+
-
-
- 启用
- 停用
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+ 加载中...
+
+
-
+
- 读身份证
+ 读身份证
- 保存
+ 保存
- 拍照
+ 拍照
- 申请单
+ 申请单
打条码
- 打指引单
+ 打指引单
- 复制新增
+ 复制新增
\ No newline at end of file
+
+.photo {
+ position: absolute;
+ top: 60px;
+ right: 150px;
+ width: 150px;
+ height: 180px;
+}
\ No newline at end of file
diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue
index 1250556..789e73e 100644
--- a/src/components/patientRegister/PatientRegisterList.vue
+++ b/src/components/patientRegister/PatientRegisterList.vue
@@ -11,20 +11,118 @@
highlight-current-row
@row-click="rowick"
ref="dataList"
- >
-
-
-
-
-
-
-
-
-
-
-
-
+ >
+
+
+ {{ ldddw(dict.completeFlag, 'id', scope.row.completeFlag, 'displayName') }}
+
+
+
+
+ {{ scope.row.isLock == 'Y' ? '是':'否' }}
+
+
+
+
+ {{ ldddw(patientRegister.customerOrgTreeAll, 'id', scope.row.customerOrgId, 'displayName') }}
+
+
+
+
+
+
+
+
+ {{ ldddw(dict.sex, 'id', scope.row.sexId, 'displayName') }}
+
+
+
+
+
+
+
+
+
+ {{ ldddw(dict.medicalPackage, 'id', scope.row.medicalPackageId, 'displayName') }}
+
+
+ {{ ldddw(dict.customerOrgGroupAll, 'id', scope.row.customerOrgGroupId, 'displayName') }}
+
+
+
+
+
+ {{ ldddw(dict.nation, 'id', scope.row.nationId, 'displayName') }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ ldddw(dict.maritalStatus, 'id', scope.row.maritalStatusId, 'displayName') }}
+
+
+
+
+ {{ ldddw(dict.medicalType, 'id', scope.row.medicalTypeId, 'displayName') }}
+
+
+
+
+ {{ ldddw(dict.personnelType, 'id', scope.row.personnelTypeId, 'displayName') }}
+
+
+
+
+
+
+
+ {{ scope.row.isVip == 'Y' ? '是':'否' }}
+
+
+
+
+
+
+ {{ scope.row.isUpload == 'Y' ? '是':'否' }}
+
+
+
+
+
+
人员登记
@@ -57,16 +155,26 @@
-
+
+
+
+
+
+
+
+