Browse Source

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

seimin 2 years ago
parent
commit
ef22a0a1b9

+ 1 - 1
pages/patientInformationInfo/patientInformationInfo.vue

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

+ 1 - 1
pages/patientInformationList/patientInformationList.vue

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

+ 1 - 1
pages/receipt_infopage/receipt_infopage.vue

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

+ 2 - 2
pages/scanning_Result/scanning_Result.vue

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

+ 1 - 1
pages/scanning_code/scanning_code.vue

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

+ 1 - 1
pages/scanning_djInfo/scanning_djInfo.vue

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

+ 1 - 1
pages/scanning_ins/scanning_ins.vue

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

+ 2 - 2
pages/scanning_insEnd/scanning_insEnd.vue

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