From 56154ba45e7cfa080c25d1d4e5b0cf918efd0f4e Mon Sep 17 00:00:00 2001
From: pengjun <158915633@qq.com>
Date: Tue, 11 Jul 2023 21:40:59 +0800
Subject: [PATCH] sumcheck
---
 .../doctorCheck/RegisterCheckEdit.vue         | 103 +++++++++
 .../doctorCheck/RegisterCheckList.vue         |   2 +-
 .../patientRegister/PatientRegisterEdit.vue   |   7 +-
 src/components/sumDoctorCheck/ButtonList.vue  |  38 ++++
 src/store/index.js                            |  17 ++
 src/views/doctorCheck/doctorCheck.vue         |  15 +-
 src/views/doctorCheck/sumDoctorCheck.vue      | 210 +++++++++++++++++-
 7 files changed, 379 insertions(+), 13 deletions(-)
 create mode 100644 src/components/doctorCheck/RegisterCheckEdit.vue
 create mode 100644 src/components/sumDoctorCheck/ButtonList.vue
diff --git a/src/components/doctorCheck/RegisterCheckEdit.vue b/src/components/doctorCheck/RegisterCheckEdit.vue
new file mode 100644
index 0000000..d4c2370
--- /dev/null
+++ b/src/components/doctorCheck/RegisterCheckEdit.vue
@@ -0,0 +1,103 @@
+
+  
+    
      
+      
+        检查医生
+        
+      
+      
+        检查日期
+        
+      
 
+      
+        操作者
+        
+      
+      
+        操作日期
+        
+      
+      
+        状态
+        
+          
+        
+      
      
+    
   
+  
 
+
+
+
diff --git a/src/components/doctorCheck/RegisterCheckList.vue b/src/components/doctorCheck/RegisterCheckList.vue
index 7aa16a0..ab27198 100644
--- a/src/components/doctorCheck/RegisterCheckList.vue
+++ b/src/components/doctorCheck/RegisterCheckList.vue
@@ -1,6 +1,6 @@
 
     
-        
                 
         
diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue
index 7e1cdd6..e9d604d 100644
--- a/src/components/patientRegister/PatientRegisterEdit.vue
+++ b/src/components/patientRegister/PatientRegisterEdit.vue
@@ -79,12 +79,7 @@
               
               
                 
-                  
+                  
                 
               
               
diff --git a/src/components/sumDoctorCheck/ButtonList.vue b/src/components/sumDoctorCheck/ButtonList.vue
new file mode 100644
index 0000000..3a001e3
--- /dev/null
+++ b/src/components/sumDoctorCheck/ButtonList.vue
@@ -0,0 +1,38 @@
+
+    
+        
+            人员列表
+        
+        
+            医生诊台
+        
+        
+            保存
+        
+        
+            审核
+        
+        
+            修改
+        
+        
+            取消总检
+        
+        
+            体检报告
+        
+        
+            复查
+        
+        
+            干预措施
+        
        
+    
 
+
+
+
\ No newline at end of file
diff --git a/src/store/index.js b/src/store/index.js
index cb6d2a6..f888d39 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -115,6 +115,17 @@ export default new Vuex.Store({
         mobileTelephone:'', //手机
       },   //人员体检登记显示基本信息
 
+      RegisterCheckEdit:{
+        id:'',
+        checkDoctorId:null,
+        checkDate:'',
+        completeFlag:'0',
+        LastModificationTime:'',
+        LastModifierId:null,
+        isAudit:'N',
+        auditorUserId:null,
+        auditTime:'',
+      },                          //组合项目详情
       RegisterCheckList:[],       //人员体检 组合项目列表
       checkItemList:[],           //组合项目包含的明细项目
       checkSummaryList:[],        //小结
@@ -140,6 +151,12 @@ export default new Vuex.Store({
         { id: "2", displayName: "部份已检" },
         { id: "3", displayName: "已总检" },
       ],
+      checkCompleteFlag: [
+        //体检完成标志
+        { id: "0", displayName: "未检" },
+        { id: "1", displayName: "已检" },
+        { id: "2", displayName: "弃检" },
+      ],
       payType: [
         //支付方式,比如是0自费、2免费、1单位支付
         { id: "0", displayName: "个人支付" },
diff --git a/src/views/doctorCheck/doctorCheck.vue b/src/views/doctorCheck/doctorCheck.vue
index b88a603..776c82e 100644
--- a/src/views/doctorCheck/doctorCheck.vue
+++ b/src/views/doctorCheck/doctorCheck.vue
@@ -5,12 +5,12 @@
             
                                 
              | 
-            
+             | 
                 
              | 
           
           
-            | 
+             | 
                 
              | 
             
@@ -21,7 +21,12 @@
              | 
                 
              | 
-          
 
+          
+          
+            | 
+                
+             | 
+          
         
      
   
@@ -36,7 +41,8 @@
   import RegisterCheckList from "../../components/doctorCheck/RegisterCheckList.vue";
   import CheckItemList from "../../components/doctorCheck/CheckItemList.vue";
   import CheckSumSug from "../../components/doctorCheck/CheckSumSug.vue";
-  
+  import RegisterCheckEdit from "../../components/doctorCheck/RegisterCheckEdit.vue";
+
   export default {
     components: {
       RegisterCheckList,
@@ -44,6 +50,7 @@
       ButtonList,
       CheckItemList,
       CheckSumSug,
+      RegisterCheckEdit
     },
     data() {
       return {
diff --git a/src/views/doctorCheck/sumDoctorCheck.vue b/src/views/doctorCheck/sumDoctorCheck.vue
index 75d597a..c13fc81 100644
--- a/src/views/doctorCheck/sumDoctorCheck.vue
+++ b/src/views/doctorCheck/sumDoctorCheck.vue
@@ -1,3 +1,209 @@
 
-    开发中……
-
\ No newline at end of file
+    
+        
+          
+            | 
+                                
+             | 
+            
+                
+             | 
+          
+          
+            | 
+                
+                    
+                        
+                    
+                    
+                        
+                    
+                    
+                        
+                    
+                    
+                        
+                    
+                    
+                        
+                    
+                    
+                        
+                    
+                
+             | 
+          
          
+        
+    
 
+  
+  
+  
+  
\ No newline at end of file