| 
					
					
						
							
						
					
					
				 | 
				@ -2,65 +2,31 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				  <div> | 
				 | 
				 | 
				  <div> | 
			
		
		
	
		
			
				 | 
				 | 
				    <!--组件主体--> | 
				 | 
				 | 
				    <!--组件主体--> | 
			
		
		
	
		
			
				 | 
				 | 
				    <div style="display: flex"> | 
				 | 
				 | 
				    <div style="display: flex"> | 
			
		
		
	
		
			
				 | 
				 | 
				      <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :style="'width:' + (window.pageWidth - 200 - 145) + 'px;'" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        @contextmenu.prevent="onContextmenu" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <div :style="'width:' + (window.pageWidth - 200 - 145) + 'px;'" @contextmenu.prevent="onContextmenu"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div> | 
				 | 
				 | 
				        <div> | 
			
		
		
	
		
			
				 | 
				 | 
				          <u-table | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            :data="tableData" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            border | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            :height=" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              window.pageHeight < 600 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <u-table :data="tableData" border :height="window.pageHeight < 600 | 
			
		
		
	
		
			
				 | 
				 | 
				            ? 248 | 
				 | 
				 | 
				            ? 248 | 
			
		
		
	
		
			
				 | 
				 | 
				            : Math.floor(((window.pageHeight - 250) * 2) / 3) | 
				 | 
				 | 
				            : Math.floor(((window.pageHeight - 250) * 2) / 3) | 
			
		
		
	
		
			
				 | 
				 | 
				            " | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            highlight-current-row | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            @row-click="rowClick" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            size="small" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            row-key="id" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            @selection-change="handleSelectionChange" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            @row-contextmenu="onCellRightClick" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            ref="info" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            id="info" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            :row-class-name="handleRowClassName" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            use-virtual | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            :row-height="30" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            @table-body-scroll="scrollFull" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            big-data-checkbox | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            :data-changes-scroll-top="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            <u-table-column | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              type="selection" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              width="40" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              align="center" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            ></u-table-column> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            <u-table-column | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              v-for="(item, index) in dragCol" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              :key="index" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              :type="dragCol[index].type" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              :min-width="dragCol[index].minWidth" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              :align="dragCol[index].align" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              :label="item.label" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              :prop="dragCol[index].prop" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              :sortable=" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                dragCol[index].type || dragCol[index].prop == 'sn' | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            " highlight-current-row @row-click="rowClick" size="small" row-key="id" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            @selection-change="handleSelectionChange" @row-contextmenu="onCellRightClick" ref="info" id="info" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            :row-class-name="handleRowClassName" use-virtual :row-height="30" @table-body-scroll="scrollFull" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            big-data-checkbox :data-changes-scroll-top="false"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            <u-table-column type="selection" width="40" align="center"></u-table-column> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            <u-table-column v-for="(item, index) in dragCol" :key="index" :type="dragCol[index].type" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				              :min-width="dragCol[index].minWidth" :align="dragCol[index].align" :label="item.label" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				              :prop="dragCol[index].prop" :sortable="dragCol[index].type || dragCol[index].prop == 'sn' | 
			
		
		
	
		
			
				 | 
				 | 
				                ? false | 
				 | 
				 | 
				                ? false | 
			
		
		
	
		
			
				 | 
				 | 
				                : true | 
				 | 
				 | 
				                : true | 
			
		
		
	
		
			
				 | 
				 | 
				              " | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                "> | 
			
		
		
	
		
			
				 | 
				 | 
				              <template slot-scope="scope" v-if="!dragCol[index].type"> | 
				 | 
				 | 
				              <template slot-scope="scope" v-if="!dragCol[index].type"> | 
			
		
		
	
		
			
				 | 
				 | 
				                <div v-if="!dragCol[index].type"> | 
				 | 
				 | 
				                <div v-if="!dragCol[index].type"> | 
			
		
		
	
		
			
				 | 
				 | 
				                  <div v-if="dragCol[index].prop == 'sn'"> | 
				 | 
				 | 
				                  <div v-if="dragCol[index].prop == 'sn'"> | 
			
		
		
	
		
			
				 | 
				 | 
				                    {{ scope.$index + 1 }} | 
				 | 
				 | 
				                    {{ scope.$index + 1 }} | 
			
		
		
	
		
			
				 | 
				 | 
				                  </div> | 
				 | 
				 | 
				                  </div> | 
			
		
		
	
		
			
				 | 
				 | 
				                  <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                    v-else-if="dragCol[index].prop == 'completeFlag'" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                    :style="`color: ${setPrStatusColor( | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                  <div v-else-if="dragCol[index].prop == 'completeFlag'" :style="`color: ${setPrStatusColor( | 
			
		
		
	
		
			
				 | 
				 | 
				                    scope.row.isAudit, | 
				 | 
				 | 
				                    scope.row.isAudit, | 
			
		
		
	
		
			
				 | 
				 | 
				                    scope.row.completeFlag | 
				 | 
				 | 
				                    scope.row.completeFlag | 
			
		
		
	
		
			
				 | 
				 | 
				                    )}`" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                  > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                  )}`"> | 
			
		
		
	
		
			
				 | 
				 | 
				                    {{ | 
				 | 
				 | 
				                    {{ | 
			
		
		
	
		
			
				 | 
				 | 
				                      scope.row.isAudit == "Y" | 
				 | 
				 | 
				                      scope.row.isAudit == "Y" | 
			
		
		
	
		
			
				 | 
				 | 
				                        ? "已审核" | 
				 | 
				 | 
				                        ? "已审核" | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -83,21 +49,13 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				                    }} | 
				 | 
				 | 
				                    }} | 
			
		
		
	
		
			
				 | 
				 | 
				                  </div> | 
				 | 
				 | 
				                  </div> | 
			
		
		
	
		
			
				 | 
				 | 
				                  <div v-else-if="dragCol[index].prop == 'guidePrintTimes'"> | 
				 | 
				 | 
				                  <div v-else-if="dragCol[index].prop == 'guidePrintTimes'"> | 
			
		
		
	
		
			
				 | 
				 | 
				                    <i | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                      class="el-icon-printer" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                      v-if="scope.row.guidePrintTimes > 0" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                      style="font-size: 20px; color: green" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                    /> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    <i class="el-icon-printer" v-if="scope.row.guidePrintTimes > 0" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                      style="font-size: 20px; color: green" /> | 
			
		
		
	
		
			
				 | 
				 | 
				                  </div> | 
				 | 
				 | 
				                  </div> | 
			
		
		
	
		
			
				 | 
				 | 
				                  <div v-else-if="dragCol[index].prop == 'isLock'"> | 
				 | 
				 | 
				                  <div v-else-if="dragCol[index].prop == 'isLock'"> | 
			
		
		
	
		
			
				 | 
				 | 
				                    <i | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                      class="el-icon-lock" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                      v-if="scope.row.isLock == 'Y'" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                      style="font-size: 20px; color: red" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                    /> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    <i class="el-icon-lock" v-if="scope.row.isLock == 'Y'" style="font-size: 20px; color: red" /> | 
			
		
		
	
		
			
				 | 
				 | 
				                  </div> | 
				 | 
				 | 
				                  </div> | 
			
		
		
	
		
			
				 | 
				 | 
				                  <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                    v-else-if=" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                  <div v-else-if=" | 
			
		
		
	
		
			
				 | 
				 | 
				                    dragCol[index].prop == 'isVip' || | 
				 | 
				 | 
				                    dragCol[index].prop == 'isVip' || | 
			
		
		
	
		
			
				 | 
				 | 
				                    dragCol[index].prop == 'isUpload' || | 
				 | 
				 | 
				                    dragCol[index].prop == 'isUpload' || | 
			
		
		
	
		
			
				 | 
				 | 
				                    dragCol[index].prop == 'qztlIsMain' || | 
				 | 
				 | 
				                    dragCol[index].prop == 'qztlIsMain' || | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -106,14 +64,11 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				                    dragCol[index].prop == 'qztlIsGt' || | 
				 | 
				 | 
				                    dragCol[index].prop == 'qztlIsGt' || | 
			
		
		
	
		
			
				 | 
				 | 
				                    dragCol[index].prop == 'qztlIsWh' || | 
				 | 
				 | 
				                    dragCol[index].prop == 'qztlIsWh' || | 
			
		
		
	
		
			
				 | 
				 | 
				                    dragCol[index].prop == 'qztlIsFj' | 
				 | 
				 | 
				                    dragCol[index].prop == 'qztlIsFj' | 
			
		
		
	
		
			
				 | 
				 | 
				                    " | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                  > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                  "> | 
			
		
		
	
		
			
				 | 
				 | 
				                    {{ scope.row[dragCol[index].prop] == "Y" ? "是" : "否" }} | 
				 | 
				 | 
				                    {{ scope.row[dragCol[index].prop] == "Y" ? "是" : "否" }} | 
			
		
		
	
		
			
				 | 
				 | 
				                  </div> | 
				 | 
				 | 
				                  </div> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				                  <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                    v-else-if="dragCol[index].prop == 'customerOrgParentName'" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                  > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                  <div v-else-if="dragCol[index].prop == 'customerOrgParentName'"> | 
			
		
		
	
		
			
				 | 
				 | 
				                    {{ | 
				 | 
				 | 
				                    {{ | 
			
		
		
	
		
			
				 | 
				 | 
				                      scope.row.customerOrgParentName | 
				 | 
				 | 
				                      scope.row.customerOrgParentName | 
			
		
		
	
		
			
				 | 
				 | 
				                        ? scope.row.customerOrgParentName | 
				 | 
				 | 
				                        ? scope.row.customerOrgParentName | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -131,12 +86,10 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				                    }} | 
				 | 
				 | 
				                    }} | 
			
		
		
	
		
			
				 | 
				 | 
				                  </div> | 
				 | 
				 | 
				                  </div> | 
			
		
		
	
		
			
				 | 
				 | 
				                  <div v-else-if="dragCol[index].prop == 'groupPack'"> | 
				 | 
				 | 
				                  <div v-else-if="dragCol[index].prop == 'groupPack'"> | 
			
		
		
	
		
			
				 | 
				 | 
				                    <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                      v-if=" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    <div v-if=" | 
			
		
		
	
		
			
				 | 
				 | 
				                      scope.row.medicalPackageId !== dict.personOrgId && | 
				 | 
				 | 
				                      scope.row.medicalPackageId !== dict.personOrgId && | 
			
		
		
	
		
			
				 | 
				 | 
				                      scope.row.customerOrgId === dict.personOrgId | 
				 | 
				 | 
				                      scope.row.customerOrgId === dict.personOrgId | 
			
		
		
	
		
			
				 | 
				 | 
				                      " | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                    > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    "> | 
			
		
		
	
		
			
				 | 
				 | 
				                      {{ | 
				 | 
				 | 
				                      {{ | 
			
		
		
	
		
			
				 | 
				 | 
				                        dddw( | 
				 | 
				 | 
				                        dddw( | 
			
		
		
	
		
			
				 | 
				 | 
				                          dict.medicalPackage, | 
				 | 
				 | 
				                          dict.medicalPackage, | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -146,12 +99,10 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				                        ) | 
				 | 
				 | 
				                        ) | 
			
		
		
	
		
			
				 | 
				 | 
				                      }} | 
				 | 
				 | 
				                      }} | 
			
		
		
	
		
			
				 | 
				 | 
				                    </div> | 
				 | 
				 | 
				                    </div> | 
			
		
		
	
		
			
				 | 
				 | 
				                    <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                      v-if=" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    <div v-if=" | 
			
		
		
	
		
			
				 | 
				 | 
				                      scope.row.medicalPackageId !== dict.personOrgId && | 
				 | 
				 | 
				                      scope.row.medicalPackageId !== dict.personOrgId && | 
			
		
		
	
		
			
				 | 
				 | 
				                      scope.row.customerOrgId !== dict.personOrgId | 
				 | 
				 | 
				                      scope.row.customerOrgId !== dict.personOrgId | 
			
		
		
	
		
			
				 | 
				 | 
				                      " | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                    > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    "> | 
			
		
		
	
		
			
				 | 
				 | 
				                      {{ | 
				 | 
				 | 
				                      {{ | 
			
		
		
	
		
			
				 | 
				 | 
				                        dddw( | 
				 | 
				 | 
				                        dddw( | 
			
		
		
	
		
			
				 | 
				 | 
				                          dict.customerOrgGroupAll, | 
				 | 
				 | 
				                          dict.customerOrgGroupAll, | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
						
							
						
					
					
				 | 
				@ -259,12 +210,10 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				          <div style="display: flex; justify-content: space-between"> | 
				 | 
				 | 
				          <div style="display: flex; justify-content: space-between"> | 
			
		
		
	
		
			
				 | 
				 | 
				            <div></div> | 
				 | 
				 | 
				            <div></div> | 
			
		
		
	
		
			
				 | 
				 | 
				            <div> | 
				 | 
				 | 
				            <div> | 
			
		
		
	
		
			
				 | 
				 | 
				              <span style="font-size: 12px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                >共:{{ loadOpts.totalCount }} 条记录,当前显示:{{ | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				              <span style="font-size: 12px">共:{{ loadOpts.totalCount }} 条记录,当前显示:{{ | 
			
		
		
	
		
			
				 | 
				 | 
				                tableData.length | 
				 | 
				 | 
				                tableData.length | 
			
		
		
	
		
			
				 | 
				 | 
				              }} | 
				 | 
				 | 
				              }} | 
			
		
		
	
		
			
				 | 
				 | 
				                条。</span | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                条。</span> | 
			
		
		
	
		
			
				 | 
				 | 
				            </div> | 
				 | 
				 | 
				            </div> | 
			
		
		
	
		
			
				 | 
				 | 
				          </div> | 
				 | 
				 | 
				          </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -277,53 +226,23 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				        </el-tabs> | 
				 | 
				 | 
				        </el-tabs> | 
			
		
		
	
		
			
				 | 
				 | 
				      </div> | 
				 | 
				 | 
				      </div> | 
			
		
		
	
		
			
				 | 
				 | 
				      <div style="margin-left: 10px"> | 
				 | 
				 | 
				      <div style="margin-left: 10px"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          v-show="checkPagePriv(pagePriv.privs, '导入青藏数据')" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          class="listBtn" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            type="success" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            class="commonbutton" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            @click="btnImportOrgData" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >导入青藏数据</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '导入青藏数据')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="success" class="commonbutton" @click="btnImportOrgData">导入青藏数据</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '人员登记')" class="listBtn"> | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '人员登记')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button type="success" class="commonbutton" @click="btnAdd" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >人员登记</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="success" class="commonbutton" @click="btnAdd">人员登记</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          v-show="checkPagePriv(pagePriv.privs, '批量正式登记')" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          class="listBtn" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            type="success" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            class="commonbutton" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            @click="btnAddBatch('1')" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >批量正式登记</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '批量正式登记')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="success" class="commonbutton" @click="btnAddBatch('1')">批量正式登记</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          v-show="checkPagePriv(pagePriv.privs, '批量转预登记')" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          class="listBtn" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            type="success" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            class="commonbutton" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            @click="btnAddBatch('0')" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >批量转预登记</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '批量转预登记')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="success" class="commonbutton" @click="btnAddBatch('0')">批量转预登记</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '编辑')" class="listBtn"> | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '编辑')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button type="primary" class="commonbutton" @click="btnEdit" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >编辑</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="primary" class="commonbutton" @click="btnEdit">编辑</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '删除')" class="listBtn"> | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '删除')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button type="danger" class="deleteButton" @click="btnDel" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >删除</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="danger" class="deleteButton" @click="btnDel">删除</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <!-- | 
				 | 
				 | 
				        <!-- | 
			
		
		
	
		
			
				 | 
				 | 
				      <div class="listBtn"> | 
				 | 
				 | 
				      <div class="listBtn"> | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -339,74 +258,29 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				        <el-button type="" class="btnClass commonbutton">健康档案</el-button> | 
				 | 
				 | 
				        <el-button type="" class="btnClass commonbutton">健康档案</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				      </div> | 
				 | 
				 | 
				      </div> | 
			
		
		
	
		
			
				 | 
				 | 
				      --> | 
				 | 
				 | 
				      --> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          v-show="checkPagePriv(pagePriv.privs, '批量调整分组')" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          class="listBtn" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button type="" class="commonbutton" @click="btnGroupBatch" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >批量调整分组</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '批量调整分组')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="" class="commonbutton" @click="btnGroupBatch">批量调整分组</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          v-show="checkPagePriv(pagePriv.privs, '批量调整项目')" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          class="listBtn" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button type="" class="commonbutton" @click="btnAsbBatch" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >批量调整项目</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '批量调整项目')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="" class="commonbutton" @click="btnAsbBatch">批量调整项目</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          v-show="checkPagePriv(pagePriv.privs, '指引单打印')" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          class="listBtn" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            type="" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            class="commonbutton" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            @click="guidePrint('0001', false)" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >指引单打印</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '指引单打印')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="" class="commonbutton" @click="guidePrint('0001', false)">指引单打印</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          v-show="checkPagePriv(pagePriv.privs, '指引单预览')" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          class="listBtn" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            type="" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            class="commonbutton" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            @click="guidePrint('0001', true)" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >指引单预览</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '指引单预览')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="" class="commonbutton" @click="guidePrint('0001', true)">指引单预览</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          v-show="checkPagePriv(pagePriv.privs, '人员检验检查条码')" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          class="listBtn" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            type="" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            class="commonbutton" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            @click="printPromise()" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            style="font-size: 12px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >人员检验检查条码</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '人员检验检查条码')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="" class="commonbutton" @click="printPromise()" style="font-size: 12px">人员检验检查条码</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          v-show="checkPagePriv(pagePriv.privs, '人员信息导出')" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          class="listBtn" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          <download-excel | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            :fields="jsonFields" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            :fetch="btnExport" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            type="xls" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            :name="tableName" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <div v-show="checkPagePriv(pagePriv.privs, '人员信息导出')" class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <download-excel :fields="jsonFields" :fetch="btnExport" type="xls" :name="tableName"> | 
			
		
		
	
		
			
				 | 
				 | 
				            <el-button type="" style="width:100%">人员信息导出</el-button> | 
				 | 
				 | 
				            <el-button type="" style="width:100%">人员信息导出</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				          </download-excel> | 
				 | 
				 | 
				          </download-excel> | 
			
		
		
	
		
			
				 | 
				 | 
				          <!-- <el-button type="" class="commonbutton" @click="btnExport('info')">人员信息导出</el-button> --> | 
				 | 
				 | 
				          <!-- <el-button type="" class="commonbutton" @click="btnExport('info')">人员信息导出</el-button> --> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div class="listBtn"> | 
				 | 
				 | 
				        <div class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button type="" class="commonbutton" @click="btnDragColDesign" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >设计列排序</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button type="" class="commonbutton" @click="btnDragColDesign">设计列排序</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        <!-- elProgress.display  dialogWin.LocalConfig | 
				 | 
				 | 
				        <!-- elProgress.display  dialogWin.LocalConfig | 
			
		
		
	
		
			
				 | 
				 | 
				        <div class="listBtn">  | 
				 | 
				 | 
				        <div class="listBtn">  | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -417,40 +291,25 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				      <div class="listBtn"> | 
				 | 
				 | 
				      <div class="listBtn"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <el-button type="" class="btnClass commonbutton" @click="rowSelected(tableData)">选中</el-button> | 
				 | 
				 | 
				        <el-button type="" class="btnClass commonbutton" @click="rowSelected(tableData)">选中</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				      </div> | 
				 | 
				 | 
				      </div> | 
			
		
		
	
		
			
				 | 
				 | 
				      --></div> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      --> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      </div> | 
			
		
		
	
		
			
				 | 
				 | 
				    </div> | 
				 | 
				 | 
				    </div> | 
			
		
		
	
		
			
				 | 
				 | 
				    <!--组件弹窗--> | 
				 | 
				 | 
				    <!--组件弹窗--> | 
			
		
		
	
		
			
				 | 
				 | 
				    <div> | 
				 | 
				 | 
				    <div> | 
			
		
		
	
		
			
				 | 
				 | 
				      <!-- 体检人员登记 :title="patientRegister.patientRegisterRd.id ? '体检人员--编辑' : '体检人员--新增'" --> | 
				 | 
				 | 
				      <!-- 体检人员登记 :title="patientRegister.patientRegisterRd.id ? '体检人员--编辑' : '体检人员--新增'" --> | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :title=" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          dataTransOpts.tableS.patient_register.id | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog :title="dataTransOpts.tableS.patient_register.id | 
			
		
		
	
		
			
				 | 
				 | 
				        ? '体检人员--编辑' | 
				 | 
				 | 
				        ? '体检人员--编辑' | 
			
		
		
	
		
			
				 | 
				 | 
				        : '体检人员--新增' | 
				 | 
				 | 
				        : '体检人员--新增' | 
			
		
		
	
		
			
				 | 
				 | 
				        " | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="dialogWin.PatientRegisterEdit" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        fullscreen | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        @close="close_dialogWin_PatientRegisterEdit" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        " :visible.sync="dialogWin.PatientRegisterEdit" :close-on-click-modal="false" fullscreen | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        @close="close_dialogWin_PatientRegisterEdit"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <!-- :formInitData="patientRegister.patientRegisterRd" --> | 
				 | 
				 | 
				        <!-- :formInitData="patientRegister.patientRegisterRd" --> | 
			
		
		
	
		
			
				 | 
				 | 
				        <PatientRegisterEdit | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          :isDoctor="'1'" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          :patientRegisterId="patientRegister.patientRegisterRd.id" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          :editTimes="editTimes" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          :refFuncSetData="refFuncSetData" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        /> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <PatientRegisterEdit :isDoctor="'1'" :patientRegisterId="patientRegister.patientRegisterRd.id" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          :editTimes="editTimes" :refFuncSetData="refFuncSetData" /> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				      <!-- 修改信息 --> | 
				 | 
				 | 
				      <!-- 修改信息 --> | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :title="`修改信息--${upBaseInfo.label}`" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="upBaseInfo.visble" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        width="400" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :show-close="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :append-to-body="true" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog :title="`修改信息--${upBaseInfo.label}`" :visible.sync="upBaseInfo.visble" width="400" :show-close="false" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :append-to-body="true" :close-on-click-modal="false"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div> | 
				 | 
				 | 
				        <div> | 
			
		
		
	
		
			
				 | 
				 | 
				          <div style="display: flex; margin-bottom: 20px"> | 
				 | 
				 | 
				          <div style="display: flex; margin-bottom: 20px"> | 
			
		
		
	
		
			
				 | 
				 | 
				            <span style="padding: 5px 0 0 10px; width: 100px">{{ | 
				 | 
				 | 
				            <span style="padding: 5px 0 0 10px; width: 100px">{{ | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -461,183 +320,91 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				          <div style="display: flex; justify-content: space-between"> | 
				 | 
				 | 
				          <div style="display: flex; justify-content: space-between"> | 
			
		
		
	
		
			
				 | 
				 | 
				            <div></div> | 
				 | 
				 | 
				            <div></div> | 
			
		
		
	
		
			
				 | 
				 | 
				            <div> | 
				 | 
				 | 
				            <div> | 
			
		
		
	
		
			
				 | 
				 | 
				              <el-button class="commonbutton" @click="btnUpBaseInfo" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                >提交</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              <el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                class="commonbutton" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                @click="close_dialogWin_upBaseInfo" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                >关闭</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				              <el-button class="commonbutton" @click="btnUpBaseInfo">提交</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				              <el-button class="commonbutton" @click="close_dialogWin_upBaseInfo">关闭</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				            </div> | 
				 | 
				 | 
				            </div> | 
			
		
		
	
		
			
				 | 
				 | 
				          </div> | 
				 | 
				 | 
				          </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        title="修改信息--体检日期" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="dialogEditMedicalStartDate" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        width="400" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :show-close="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :append-to-body="true" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog title="修改信息--体检日期" :visible.sync="dialogEditMedicalStartDate" width="400" :show-close="false" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :append-to-body="true" :close-on-click-modal="false"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <div> | 
				 | 
				 | 
				        <div> | 
			
		
		
	
		
			
				 | 
				 | 
				          <div style="display: flex; margin-bottom: 20px"> | 
				 | 
				 | 
				          <div style="display: flex; margin-bottom: 20px"> | 
			
		
		
	
		
			
				 | 
				 | 
				            <span style="padding: 5px 0 0 10px; width: 100px">体检日期</span> | 
				 | 
				 | 
				            <span style="padding: 5px 0 0 10px; width: 100px">体检日期</span> | 
			
		
		
	
		
			
				 | 
				 | 
				            <el-date-picker | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              v-model="upBaseInfo.medicalStartDate" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              type="date" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              placeholder="体检日期" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              size="small" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              value-format="yyyy-MM-dd" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              :picker-options="pickerOptions" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            /> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            <el-date-picker v-model="upBaseInfo.medicalStartDate" type="date" placeholder="体检日期" size="small" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				              value-format="yyyy-MM-dd" :picker-options="pickerOptions" /> | 
			
		
		
	
		
			
				 | 
				 | 
				          </div> | 
				 | 
				 | 
				          </div> | 
			
		
		
	
		
			
				 | 
				 | 
				          <div style="display: flex; justify-content: space-between"> | 
				 | 
				 | 
				          <div style="display: flex; justify-content: space-between"> | 
			
		
		
	
		
			
				 | 
				 | 
				            <div></div> | 
				 | 
				 | 
				            <div></div> | 
			
		
		
	
		
			
				 | 
				 | 
				            <div> | 
				 | 
				 | 
				            <div> | 
			
		
		
	
		
			
				 | 
				 | 
				              <el-button class="commonbutton" @click="btnEditMedicalStartDate" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                >提交</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              <el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                class="commonbutton" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                @click="dialogEditMedicalStartDate = false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				                >关闭</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				              > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				              <el-button class="commonbutton" @click="btnEditMedicalStartDate">提交</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				              <el-button class="commonbutton" @click="dialogEditMedicalStartDate = false">关闭</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				            </div> | 
				 | 
				 | 
				            </div> | 
			
		
		
	
		
			
				 | 
				 | 
				          </div> | 
				 | 
				 | 
				          </div> | 
			
		
		
	
		
			
				 | 
				 | 
				        </div> | 
				 | 
				 | 
				        </div> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				      <!-- 分诊排队 --> | 
				 | 
				 | 
				      <!-- 分诊排队 --> | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        title="分诊排队" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="dialogWin.queue" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        width="800px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :append-to-body="true" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog title="分诊排队" :visible.sync="dialogWin.queue" width="800px" :append-to-body="true" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :close-on-click-modal="false"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <Queue :refParams="queueParams" /> | 
				 | 
				 | 
				        <Queue :refParams="queueParams" /> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				      <!-- 拍照 --> | 
				 | 
				 | 
				      <!-- 拍照 --> | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        title="拍照" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="patientRegister.cameraVisble" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        width="400" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        height="800" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :show-close="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :append-to-body="true" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog title="拍照" :visible.sync="patientRegister.cameraVisble" width="400" height="800" :show-close="false" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :append-to-body="true" :close-on-click-modal="false"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <Camera :id="patientRegister.patientRegisterId" /> | 
				 | 
				 | 
				        <Camera :id="patientRegister.patientRegisterId" /> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				      <!-- 导入企业数据 --> | 
				 | 
				 | 
				      <!-- 导入企业数据 --> | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        title="导入企业数据" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="dialogWin.ImportOrgData" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        width="800px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :append-to-body="true" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog title="导入企业数据" :visible.sync="dialogWin.ImportOrgData" width="800px" :append-to-body="true" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :close-on-click-modal="false"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <ImportOrgData /> | 
				 | 
				 | 
				        <ImportOrgData /> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				      <!-- 列排序 --> | 
				 | 
				 | 
				      <!-- 列排序 --> | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        title="列排序" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="dialogColSort" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        width="300px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :append-to-body="true" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        <el-table | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          id="elTable_dragCol" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          :data="dragColDesign" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          row-key="prop" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          border | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          height="600" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog title="列排序" :visible.sync="dialogColSort" width="300px" :append-to-body="true" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :close-on-click-modal="false"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <el-table id="elTable_dragCol" :data="dragColDesign" row-key="prop" border height="600"> | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-table-column type="index" label="序号" width="40" align="center"> | 
				 | 
				 | 
				          <el-table-column type="index" label="序号" width="40" align="center"> | 
			
		
		
	
		
			
				 | 
				 | 
				          </el-table-column> | 
				 | 
				 | 
				          </el-table-column> | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-table-column | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            label="列名" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            prop="label" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            min-width="120" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            align="center" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          ></el-table-column> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-table-column label="列名" prop="label" min-width="120" align="center"></el-table-column> | 
			
		
		
	
		
			
				 | 
				 | 
				        </el-table> | 
				 | 
				 | 
				        </el-table> | 
			
		
		
	
		
			
				 | 
				 | 
				        <span slot="footer" class="dialog-footer"> | 
				 | 
				 | 
				        <span slot="footer" class="dialog-footer"> | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button class="commonbutton" @click="dialogColSort = false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >取消</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          <el-button class="commonbutton" @click="btnDragColDesignOk" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            >确定</el-button | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button class="commonbutton" @click="dialogColSort = false">取消</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				          <el-button class="commonbutton" @click="btnDragColDesignOk">确定</el-button> | 
			
		
		
	
		
			
				 | 
				 | 
				        </span> | 
				 | 
				 | 
				        </span> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				      <!-- 批量调整分组 --> | 
				 | 
				 | 
				      <!-- 批量调整分组 --> | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        title="批量调整分组" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="dialogWin.PatientRegisterEditGroupBatch" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        width="600px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        height="800px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :append-to-body="true" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog title="批量调整分组" :visible.sync="dialogWin.PatientRegisterEditGroupBatch" width="600px" height="800px" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :append-to-body="true" :close-on-click-modal="false"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <PatientRegisterEditGroupBatch :multipleSelection="multipleSelection" /> | 
				 | 
				 | 
				        <PatientRegisterEditGroupBatch :multipleSelection="multipleSelection" /> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				      <!-- 批量调整项目 --> | 
				 | 
				 | 
				      <!-- 批量调整项目 --> | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        title="批量调整项目" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="dialogWin.PatientRegisterEditItemBatch" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        width="610px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        height="800px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :append-to-body="true" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog title="批量调整项目" :visible.sync="dialogWin.PatientRegisterEditItemBatch" width="610px" height="800px" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :append-to-body="true" :close-on-click-modal="false"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <PatientRegisterEditItemBatch :multipleSelection="multipleSelection" /> | 
				 | 
				 | 
				        <PatientRegisterEditItemBatch :multipleSelection="multipleSelection" /> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				      <!-- 批量调整检查项目医生 --> | 
				 | 
				 | 
				      <!-- 批量调整检查项目医生 --> | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        title="批量调整检查项目医生" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="dialogWin.PatientRegisterEditDoctorBatch" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        width="610px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :append-to-body="true" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        <PatientRegisterEditDoctorBatch | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				          :multipleSelection="multipleSelection" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        /> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog title="批量调整检查项目医生" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :visible.sync="dialogWin.PatientRegisterEditDoctorBatch" width="610px" :append-to-body="true" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :close-on-click-modal="false"> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        <PatientRegisterEditDoctorBatch :multipleSelection="multipleSelection" :doctorType="doctorType" /> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				      <!-- 通用进度条 --> | 
				 | 
				 | 
				      <!-- 通用进度条 --> | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        title="数据处理中……" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="elProgress.display" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        width="600px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        height="400" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :show-close="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :append-to-body="true" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog title="数据处理中……" :visible.sync="elProgress.display" width="600px" height="400" :show-close="false" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :close-on-click-modal="false" :append-to-body="true"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <ElProgressOCX /> | 
				 | 
				 | 
				        <ElProgressOCX /> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				      <!--通用本地参数设置--> | 
				 | 
				 | 
				      <!--通用本地参数设置--> | 
			
		
		
	
		
			
				 | 
				 | 
				      <el-dialog | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        title="本地参数设置" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :visible.sync="dialogWin.LocalConfig" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :close-on-click-modal="false" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        :append-to-body="true" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        width="800px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        height="600px" | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				      > | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <el-dialog title="本地参数设置" :visible.sync="dialogWin.LocalConfig" :close-on-click-modal="false" | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        :append-to-body="true" width="800px" height="600px"> | 
			
		
		
	
		
			
				 | 
				 | 
				        <LocalConfig /> | 
				 | 
				 | 
				        <LocalConfig /> | 
			
		
		
	
		
			
				 | 
				 | 
				      </el-dialog> | 
				 | 
				 | 
				      </el-dialog> | 
			
		
		
	
		
			
				 | 
				 | 
				    </div> | 
				 | 
				 | 
				    </div> | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
						
							
						
					
					
				 | 
				@ -856,7 +623,8 @@ export default { | 
			
		
		
	
		
			
				 | 
				 | 
				        }, | 
				 | 
				 | 
				        }, | 
			
		
		
	
		
			
				 | 
				 | 
				      }, | 
				 | 
				 | 
				      }, | 
			
		
		
	
		
			
				 | 
				 | 
				      LocalConfigInit: {}, | 
				 | 
				 | 
				      LocalConfigInit: {}, | 
			
		
		
	
		
			
				 | 
				 | 
				      tableName:""//导出人员列表表名 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      tableName: "",  //导出人员列表表名 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      doctorType: "check"  //check:检查 audit:审核 | 
			
		
		
	
		
			
				 | 
				 | 
				    }; | 
				 | 
				 | 
				    }; | 
			
		
		
	
		
			
				 | 
				 | 
				  }, | 
				 | 
				 | 
				  }, | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
						
							
						
					
					
				 | 
				@ -2036,10 +1804,13 @@ export default { | 
			
		
		
	
		
			
				 | 
				 | 
				        items.push({ | 
				 | 
				 | 
				        items.push({ | 
			
		
		
	
		
			
				 | 
				 | 
				          label: "调整检查项目医生", | 
				 | 
				 | 
				          label: "调整检查项目医生", | 
			
		
		
	
		
			
				 | 
				 | 
				          onClick: () => { | 
				 | 
				 | 
				          onClick: () => { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            // this.doctorType = 'check' | 
			
		
		
	
		
			
				 | 
				 | 
				            this.dataTransOpts.plus.PatientRegisterEditDoctorBatch++; //如果放在弹窗显示后面,在首次加载子组件时,会触发两次数据处理 | 
				 | 
				 | 
				            this.dataTransOpts.plus.PatientRegisterEditDoctorBatch++; //如果放在弹窗显示后面,在首次加载子组件时,会触发两次数据处理 | 
			
		
		
	
		
			
				 | 
				 | 
				            this.dialogWin.PatientRegisterEditDoctorBatch = true; | 
				 | 
				 | 
				            this.dialogWin.PatientRegisterEditDoctorBatch = true; | 
			
		
		
	
		
			
				 | 
				 | 
				          }, | 
				 | 
				 | 
				          }, | 
			
		
		
	
		
			
				 | 
				 | 
				        }); | 
				 | 
				 | 
				        }); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				       | 
			
		
		
	
		
			
				 | 
				 | 
				      items.push({ label: "----------------" }); | 
				 | 
				 | 
				      items.push({ label: "----------------" }); | 
			
		
		
	
		
			
				 | 
				 | 
				      this.$contextmenu({ | 
				 | 
				 | 
				      this.$contextmenu({ | 
			
		
		
	
		
			
				 | 
				 | 
				        items, | 
				 | 
				 | 
				        items, | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |