소스 검색

患者编码展示修改为住院号

seimin 2 년 전
부모
커밋
ef22a0a1b9

+ 1 - 1
pages/patientInformationInfo/patientInformationInfo.vue

@@ -2,7 +2,7 @@
2 2
 	<view class="patientInformationInfo" v-if="Object.keys(infoDATA).length > 0">
3 3
 		<view class="page_head">
4 4
 			<view class="title">{{ infoDATA.patientName }}</view>
5
-			<view class="patientCode">{{ infoDATA.patientCode }}</view>
5
+			<view class="patientCode">{{ infoDATA.residenceNo }}</view>
6 6
 			<view class="info">
7 7
 				<view class="bedNum">
8 8
 					<text class="info_h">床号</text>

+ 1 - 1
pages/patientInformationList/patientInformationList.vue

@@ -50,7 +50,7 @@
50 50
             </view>
51 51
             <view class="page_item_cont">
52 52
               <view class="page_item_conts">
53
-                <view>{{ item.patientName }}({{ item.patientCode }})</view>
53
+                <view>{{ item.patientName }}({{ item.residenceNo }})</view>
54 54
                 <view> 床号:{{ item.bedNum || "-" }} </view>
55 55
                 <view> 待检:{{ item.watingCount }} </view>
56 56
               </view>

+ 1 - 1
pages/receipt_infopage/receipt_infopage.vue

@@ -161,7 +161,7 @@
161 161
           ">
162 162
           <text class="text1">患者姓名</text>
163 163
           <text class="text2">{{ infoDATA.patient.patientName }}({{
164
-              infoDATA.patient.patientCode
164
+              infoDATA.patient.residenceNo
165 165
             }})</text>
166 166
         </view>
167 167
         <view class="page_item_foot_text" v-if="

+ 2 - 2
pages/scanning_Result/scanning_Result.vue

@@ -44,8 +44,8 @@
44 44
         (res.status == 200 && type == 'inspect') || type == 'patientTransport'
45 45
       ">
46 46
       <view v-if="res.patient"> 患者姓名 : {{ res.patient || "-" }} </view>
47
-      <view v-if="res.patientCode">
48
-        患者编号 : {{ res.patientCode || "-" }}
47
+      <view v-if="res.residenceNo">
48
+        住院号 : {{ res.residenceNo || "-" }}
49 49
       </view>
50 50
       <view v-if="res.deptName">
51 51
         住院科室 : {{ res.deptName !== "undefined" ? res.deptName : "-" }}

+ 1 - 1
pages/scanning_code/scanning_code.vue

@@ -178,7 +178,7 @@
178 178
           ">
179 179
           <text class="text1">患者姓名</text>
180 180
           <text class="text2">{{ infoDATA.patient.patientName }}({{
181
-              infoDATA.patient.patientCode
181
+              infoDATA.patient.residenceNo
182 182
             }})</text>
183 183
         </view>
184 184
       </view>

+ 1 - 1
pages/scanning_djInfo/scanning_djInfo.vue

@@ -68,7 +68,7 @@
68 68
         (res.status == 200 && type == 'inspect') || type == 'patientTransport'
69 69
       ">
70 70
       <view v-if="infoDATA.patient">患者姓名 : {{ infoDATA.patient || "-" }}</view>
71
-      <view v-if="infoDATA.patient">患者编号 : {{ infoDATA.patientCode || "-" }}</view>
71
+      <view v-if="infoDATA.patient">住院号 : {{ infoDATA.residenceNo || "-" }}</view>
72 72
       <view v-if="infoDATA.patient">住院科室 : {{ infoDATA.deptName || "-" }}</view>
73 73
       <view v-if="infoDATA.patient">床号 : {{ infoDATA.bedNum || "-" }}</view>
74 74
       <view v-if="infoDATA.data">

+ 1 - 1
pages/scanning_ins/scanning_ins.vue

@@ -18,7 +18,7 @@
18 18
               }})</text>
19 19
             <button @click="getInspectList()">查看检查</button>
20 20
           </view>
21
-          <view>患者编号 : {{ infoDATA.patientCode || "-" }}</view>
21
+          <view>住院号 : {{ infoDATA.residenceNo || "-" }}</view>
22 22
           <view>住院科室 :
23 23
             {{ infoDATA.department ? infoDATA.department.dept : "-" }}
24 24
           </view>

+ 2 - 2
pages/scanning_insEnd/scanning_insEnd.vue

@@ -30,8 +30,8 @@
30 30
       <view v-if="infoDATA.patient">
31 31
         患者姓名 : {{infoDATA.patient||'-'}}
32 32
       </view>
33
-      <view v-if="infoDATA.patientCode">
34
-        患者编号 : {{infoDATA.patientCode||'-'}}
33
+      <view v-if="infoDATA.residenceNo">
34
+        住院号 : {{infoDATA.residenceNo||'-'}}
35 35
       </view>
36 36
       <view v-if="infoDATA.deptName">
37 37
         住院科室 : {{infoDATA.deptName||'-'}}