| 
														
															@@ -99,8 +99,16 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   <option v-for="(item, index) in dics.getMarriageCode" :key="index" :value="item.code">  {{ item.name }}  </option> 
														 | 
														
														 | 
														
															                   <option v-for="(item, index) in dics.getMarriageCode" :key="index" :value="item.code">  {{ item.name }}  </option> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 </select> 
														 | 
														
														 | 
														
															                 </select> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               </div> 
														 | 
														
														 | 
														
															               </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              <div id="livePlace"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                现住址: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                <span id="livePlace1"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                  <el-cascader v-model="patient.standardAddress" :options="regions" placeholder="省/市/区" style="width:230px"></el-cascader> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                </span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                <input id="livePlace2" v-model="patient.livePlace" style="width: 300px" placeholder="街道/小区/乡镇" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               <div> 
														 | 
														
														 | 
														
															               <div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                现住址: <input id="livePlace" v-model="patient.livePlace" style="width: 300px" /> 电话: <input id="phone" v-model="patient.phone" style="width: 90px" /> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                电话: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                <input id="phone" v-model="patient.phone" style="width: 90px" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 邮编: 
														 | 
														
														 | 
														
															                 邮编: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 <input id="addrZipCode" v-model="patient.addrZipCode" style="width: 70px" maxlength="6" /> 
														 | 
														
														 | 
														
															                 <input id="addrZipCode" v-model="patient.addrZipCode" style="width: 70px" maxlength="6" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               </div> 
														 | 
														
														 | 
														
															               </div> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -809,6 +817,7 @@ import TailPage from '../../../components/inpatient/frontsheet-printpage/TailPag 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import router from '@/router/index' 
														 | 
														
														 | 
														
															 import router from '@/router/index' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import Sleep from '@/utils/sleep' 
														 | 
														
														 | 
														
															 import Sleep from '@/utils/sleep' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { smoothScrollTableColumn } from '@/utils/el-table-scroll' 
														 | 
														
														 | 
														
															 import { smoothScrollTableColumn } from '@/utils/el-table-scroll' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { regions } from '@/data/region' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 const userWards = ref([]) 
														 | 
														
														 | 
														
															 const userWards = ref([]) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 const currentWard = ref('') 
														 | 
														
														 | 
														
															 const currentWard = ref('') 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1697,4 +1706,16 @@ table td { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   left: calc(100vw - 260px); 
														 | 
														
														 | 
														
															   left: calc(100vw - 260px); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   background: transparent !important; 
														 | 
														
														 | 
														
															   background: transparent !important; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+:deep(#livePlace .el-input__wrapper) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  background: transparent; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  border: none; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  box-shadow: none; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  border-radius: 0; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  border-bottom: 1px solid black; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  color: black; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+:deep(#livePlace .el-input__inner) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  color: black; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </style> 
														 | 
														
														 | 
														
															 </style> 
														 |