seimin 1 年之前
父节点
当前提交
9d70a49d84

+ 7 - 2
pages/outpatient/outpatientEndComplete/outpatientEndComplete.vue

@@ -6,6 +6,7 @@
6
         <view class="text1"> 服务完成 </view>
6
         <view class="text1"> 服务完成 </view>
7
       </view>
7
       </view>
8
       <view class="Scanning_top_text">
8
       <view class="Scanning_top_text">
9
+        <view class="red">您服务{{patient}}{{orderList.length}}项服务</view>
9
         <strong class="red">请您确认患者的所有资料物品并完成交接!</strong>
10
         <strong class="red">请您确认患者的所有资料物品并完成交接!</strong>
10
       </view>
11
       </view>
11
     </view>
12
     </view>
@@ -18,7 +19,7 @@
18
               {{item.taskType ? item.taskType.taskName : ''}}
19
               {{item.taskType ? item.taskType.taskName : ''}}
19
             </view>
20
             </view>
20
             <view class="value">
21
             <view class="value">
21
-              单号:{{item.gdcode}}
22
+              {{item.completeTime | formatDate('yyyy-MM-dd hh:mm')}}
22
             </view>
23
             </view>
23
           </view>
24
           </view>
24
         </scroll-view>
25
         </scroll-view>
@@ -40,6 +41,7 @@
40
   export default {
41
   export default {
41
     data() {
42
     data() {
42
       return {
43
       return {
44
+        patient: '',
43
         infoData: {},
45
         infoData: {},
44
         hosId: uni.getStorageSync('userData').user.currentHospital.id,
46
         hosId: uni.getStorageSync('userData').user.currentHospital.id,
45
         queryObj: {}, //路由传递过来的数据
47
         queryObj: {}, //路由传递过来的数据
@@ -59,6 +61,7 @@
59
       if(options.model){
61
       if(options.model){
60
         this.infoData = JSON.parse(options.model);
62
         this.infoData = JSON.parse(options.model);
61
         this.orderList = this.infoData.orderList || [];
63
         this.orderList = this.infoData.orderList || [];
64
+        this.patient = this.infoData.patient;
62
       }
65
       }
63
       // #ifdef APP-PLUS
66
       // #ifdef APP-PLUS
64
       webHandle("no", "app");
67
       webHandle("no", "app");
@@ -183,13 +186,15 @@
183
           }
186
           }
184
           .name,
187
           .name,
185
           .value{
188
           .value{
186
-            flex: 1;
187
             display: flex;
189
             display: flex;
188
             align-items: center;
190
             align-items: center;
189
             height: 100%;
191
             height: 100%;
190
             font-weight: bold;
192
             font-weight: bold;
191
             line-height: 1;
193
             line-height: 1;
192
           }
194
           }
195
+          .name{
196
+            flex: 1;
197
+          }
193
           .value {
198
           .value {
194
             justify-content: flex-end;
199
             justify-content: flex-end;
195
           }
200
           }

+ 1 - 1
pages/outpatient/outpatientEndSignIn/outpatientEndSignIn.vue

@@ -95,7 +95,7 @@
95
             ok: "确定",
95
             ok: "确定",
96
             cancel: "取消",
96
             cancel: "取消",
97
           },
97
           },
98
-        };s
98
+        };
99
       },
99
       },
100
       // 追加服务
100
       // 追加服务
101
       additional(){
101
       additional(){

+ 3 - 1
pages/outpatient/outpatientEndTaskType/outpatientEndTaskType.vue

@@ -282,13 +282,15 @@
282
           }
282
           }
283
           .name,
283
           .name,
284
           .value{
284
           .value{
285
-            flex: 1;
286
             display: flex;
285
             display: flex;
287
             align-items: center;
286
             align-items: center;
288
             height: 100%;
287
             height: 100%;
289
             font-weight: bold;
288
             font-weight: bold;
290
             line-height: 1;
289
             line-height: 1;
291
           }
290
           }
291
+          .name{
292
+            flex: 1;
293
+          }
292
           .value {
294
           .value {
293
             justify-content: flex-end;
295
             justify-content: flex-end;
294
           }
296
           }

+ 3 - 1
pages/outpatient/outpatientEndTaskTypeSuccess/outpatientEndTaskTypeSuccess.vue

@@ -185,13 +185,15 @@
185
           }
185
           }
186
           .name,
186
           .name,
187
           .value{
187
           .value{
188
-            flex: 1;
189
             display: flex;
188
             display: flex;
190
             align-items: center;
189
             align-items: center;
191
             height: 100%;
190
             height: 100%;
192
             font-weight: bold;
191
             font-weight: bold;
193
             line-height: 1;
192
             line-height: 1;
194
           }
193
           }
194
+          .name{
195
+            flex: 1;
196
+          }
195
           .value {
197
           .value {
196
             justify-content: flex-end;
198
             justify-content: flex-end;
197
           }
199
           }

+ 3 - 1
pages/outpatient/outpatientStartSignIn/outpatientStartSignIn.vue

@@ -185,13 +185,15 @@
185
           }
185
           }
186
           .name,
186
           .name,
187
           .value{
187
           .value{
188
-            flex: 1;
189
             display: flex;
188
             display: flex;
190
             align-items: center;
189
             align-items: center;
191
             height: 100%;
190
             height: 100%;
192
             font-weight: bold;
191
             font-weight: bold;
193
             line-height: 1;
192
             line-height: 1;
194
           }
193
           }
194
+          .name{
195
+            flex: 1;
196
+          }
195
           .value {
197
           .value {
196
             justify-content: flex-end;
198
             justify-content: flex-end;
197
           }
199
           }