+        
           指引单打印
         
-        
+        
           指引单预览
         
-        
+        
           手动合并项目
         
 
-        
+        
           全个人支付
         
-        
+        
           全单位支付
         
-        
 
-    
-    
-      
-        
-        
-        
-          
-            
-              {{ moment(scope.row.lastTime).format("yyyy-MM-DD") }}
-            
-          
-        
-        
-        
-        
-          
-            
-              {{ dddw(dict.sex, "id", scope.row.sexId, "displayName") }}
-            
-          
-        
-        
-          
-            
-              {{ dddw(dict.maritalStatus, "id", scope.row.maritalStatusId, "displayName") }}
-            
-          
-        
-        
-          
-            
-              {{ moment(scope.row.birthDate).format("yyyy-MM-DD") }}
-            
-          
-        
-        
-          
-            
-              {{ dddw(dict.nation, "id", scope.row.nationId, "displayName") }}
-            
-          
-        
-        
-        
-        
-      
-      
-    
-
-    
+    
+      
+      
+        
+          
+          
+          
+            
+              
+                {{ moment(scope.row.lastTime).format("yyyy-MM-DD") }}
+              
+            
+          
+          
+          
+          
+            
+              
+                {{ dddw(dict.sex, "id", scope.row.sexId, "displayName") }}
+              
+            
+          
+          
+            
+              
+                {{ dddw(dict.maritalStatus, "id", scope.row.maritalStatusId, "displayName") }}
+              
+            
+          
+          
+            
+              
+                {{ moment(scope.row.birthDate).format("yyyy-MM-DD") }}
+              
+            
+          
+          
+            
+              
+                {{ dddw(dict.nation, "id", scope.row.nationId, "displayName") }}
+              
+            
+          
+          
+          
+          
+        
+        
+      
+
+      
-    
-    
-      
-    
-
-    
-    
-      
-    
-
-    
-    
-      
-        
-      
-    
+      
+      
+        
+      
+
+      
+      
+        
+      
+
+      
+      
+        
+          
+        
+      
+    
 
   
 
 
 
+}
diff --git a/src/components/patientRegister/PatientRegisterEditItemBatch.vue b/src/components/patientRegister/PatientRegisterEditItemBatch.vue
index 0041fde..91e06cb 100644
--- a/src/components/patientRegister/PatientRegisterEditItemBatch.vue
+++ b/src/components/patientRegister/PatientRegisterEditItemBatch.vue
@@ -5,90 +5,43 @@
         批量调整分组只针对单位体检有效,个人体检将忽略此操作;不能调整已收费或已检的项目及已总检的体检人员。
       
 
       
-        
增加项目
-        删除项目
+        
增加项目
+        删除项目
       
       
-        
如果删除项目属于分组则删除体检记录信息的分组设置
+        
如果删除项目属于分组则删除体检记录信息的分组设置
       
       
         
直接录入
-        
-          
+        
+          
         
       
       
         
-          
-            
+          
+            
             
               
-                
+                
               
             
             
               
-                
+                
               
             
             
               
-                
-                  
+                
+                  
                 
               
             
@@ -96,66 +49,34 @@
         
         
           
-            删除
+            删除
           
           
-            删除全部
+            删除全部
           
           
-            全个人支付
+            全个人支付
           
           
-            全单位支付
+            全单位支付
           
           
-            全赠送
+            全赠送
           
          
        
       
     
-   
+
     
-    
+    
       
     
   
@@ -181,9 +102,9 @@ export default {
   components: {
     ElProgressOCX,
   },
-  props:["multipleSelection"],
+  props: ["multipleSelection"],
   data() {
-    return {  
+    return {
       asbitemBatch: {
         operate: "add",
         isDeleteGroup: false,
@@ -192,7 +113,7 @@ export default {
         asbitemCurr: {}, //当前选中要删除的项目(批量调整)
       },
 
-      asbItemQuick:[], //快速选择未过滤前全部项目
+      asbItemQuick: [], //快速选择未过滤前全部项目
       quickAsb: [], //可供快速选择的组合项目
 
     };
@@ -222,7 +143,7 @@ export default {
 
   },
   methods: {
-    moment,dddw,deepCopy,
+    moment, dddw, deepCopy,
 
     //快速查询项目
     filterMethod(keyWords) {
@@ -232,9 +153,9 @@ export default {
         this.asbItemQuick.forEach((item) => {
           if (
             item.displayName.toLowerCase().indexOf(keyWords.toLowerCase()) >
-              -1 ||
+            -1 ||
             item.simpleCode.toLowerCase().indexOf(keyWords.toLowerCase()) >
-              -1 ||
+            -1 ||
             item.shortName.toLowerCase().indexOf(keyWords.toLowerCase()) > -1
           ) {
             this.quickAsb.push(item);
@@ -267,10 +188,10 @@ export default {
         }
       }
       //console.log(v, this.asbitemBatch.asbitemsTemp);
-      this.$nextTick(() => {        
+      this.$nextTick(() => {
         this.$refs['quickAsbOCX'].blur(); //total  asbItemId
         this.asbItemId = ''
-        this.quickAsb = deepCopy(this.asbItemQuick) 
+        this.quickAsb = deepCopy(this.asbItemQuick)
         this.$refs['quickAsbOCX'].focus(); //total  asbItemId       
       });
 
@@ -352,7 +273,7 @@ export default {
           this.$message.warning(msg);
           return;
         }
-        
+
         let createRegisterAsbitemDtos = deepCopy(
           this.asbitemBatch.asbitemsTemp
         );
@@ -425,13 +346,13 @@ export default {
       // 操作成功后,刷新列表
       this.patientRegister.query.times++
     },
- 
+
     // 初始化字典信息
-    dictInit(){
+    dictInit() {
 
       // 获取在用的组合项目
-      postapi('/api/app/asbitem/GetBasicList',{isFilterActive:'Y'}).then(res =>{
-        if(res.code != -1){          
+      postapi('/api/app/asbitem/GetBasicList', { isFilterActive: 'Y' }).then(res => {
+        if (res.code != -1) {
           this.asbItemQuick = res.data
           this.quickAsb = res.data
         }
@@ -442,10 +363,10 @@ export default {
 
   //监听事件
   watch: {
-    "dataTransOpts.refresh.asbitem.M":{
+    "dataTransOpts.refresh.asbitem.M": {
       immediate: true, // 立即执行
       // deep: true, // 深度监听复杂类型内变化
-      handler(newVal,oldVal){        
+      handler(newVal, oldVal) {
         console.log(`watch: 刷新在用组合项目 newVal: ${newVal} oldVal:${oldVal}`)
         this.dictInit()
       }
@@ -471,5 +392,4 @@ export default {
 .btnClass {
   width: 100px;
 }
-
 
diff --git a/src/components/patientRegister/PatientRegisterItem.vue b/src/components/patientRegister/PatientRegisterItem.vue
index 65d5cdc..d80e754 100644
--- a/src/components/patientRegister/PatientRegisterItem.vue
+++ b/src/components/patientRegister/PatientRegisterItem.vue
@@ -96,7 +96,7 @@
           
             
               
-                
+                
                   
                 
                 {{ scope.row.asbitemName }}
diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue
index e267260..82a6154 100644
--- a/src/components/patientRegister/PatientRegisterList.vue
+++ b/src/components/patientRegister/PatientRegisterList.vue
@@ -1,74 +1,77 @@
 
-  
-    
-      
-        
-          
+    
+      
+        
+          
+            
-          
-            
-              
-                {{ scope.$index + 1 }}
-              
-              
-                {{ dddw(dict.completeFlag, "id", scope.row.completeFlag, "displayName") }}
-              
-              
-                
-              
-              
-                {{ scope.row[dropCol[index].prop] == "Y" ? "是" : "否" }}
-              
-              
-                {{ scope.row.customerOrgParentName
-                  ? scope.row.customerOrgParentName
-                  : scope.row.customerOrgName }}
-              
-              
-                {{ dddw(dict.sex, "id", scope.row[dropCol[index].prop], "displayName") }}
-              
-              
-                
-                  {{ dddw(dict.medicalPackage, "id", scope.row.medicalPackageId, "displayName") }}
+            
+              
+                
+                  {{ scope.$index + 1 }}
                 
-                
-                  {{ dddw(dict.customerOrgGroupAll, "id", scope.row.customerOrgGroupId, "displayName") }}
+                
+                  {{ dddw(dict.completeFlag, "id", scope.row.completeFlag, "displayName") }}
                 
-              
 
-              
-                {{ dddw(dict.nation, "id", scope.row[dropCol[index].prop], "displayName") }}
-              
-              
-                {{ scope.row[dropCol[index].prop] ? moment(scope.row[dropCol[index].prop]).format('yyyy-MM-DD') : '' }}
-              
-              
-                {{ dddw(dict.maritalStatus, "id", scope.row[dropCol[index].prop], "displayName") }}
-              
-              
-                {{ dddw(dict.medicalType, "id", scope.row[dropCol[index].prop], "displayName") }}
-              
-              
-                {{ dddw(dict.personnelType, "id", scope.row[dropCol[index].prop], "displayName") }}
-              
-              
-                {{ scope.row[dropCol[index].prop] }}
-              
-            
-          
-          
-        
-        
-          
-          
-            
共:{{ loadOpts.totalCount }} 条记录,当前显示:{{ patientRegister.prList.length }} 条。
+          
+          
+            
+            
+              共:{{ loadOpts.totalCount }} 条记录,当前显示:{{ tableData.length }}
+                条。
+            
            
         
+        
+        
+          
+          
+            
+          
+        
       
-      
-      
-        
-        
-          
-        
-      
-    
-    
-      
-        人员登记
-      
-      
-        批量正式登记
-      
-      
-        编辑
-      
-      
-        删除
-      
-      
-      
-        批量调整分组
-      
-      
-        批量调整项目
-      
-      
-        指引单打印
-      
-      
-        指引单预览
-      
-      
-        人员信息导出
-      
-      
+      
+    
 
+    
+    
+      
+      
+        
+        
+      
+
+      
+      
+        
+      
+
+
+      
+      
+        
+
+      
+
+      
+      
+        
+      
+
+      
+      
+        
+      
      
-
-    
-    
-      
-      
-    
-
-    
-    
-      
-    
-
-    
-    
-      {{ guideMsg }}
-    
-
-    
-    
-      
-
-    
-
-    
-    
-      
-    
-
-    
-    
-      
-