seimin преди 1 година
родител
ревизия
b6816966e5

+ 38 - 21
components/smallScreen/smallScreen.vue

@@ -226,31 +226,48 @@
226 226
             uni.hideLoading();
227 227
             if (res) {
228 228
               if (res.status == 200) {
229
-                if (
230
-                  gdStateValue == "4" &&
231
-                  associationTypeValue == "other"
232
-                ) {
229
+                if (gdStateValue == "4" && associationTypeValue == "other") {
233 230
                   uni.navigateTo({
234 231
                     url: `../../pages/scanning_code/scanning_code?type=${associationTypeValue}&type1=${res.type}&id=${data.id}&deptCode=${code}&dept=${res.dept}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}`,
235 232
                   });
236 233
                 }
237
-                if (
238
-                  gdStateValue == "4" &&
239
-                  associationTypeValue != "other"
240
-                ) {
241
-                  uni.navigateTo({
242
-                    url: `../../pages/scanning_Result/scanning_Result?type=${
243
-                    associationTypeValue
244
-                  }&type1=${res.type}&id=${data.id}&deptCode=${
245
-                    list.code
246
-                  }&patient=${res.patient}&patientCode=${
247
-                    res.patientCode
248
-                  }&deptName=${res.deptName}&bedNum=${
249
-                    res.bedNum
250
-                  }&status=${res.status}&msg=${
251
-                    res.msg
252
-                  }&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}`,
253
-                  });
234
+                if (gdStateValue == "4" && associationTypeValue != "other") {
235
+                  if(associationTypeValue == 'patientTransport'){
236
+                    // 门诊服务点,有orderList
237
+                    if(res.orderList){
238
+                      uni.navigateTo({
239
+                        url: `/pages/outpatient/outpatientStartSignIn/outpatientStartSignIn?model=${encodeURIComponent(JSON.stringify(res))}`,
240
+                      });
241
+                    }else{
242
+                      uni.navigateTo({
243
+                        url: `../../pages/scanning_Result/scanning_Result?type=${
244
+                        associationTypeValue
245
+                      }&type1=${res.type}&id=${data.id}&deptCode=${
246
+                        list.code
247
+                      }&patient=${res.patient}&patientCode=${
248
+                        res.patientCode
249
+                      }&deptName=${res.deptName}&bedNum=${
250
+                        res.bedNum
251
+                      }&status=${res.status}&msg=${
252
+                        res.msg
253
+                      }&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}`,
254
+                      });
255
+                    }
256
+                  }else{
257
+                    uni.navigateTo({
258
+                      url: `../../pages/scanning_Result/scanning_Result?type=${
259
+                      associationTypeValue
260
+                    }&type1=${res.type}&id=${data.id}&deptCode=${
261
+                      list.code
262
+                    }&patient=${res.patient}&patientCode=${
263
+                      res.patientCode
264
+                    }&deptName=${res.deptName}&bedNum=${
265
+                      res.bedNum
266
+                    }&status=${res.status}&msg=${
267
+                      res.msg
268
+                    }&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}`,
269
+                    });
270
+                  }
254 271
                 }
255 272
                 if (gdStateValue == "8") {
256 273
                   uni.navigateTo({

+ 1 - 1
main.js

@@ -7,7 +7,7 @@ import './mixins/mixin'
7 7
 // new VConsole();
8 8
 // import eruda from 'eruda';
9 9
 // eruda.init();
10
-console.info('v2.4.50');
10
+console.info('v2.4.51');
11 11
 Vue.prototype.wx = wx //声明扫码
12 12
 Vue.prototype.audios = [] //待播放的语音集合
13 13
 // #endif

+ 35 - 1
pages.json

@@ -540,7 +540,41 @@
540 540
           "titleNView": false
541 541
         }
542 542
       }
543
-
543
+    }, {
544
+      "path": "pages/outpatient/outpatientStartSignIn/outpatientStartSignIn",
545
+      "style": {
546
+        "h5": {
547
+          "titleNView": false
548
+        }
549
+      }
550
+    }, {
551
+      "path": "pages/outpatient/outpatientEndSignIn/outpatientEndSignIn",
552
+      "style": {
553
+        "h5": {
554
+          "titleNView": false
555
+        }
556
+      }
557
+    }, {
558
+      "path": "pages/outpatient/outpatientEndTaskType/outpatientEndTaskType",
559
+      "style": {
560
+        "h5": {
561
+          "titleNView": false
562
+        }
563
+      }
564
+    }, {
565
+      "path": "pages/outpatient/outpatientEndTaskTypeSuccess/outpatientEndTaskTypeSuccess",
566
+      "style": {
567
+        "h5": {
568
+          "titleNView": false
569
+        }
570
+      }
571
+    }, {
572
+      "path": "pages/outpatient/outpatientEndComplete/outpatientEndComplete",
573
+      "style": {
574
+        "h5": {
575
+          "titleNView": false
576
+        }
577
+      }
544 578
     }
545 579
   ],
546 580
   "globalStyle": {

+ 223 - 0
pages/outpatient/outpatientEndComplete/outpatientEndComplete.vue

@@ -0,0 +1,223 @@
1
+<template>
2
+  <view class="Scanning_Result">
3
+    <view class="Scanning_top">
4
+      <view class="Scanning_top_icon">
5
+        <text class="cubeic-ok icon_transport transport-duigou"></text>
6
+        <view class="text1"> 服务完成 </view>
7
+      </view>
8
+      <view class="Scanning_top_text">
9
+        <strong class="red">请您确认患者的所有资料物品并完成交接!</strong>
10
+      </view>
11
+    </view>
12
+
13
+    <view class="Scanning_cont">
14
+      <view class="Scanning_cont_list">
15
+        <scroll-view scroll-y="true" class="Scanning_cont_list_scroll">
16
+          <view class="Scanning_cont_list_item" v-for="item in orderList" :key="item.id">
17
+            <view class="name">
18
+              {{item.taskType ? item.taskType.taskName : ''}}
19
+            </view>
20
+            <view class="value">
21
+              单号:{{item.gdcode}}
22
+            </view>
23
+          </view>
24
+        </scroll-view>
25
+      </view>
26
+    </view>
27
+
28
+    <view class="foot_btn">
29
+      <view class="btn" @click="goToIndex()"> 知道了 </view>
30
+    </view>
31
+  </view>
32
+</template>
33
+<script>
34
+  import {
35
+    get,
36
+    post,
37
+    SM,
38
+    webHandle
39
+  } from "../../../http/http.js";
40
+  export default {
41
+    data() {
42
+      return {
43
+        infoData: {},
44
+        hosId: uni.getStorageSync('userData').user.currentHospital.id,
45
+        queryObj: {}, //路由传递过来的数据
46
+        orderList: [],
47
+      };
48
+    },
49
+    methods: {
50
+      goToIndex(){
51
+        uni.navigateTo({
52
+          url: `/pages/receiptpage/receiptpage`,
53
+        });
54
+      },
55
+    },
56
+    onLoad(options) {
57
+      console.log(options, "result");
58
+      this.queryObj = options;
59
+      if(options.model){
60
+        this.infoData = JSON.parse(options.model);
61
+        this.orderList = this.infoData.orderList || [];
62
+      }
63
+      // #ifdef APP-PLUS
64
+      webHandle("no", "app");
65
+      // #endif
66
+      // #ifdef H5
67
+      webHandle("no", "wx");
68
+      // #endif
69
+    },
70
+  };
71
+</script>
72
+<style lang="less" scoped>
73
+  .Scanning_Result {
74
+    height: 100vh;
75
+    display: flex;
76
+    flex-direction: column;
77
+    background-color: #fff;
78
+    .Scanning_top {
79
+      flex-shrink: 0;
80
+      .Scanning_top_icon {
81
+        padding-top: 26rpx;
82
+        display: flex;
83
+        flex-direction: column;
84
+        justify-content: center;
85
+        align-items: center;
86
+
87
+        .cubeic-ok {
88
+          font-size: 140rpx;
89
+          color: #35b34a;
90
+        }
91
+
92
+        .text1 {
93
+          margin-top: 30rpx;
94
+          font-size: 40rpx;
95
+          font-weight: bold;
96
+        }
97
+      }
98
+      .Scanning_top_text{
99
+        text-align: center;
100
+        font-size: 30rpx;
101
+        font-weight: bold;
102
+        padding: 8rpx 0 23rpx 0;
103
+      }
104
+    }
105
+
106
+    .Scanning_cont {
107
+      flex: 1;
108
+      min-height: 0;
109
+      display: flex;
110
+      flex-direction: column;
111
+      margin: 0 45rpx;
112
+
113
+      .Scanning_cont_head{
114
+        flex-shrink: 0;
115
+        height: 78rpx;
116
+        display: flex;
117
+        border-top: 1rpx solid #EEEEEE;
118
+        border-bottom: 1rpx solid #EEEEEE;
119
+        .Scanning_cont_head_item{
120
+          flex: 1;
121
+          font-size: 32rpx;
122
+          font-weight: bold;
123
+          display: flex;
124
+          justify-content: center;
125
+          align-items: center;
126
+          position: relative;
127
+          &.active{
128
+            color: #49B856;
129
+            &::before{
130
+              content: '';
131
+              width: 70rpx;
132
+              height: 10rpx;
133
+              background-color: #49B856;
134
+              position: absolute;
135
+              left: 50%;
136
+              bottom: 0;
137
+              transform: translateX(-50%);
138
+              border-radius: 6rpx;
139
+            }
140
+          }
141
+          &::after{
142
+            content: '';
143
+            width: 2rpx;
144
+            height: 44rpx;
145
+            background-color: #D1D1D1;
146
+            position: absolute;
147
+            right: 0;
148
+            top: 50%;
149
+            transform: translateY(-50%);
150
+          }
151
+          &:last-of-type::after{
152
+            opacity: 0;
153
+          }
154
+        }
155
+      }
156
+
157
+      .Scanning_cont_list{
158
+        flex: 1;
159
+        min-height: 0;
160
+        display: flex;
161
+        flex-direction: column;
162
+        .Scanning_cont_list_scroll{
163
+          flex: 1;
164
+          min-height: 0;
165
+          border: 1rpx solid #E9E9E9;
166
+        }
167
+        .Scanning_cont_list_item{
168
+          height: 63rpx;
169
+          display: flex;
170
+          align-items: center;
171
+          font-size: 30rpx;
172
+          border-bottom: 2rpx dashed #D3D3D3;
173
+          border-top: none;
174
+          margin: 0 18rpx;
175
+          &:last-of-type{
176
+            border-bottom: 1rpx dashed #E9E9E9;
177
+          }
178
+          &.Scanning_cont_list_head{
179
+            font-weight: bold;
180
+            font-size: 28rpx;
181
+            border-top: 1rpx solid #272727;
182
+            flex-shrink: 0;
183
+          }
184
+          .name,
185
+          .value{
186
+            flex: 1;
187
+            display: flex;
188
+            align-items: center;
189
+            height: 100%;
190
+            font-weight: bold;
191
+            line-height: 1;
192
+          }
193
+          .value {
194
+            justify-content: flex-end;
195
+          }
196
+        }
197
+      }
198
+    }
199
+
200
+    .foot_btn {
201
+      margin: 30rpx;
202
+      flex-shrink: 0;
203
+      line-height: 88rpx;
204
+      display: flex;
205
+      justify-content: center;
206
+
207
+      .btn {
208
+        height: 88rpx;
209
+        flex: 1;
210
+        margin-right: 1%;
211
+        background-image: linear-gradient(to right, #72c172, #3bb197);
212
+        color: #fff;
213
+        border-radius: 8rpx;
214
+        font-size: 34rpx;
215
+        font-weight: bold;
216
+        text-align: center;
217
+        &:last-of-type{
218
+          margin-right: 0;
219
+        }
220
+      }
221
+    }
222
+  }
223
+</style>

+ 320 - 0
pages/outpatient/outpatientEndSignIn/outpatientEndSignIn.vue

@@ -0,0 +1,320 @@
1
+<template>
2
+  <view class="Scanning_Result">
3
+    <view class="Scanning_top">
4
+      <view class="Scanning_top_icon">
5
+        <text class="cubeic-ok icon_transport transport-duigou"></text>
6
+        <view class="text1"> 签到成功 </view>
7
+      </view>
8
+      <view class="Scanning_top_text">
9
+        您已到达<strong class="red">{{deptName}}</strong>,请完成以下服务
10
+      </view>
11
+    </view>
12
+
13
+    <view class="Scanning_cont">
14
+      <view class="Scanning_cont_list">
15
+        <scroll-view scroll-y="true" class="Scanning_cont_list_scroll">
16
+          <view class="Scanning_cont_list_item" v-for="item in orderList" :key="item.id">
17
+            <view class="name">
18
+              {{item.taskType ? item.taskType.taskName : ''}}
19
+            </view>
20
+            <view class="value">
21
+              单号:{{item.gdcode}}
22
+            </view>
23
+          </view>
24
+        </scroll-view>
25
+      </view>
26
+    </view>
27
+
28
+    <view class="foot_btn">
29
+      <view class="btn" @click="goToIndex()"> 知道了 </view>
30
+      <view class="btn" @click="additional()" v-if="taskTypeConfig.addService == 1"> 追加服务 </view>
31
+      <view class="btn" @click="finish()" v-if="taskTypeConfig.finishService == 1"> 结束服务 </view>
32
+    </view>
33
+    <!-- 结束服务弹窗 -->
34
+    <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
35
+      :operate="models.operate" @ok="ok" @cancel="cancel"></showModel>
36
+  </view>
37
+</template>
38
+<script>
39
+  import {
40
+    get,
41
+    post,
42
+    SM,
43
+    webHandle
44
+  } from "../../../http/http.js";
45
+  export default {
46
+    data() {
47
+      return {
48
+        // 结束服务弹窗model
49
+        models: {
50
+          disjunctor: false,
51
+        },
52
+        deptName: '',
53
+        infoData: {},
54
+        hosId: uni.getStorageSync('userData').user.currentHospital.id,
55
+        queryObj: {}, //路由传递过来的数据
56
+        orderList: [],
57
+        taskTypeConfig: {},
58
+      };
59
+    },
60
+    methods: {
61
+      ok() {
62
+        this.models.disjunctor = false;
63
+        
64
+        uni.showLoading({
65
+          title: "加载中",
66
+          mask: true,
67
+        });
68
+        post("/patient/endService", {
69
+          patientCode: this.infoData.patientCode,
70
+        }).then((result) => {
71
+          uni.hideLoading();
72
+          if (result.state == 200) {
73
+            uni.navigateTo({
74
+              url: `/pages/outpatient/outpatientEndComplete/outpatientEndComplete?model=${encodeURIComponent(JSON.stringify(result))}`,
75
+            });
76
+          } else {
77
+            uni.showToast({
78
+              icon: "none",
79
+              title: result.msg || "接口获取数据失败!",
80
+            });
81
+          }
82
+        });
83
+      },
84
+      cancel() {
85
+        this.models.disjunctor = false;
86
+      },
87
+      // 结束服务
88
+      finish(){
89
+        this.models = {
90
+          disjunctor: true,
91
+          title: "提示",
92
+          content: `您确认要完成服务吗?`,
93
+          icon: "warn",
94
+          operate: {
95
+            ok: "确定",
96
+            cancel: "取消",
97
+          },
98
+        };s
99
+      },
100
+      // 追加服务
101
+      additional(){
102
+        uni.navigateTo({
103
+          url: `/pages/outpatient/outpatientEndTaskType/outpatientEndTaskType?model=${encodeURIComponent(JSON.stringify(this.infoData))}`,
104
+        });
105
+      },
106
+      // 知道了
107
+      goToIndex(){
108
+        uni.navigateTo({
109
+          url: `/pages/receiptpage/receiptpage`,
110
+        });
111
+      },
112
+      // 获取检查页面控制
113
+      getTaskTypeConfig(){
114
+        uni.showLoading({
115
+          title: "加载中",
116
+          mask: true,
117
+        });
118
+        post("/simple/data/fetchDataList/taskTypeConfig", {
119
+            "idx": 0,
120
+            "sum": 10,
121
+            "taskTypeConfig": {
122
+                "taskTypeDTO": {
123
+                    "hosId": {
124
+                        "id": this.hosId
125
+                    },
126
+                    "associationType": {
127
+                        "key": "association_types",
128
+                        "value": "inspect"
129
+                    }
130
+                }
131
+            }
132
+        }).then((result) => {
133
+          uni.hideLoading();
134
+          if (result.status == 200) {
135
+            let configs = result.list || [];
136
+            if(configs.length){
137
+              this.taskTypeConfig = configs[0];
138
+            }else{
139
+              this.taskTypeConfig = {};
140
+            }
141
+          } else {
142
+            uni.showToast({
143
+              icon: "none",
144
+              title: result.msg || "接口获取数据失败!",
145
+            });
146
+          }
147
+        });
148
+      },
149
+    },
150
+    onLoad(options) {
151
+      console.log(options, "result");
152
+      this.queryObj = options;
153
+      if(options.model){
154
+        this.infoData = JSON.parse(options.model);
155
+        this.orderList = this.infoData.orderList || [];
156
+        this.deptName = this.infoData.deptName;
157
+        console.log(this.infoData);
158
+      }
159
+      this.getTaskTypeConfig();
160
+      // #ifdef APP-PLUS
161
+      webHandle("no", "app");
162
+      // #endif
163
+      // #ifdef H5
164
+      webHandle("no", "wx");
165
+      // #endif
166
+    },
167
+  };
168
+</script>
169
+<style lang="less" scoped>
170
+  .Scanning_Result {
171
+    height: 100vh;
172
+    display: flex;
173
+    flex-direction: column;
174
+    background-color: #fff;
175
+    .Scanning_top {
176
+      flex-shrink: 0;
177
+      .Scanning_top_icon {
178
+        padding-top: 26rpx;
179
+        display: flex;
180
+        flex-direction: column;
181
+        justify-content: center;
182
+        align-items: center;
183
+
184
+        .cubeic-ok {
185
+          font-size: 140rpx;
186
+          color: #35b34a;
187
+        }
188
+
189
+        .text1 {
190
+          margin-top: 30rpx;
191
+          font-size: 40rpx;
192
+          font-weight: bold;
193
+        }
194
+      }
195
+      .Scanning_top_text{
196
+        text-align: center;
197
+        font-size: 30rpx;
198
+        font-weight: bold;
199
+        padding: 8rpx 0 23rpx 0;
200
+      }
201
+    }
202
+
203
+    .Scanning_cont {
204
+      flex: 1;
205
+      min-height: 0;
206
+      display: flex;
207
+      flex-direction: column;
208
+      margin: 0 45rpx;
209
+
210
+      .Scanning_cont_head{
211
+        flex-shrink: 0;
212
+        height: 78rpx;
213
+        display: flex;
214
+        border-top: 1rpx solid #EEEEEE;
215
+        border-bottom: 1rpx solid #EEEEEE;
216
+        .Scanning_cont_head_item{
217
+          flex: 1;
218
+          font-size: 32rpx;
219
+          font-weight: bold;
220
+          display: flex;
221
+          justify-content: center;
222
+          align-items: center;
223
+          position: relative;
224
+          &.active{
225
+            color: #49B856;
226
+            &::before{
227
+              content: '';
228
+              width: 70rpx;
229
+              height: 10rpx;
230
+              background-color: #49B856;
231
+              position: absolute;
232
+              left: 50%;
233
+              bottom: 0;
234
+              transform: translateX(-50%);
235
+              border-radius: 6rpx;
236
+            }
237
+          }
238
+          &::after{
239
+            content: '';
240
+            width: 2rpx;
241
+            height: 44rpx;
242
+            background-color: #D1D1D1;
243
+            position: absolute;
244
+            right: 0;
245
+            top: 50%;
246
+            transform: translateY(-50%);
247
+          }
248
+          &:last-of-type::after{
249
+            opacity: 0;
250
+          }
251
+        }
252
+      }
253
+
254
+      .Scanning_cont_list{
255
+        flex: 1;
256
+        min-height: 0;
257
+        display: flex;
258
+        flex-direction: column;
259
+        .Scanning_cont_list_scroll{
260
+          flex: 1;
261
+          min-height: 0;
262
+          border: 1rpx solid #E9E9E9;
263
+        }
264
+        .Scanning_cont_list_item{
265
+          height: 63rpx;
266
+          display: flex;
267
+          align-items: center;
268
+          font-size: 30rpx;
269
+          border-bottom: 2rpx dashed #D3D3D3;
270
+          border-top: none;
271
+          margin: 0 18rpx;
272
+          &:last-of-type{
273
+            border-bottom: 1rpx dashed #E9E9E9;
274
+          }
275
+          &.Scanning_cont_list_head{
276
+            font-weight: bold;
277
+            font-size: 28rpx;
278
+            border-top: 1rpx solid #272727;
279
+            flex-shrink: 0;
280
+          }
281
+          .name,
282
+          .value{
283
+            flex: 1;
284
+            display: flex;
285
+            align-items: center;
286
+            height: 100%;
287
+            font-weight: bold;
288
+            line-height: 1;
289
+          }
290
+          .value {
291
+            justify-content: flex-end;
292
+          }
293
+        }
294
+      }
295
+    }
296
+
297
+    .foot_btn {
298
+      margin: 30rpx;
299
+      flex-shrink: 0;
300
+      line-height: 88rpx;
301
+      display: flex;
302
+      justify-content: center;
303
+
304
+      .btn {
305
+        height: 88rpx;
306
+        flex: 1;
307
+        margin-right: 1%;
308
+        background-image: linear-gradient(to right, #72c172, #3bb197);
309
+        color: #fff;
310
+        border-radius: 8rpx;
311
+        font-size: 34rpx;
312
+        font-weight: bold;
313
+        text-align: center;
314
+        &:last-of-type{
315
+          margin-right: 0;
316
+        }
317
+      }
318
+    }
319
+  }
320
+</style>

+ 321 - 0
pages/outpatient/outpatientEndTaskType/outpatientEndTaskType.vue

@@ -0,0 +1,321 @@
1
+<template>
2
+  <view class="Scanning_Result">
3
+    <view class="Scanning_top">
4
+      <view class="Scanning_top_icon">
5
+        <image mode="widthFix" class="icon_service" src="../../../static/img/icon_service.png"></image>
6
+        <view class="text1"> 追加服务 </view>
7
+      </view>
8
+      <view class="Scanning_top_text">
9
+        您已完成<strong class="red">{{taskNames}}</strong>,请继续完成以下追加服务 
10
+      </view>
11
+    </view>
12
+
13
+    <view class="Scanning_cont">
14
+      <view class="Scanning_cont_list">
15
+        <scroll-view scroll-y="true" class="Scanning_cont_list_scroll">
16
+          <checkbox-group @change="checkboxChange">
17
+            <label class="Scanning_cont_list_item" v-for="item in addServiceTasks" :key="item.id">
18
+              <view class="name">
19
+                {{item.taskName}}
20
+              </view>
21
+              <view class="value">
22
+                <checkbox :value="item.id" :checked="item.checked" />
23
+              </view>
24
+            </label>
25
+          </checkbox-group>
26
+        </scroll-view>
27
+      </view>
28
+    </view>
29
+
30
+    <view class="foot_btn">
31
+      <view class="btn" @click="ok()" v-if="addServiceTasks.length"> 确认追加 </view>
32
+    </view>
33
+  </view>
34
+</template>
35
+<script>
36
+  import {
37
+    get,
38
+    post,
39
+    SM,
40
+    webHandle
41
+  } from "../../../http/http.js";
42
+  export default {
43
+    data() {
44
+      return {
45
+        taskNames: '',
46
+        infoData: {},
47
+        hosId: uni.getStorageSync('userData').user.currentHospital.id,
48
+        queryObj: {}, //路由传递过来的数据
49
+        orderList: [],
50
+        taskTypeConfig: {},
51
+        addServiceTasks: [],
52
+      };
53
+    },
54
+    methods: {
55
+      // 追加服务
56
+      ok(){
57
+        console.log(this.addServiceTasks);
58
+        uni.showLoading({
59
+          title: "加载中",
60
+          mask: true,
61
+        });
62
+        let postData = {workOrders: []};
63
+        this.addServiceTasks.forEach(v => {
64
+          postData.workOrders.push({
65
+              "sourceId": 4,
66
+              "taskType": {
67
+                  "id": v.id
68
+              },
69
+              "patient": {
70
+                  "patientCode": this.infoData.patientCode
71
+              },
72
+              "isRemand": 0,
73
+              "isAccompany": 0
74
+          });
75
+        })
76
+        post("/api/startOrder", postData).then((result) => {
77
+          uni.hideLoading();
78
+          if (result.status == 200) {
79
+            uni.navigateTo({
80
+              url: `/pages/outpatient/outpatientEndTaskTypeSuccess/outpatientEndTaskTypeSuccess?model=${encodeURIComponent(JSON.stringify(result))}`,
81
+            });
82
+          } else {
83
+            uni.showToast({
84
+              icon: "none",
85
+              title: result.msg || "接口获取数据失败!",
86
+            });
87
+          }
88
+        });
89
+      },
90
+      checkboxChange: function (e) {
91
+        let items = this.addServiceTasks,
92
+          values = e.detail.value;
93
+        for (var i = 0, lenI = items.length; i < lenI; ++i) {
94
+          const item = items[i]
95
+          if(values.includes(item.value)){
96
+            this.$set(item,'checked',true)
97
+          }else{
98
+            this.$set(item,'checked',false)
99
+          }
100
+        }
101
+      },
102
+      // 获取检查页面控制
103
+      getTaskTypeConfig(){
104
+        uni.showLoading({
105
+          title: "加载中",
106
+          mask: true,
107
+        });
108
+        post("/simple/data/fetchDataList/taskTypeConfig", {
109
+            "idx": 0,
110
+            "sum": 10,
111
+            "taskTypeConfig": {
112
+                "taskTypeDTO": {
113
+                    "hosId": {
114
+                        "id": this.hosId
115
+                    },
116
+                    "associationType": {
117
+                        "key": "association_types",
118
+                        "value": "inspect"
119
+                    }
120
+                }
121
+            }
122
+        }).then((result) => {
123
+          uni.hideLoading();
124
+          if (result.status == 200) {
125
+            let configs = result.list || [];
126
+            if(configs.length){
127
+              this.taskTypeConfig = configs[0];
128
+              this.addServiceTasks = this.taskTypeConfig.addServiceTasks || [];
129
+            }else{
130
+              this.taskTypeConfig = {};
131
+              this.addServiceTasks = [];
132
+            }
133
+          } else {
134
+            uni.showToast({
135
+              icon: "none",
136
+              title: result.msg || "接口获取数据失败!",
137
+            });
138
+          }
139
+        });
140
+      },
141
+    },
142
+    onLoad(options) {
143
+      console.log(options, "result");
144
+      this.queryObj = options;
145
+      if(options.model){
146
+        this.infoData = JSON.parse(options.model);
147
+        this.orderList = this.infoData.orderList || [];
148
+        this.taskNames = this.infoData.taskNames;
149
+        console.log(this.infoData);
150
+      }
151
+      this.getTaskTypeConfig();
152
+      // #ifdef APP-PLUS
153
+      webHandle("no", "app");
154
+      // #endif
155
+      // #ifdef H5
156
+      webHandle("no", "wx");
157
+      // #endif
158
+    },
159
+  };
160
+</script>
161
+<style lang="less" scoped>
162
+  .Scanning_Result {
163
+    height: 100vh;
164
+    display: flex;
165
+    flex-direction: column;
166
+    background-color: #fff;
167
+    /deep/ uni-checkbox .uni-checkbox-input{
168
+      color: #35b34a!important;
169
+      width: 30rpx!important;
170
+      height: 30rpx!important;
171
+    }
172
+    .Scanning_top {
173
+      flex-shrink: 0;
174
+      .Scanning_top_icon {
175
+        padding-top: 26rpx;
176
+        display: flex;
177
+        flex-direction: column;
178
+        justify-content: center;
179
+        align-items: center;
180
+        
181
+        .icon_service{
182
+          width: 115rpx;
183
+        }
184
+
185
+        .cubeic-ok {
186
+          font-size: 140rpx;
187
+          color: #35b34a;
188
+        }
189
+
190
+        .text1 {
191
+          margin-top: 30rpx;
192
+          font-size: 40rpx;
193
+          font-weight: bold;
194
+        }
195
+      }
196
+      .Scanning_top_text{
197
+        text-align: center;
198
+        font-size: 30rpx;
199
+        font-weight: bold;
200
+        padding: 8rpx 0 23rpx 0;
201
+      }
202
+    }
203
+
204
+    .Scanning_cont {
205
+      flex: 1;
206
+      min-height: 0;
207
+      display: flex;
208
+      flex-direction: column;
209
+      margin: 0 45rpx;
210
+
211
+      .Scanning_cont_head{
212
+        flex-shrink: 0;
213
+        height: 78rpx;
214
+        display: flex;
215
+        border-top: 1rpx solid #EEEEEE;
216
+        border-bottom: 1rpx solid #EEEEEE;
217
+        .Scanning_cont_head_item{
218
+          flex: 1;
219
+          font-size: 32rpx;
220
+          font-weight: bold;
221
+          display: flex;
222
+          justify-content: center;
223
+          align-items: center;
224
+          position: relative;
225
+          &.active{
226
+            color: #49B856;
227
+            &::before{
228
+              content: '';
229
+              width: 70rpx;
230
+              height: 10rpx;
231
+              background-color: #49B856;
232
+              position: absolute;
233
+              left: 50%;
234
+              bottom: 0;
235
+              transform: translateX(-50%);
236
+              border-radius: 6rpx;
237
+            }
238
+          }
239
+          &::after{
240
+            content: '';
241
+            width: 2rpx;
242
+            height: 44rpx;
243
+            background-color: #D1D1D1;
244
+            position: absolute;
245
+            right: 0;
246
+            top: 50%;
247
+            transform: translateY(-50%);
248
+          }
249
+          &:last-of-type::after{
250
+            opacity: 0;
251
+          }
252
+        }
253
+      }
254
+
255
+      .Scanning_cont_list{
256
+        flex: 1;
257
+        min-height: 0;
258
+        display: flex;
259
+        flex-direction: column;
260
+        .Scanning_cont_list_scroll{
261
+          flex: 1;
262
+          min-height: 0;
263
+          border: 1rpx solid #E9E9E9;
264
+        }
265
+        .Scanning_cont_list_item{
266
+          height: 63rpx;
267
+          display: flex;
268
+          align-items: center;
269
+          font-size: 30rpx;
270
+          border-bottom: 2rpx dashed #D3D3D3;
271
+          border-top: none;
272
+          margin: 0 18rpx;
273
+          &:last-of-type{
274
+            border-bottom: 1rpx dashed #E9E9E9;
275
+          }
276
+          &.Scanning_cont_list_head{
277
+            font-weight: bold;
278
+            font-size: 28rpx;
279
+            border-top: 1rpx solid #272727;
280
+            flex-shrink: 0;
281
+          }
282
+          .name,
283
+          .value{
284
+            flex: 1;
285
+            display: flex;
286
+            align-items: center;
287
+            height: 100%;
288
+            font-weight: bold;
289
+            line-height: 1;
290
+          }
291
+          .value {
292
+            justify-content: flex-end;
293
+          }
294
+        }
295
+      }
296
+    }
297
+
298
+    .foot_btn {
299
+      margin: 30rpx;
300
+      flex-shrink: 0;
301
+      line-height: 88rpx;
302
+      display: flex;
303
+      justify-content: center;
304
+
305
+      .btn {
306
+        height: 88rpx;
307
+        flex: 1;
308
+        margin-right: 1%;
309
+        background-image: linear-gradient(to right, #72c172, #3bb197);
310
+        color: #fff;
311
+        border-radius: 8rpx;
312
+        font-size: 34rpx;
313
+        font-weight: bold;
314
+        text-align: center;
315
+        &:last-of-type{
316
+          margin-right: 0;
317
+        }
318
+      }
319
+    }
320
+  }
321
+</style>

+ 225 - 0
pages/outpatient/outpatientEndTaskTypeSuccess/outpatientEndTaskTypeSuccess.vue

@@ -0,0 +1,225 @@
1
+<template>
2
+  <view class="Scanning_Result">
3
+    <view class="Scanning_top">
4
+      <view class="Scanning_top_icon">
5
+        <text class="cubeic-ok icon_transport transport-duigou"></text>
6
+        <view class="text1"> 追加成功 </view>
7
+      </view>
8
+      <view class="Scanning_top_text">
9
+        您已成功追加<strong class="red">{{taskNames}}</strong>,请继续完成以下服务
10
+      </view>
11
+    </view>
12
+
13
+    <view class="Scanning_cont">
14
+      <view class="Scanning_cont_list">
15
+        <scroll-view scroll-y="true" class="Scanning_cont_list_scroll">
16
+          <view class="Scanning_cont_list_item" v-for="item in orderList" :key="item.id">
17
+            <view class="name">
18
+              {{item.taskType ? item.taskType.taskName : ''}}
19
+            </view>
20
+            <view class="value">
21
+              单号:{{item.gdcode}}
22
+            </view>
23
+          </view>
24
+        </scroll-view>
25
+      </view>
26
+    </view>
27
+
28
+    <view class="foot_btn">
29
+      <view class="btn" @click="goToIndex()"> 知道了 </view>
30
+    </view>
31
+  </view>
32
+</template>
33
+<script>
34
+  import {
35
+    get,
36
+    post,
37
+    SM,
38
+    webHandle
39
+  } from "../../../http/http.js";
40
+  export default {
41
+    data() {
42
+      return {
43
+        taskNames: '',
44
+        infoData: {},
45
+        hosId: uni.getStorageSync('userData').user.currentHospital.id,
46
+        queryObj: {}, //路由传递过来的数据
47
+        orderList: [],
48
+      };
49
+    },
50
+    methods: {
51
+      goToIndex(){
52
+        uni.navigateTo({
53
+          url: `/pages/receiptpage/receiptpage`,
54
+        });
55
+      },
56
+    },
57
+    onLoad(options) {
58
+      console.log(options, "result");
59
+      this.queryObj = options;
60
+      if(options.model){
61
+        this.infoData = JSON.parse(options.model);
62
+        this.orderList = this.infoData.orderList || [];
63
+        this.taskNames = this.infoData.taskNames;
64
+      }
65
+      // #ifdef APP-PLUS
66
+      webHandle("no", "app");
67
+      // #endif
68
+      // #ifdef H5
69
+      webHandle("no", "wx");
70
+      // #endif
71
+    },
72
+  };
73
+</script>
74
+<style lang="less" scoped>
75
+  .Scanning_Result {
76
+    height: 100vh;
77
+    display: flex;
78
+    flex-direction: column;
79
+    background-color: #fff;
80
+    .Scanning_top {
81
+      flex-shrink: 0;
82
+      .Scanning_top_icon {
83
+        padding-top: 26rpx;
84
+        display: flex;
85
+        flex-direction: column;
86
+        justify-content: center;
87
+        align-items: center;
88
+
89
+        .cubeic-ok {
90
+          font-size: 140rpx;
91
+          color: #35b34a;
92
+        }
93
+
94
+        .text1 {
95
+          margin-top: 30rpx;
96
+          font-size: 40rpx;
97
+          font-weight: bold;
98
+        }
99
+      }
100
+      .Scanning_top_text{
101
+        text-align: center;
102
+        font-size: 30rpx;
103
+        font-weight: bold;
104
+        padding: 8rpx 0 23rpx 0;
105
+      }
106
+    }
107
+
108
+    .Scanning_cont {
109
+      flex: 1;
110
+      min-height: 0;
111
+      display: flex;
112
+      flex-direction: column;
113
+      margin: 0 45rpx;
114
+
115
+      .Scanning_cont_head{
116
+        flex-shrink: 0;
117
+        height: 78rpx;
118
+        display: flex;
119
+        border-top: 1rpx solid #EEEEEE;
120
+        border-bottom: 1rpx solid #EEEEEE;
121
+        .Scanning_cont_head_item{
122
+          flex: 1;
123
+          font-size: 32rpx;
124
+          font-weight: bold;
125
+          display: flex;
126
+          justify-content: center;
127
+          align-items: center;
128
+          position: relative;
129
+          &.active{
130
+            color: #49B856;
131
+            &::before{
132
+              content: '';
133
+              width: 70rpx;
134
+              height: 10rpx;
135
+              background-color: #49B856;
136
+              position: absolute;
137
+              left: 50%;
138
+              bottom: 0;
139
+              transform: translateX(-50%);
140
+              border-radius: 6rpx;
141
+            }
142
+          }
143
+          &::after{
144
+            content: '';
145
+            width: 2rpx;
146
+            height: 44rpx;
147
+            background-color: #D1D1D1;
148
+            position: absolute;
149
+            right: 0;
150
+            top: 50%;
151
+            transform: translateY(-50%);
152
+          }
153
+          &:last-of-type::after{
154
+            opacity: 0;
155
+          }
156
+        }
157
+      }
158
+
159
+      .Scanning_cont_list{
160
+        flex: 1;
161
+        min-height: 0;
162
+        display: flex;
163
+        flex-direction: column;
164
+        .Scanning_cont_list_scroll{
165
+          flex: 1;
166
+          min-height: 0;
167
+          border: 1rpx solid #E9E9E9;
168
+        }
169
+        .Scanning_cont_list_item{
170
+          height: 63rpx;
171
+          display: flex;
172
+          align-items: center;
173
+          font-size: 30rpx;
174
+          border-bottom: 2rpx dashed #D3D3D3;
175
+          border-top: none;
176
+          margin: 0 18rpx;
177
+          &:last-of-type{
178
+            border-bottom: 1rpx dashed #E9E9E9;
179
+          }
180
+          &.Scanning_cont_list_head{
181
+            font-weight: bold;
182
+            font-size: 28rpx;
183
+            border-top: 1rpx solid #272727;
184
+            flex-shrink: 0;
185
+          }
186
+          .name,
187
+          .value{
188
+            flex: 1;
189
+            display: flex;
190
+            align-items: center;
191
+            height: 100%;
192
+            font-weight: bold;
193
+            line-height: 1;
194
+          }
195
+          .value {
196
+            justify-content: flex-end;
197
+          }
198
+        }
199
+      }
200
+    }
201
+
202
+    .foot_btn {
203
+      margin: 30rpx;
204
+      flex-shrink: 0;
205
+      line-height: 88rpx;
206
+      display: flex;
207
+      justify-content: center;
208
+
209
+      .btn {
210
+        height: 88rpx;
211
+        flex: 1;
212
+        margin-right: 1%;
213
+        background-image: linear-gradient(to right, #72c172, #3bb197);
214
+        color: #fff;
215
+        border-radius: 8rpx;
216
+        font-size: 34rpx;
217
+        font-weight: bold;
218
+        text-align: center;
219
+        &:last-of-type{
220
+          margin-right: 0;
221
+        }
222
+      }
223
+    }
224
+  }
225
+</style>

+ 225 - 0
pages/outpatient/outpatientStartSignIn/outpatientStartSignIn.vue

@@ -0,0 +1,225 @@
1
+<template>
2
+  <view class="Scanning_Result">
3
+    <view class="Scanning_top">
4
+      <view class="Scanning_top_icon">
5
+        <text class="cubeic-ok icon_transport transport-duigou"></text>
6
+        <view class="text1"> 扫描成功 </view>
7
+      </view>
8
+      <view class="Scanning_top_text">
9
+        您已成功接到<strong class="red">{{patient}}</strong>患者,请完成以下服务
10
+      </view>
11
+    </view>
12
+
13
+    <view class="Scanning_cont">
14
+      <view class="Scanning_cont_list">
15
+        <scroll-view scroll-y="true" class="Scanning_cont_list_scroll">
16
+          <view class="Scanning_cont_list_item" v-for="item in orderList" :key="item.id">
17
+            <view class="name">
18
+              {{item.taskType ? item.taskType.taskName : ''}}
19
+            </view>
20
+            <view class="value">
21
+              单号:{{item.gdcode}}
22
+            </view>
23
+          </view>
24
+        </scroll-view>
25
+      </view>
26
+    </view>
27
+
28
+    <view class="foot_btn">
29
+      <view class="btn" @click="goToIndex()"> 知道了 </view>
30
+    </view>
31
+  </view>
32
+</template>
33
+<script>
34
+  import {
35
+    get,
36
+    post,
37
+    SM,
38
+    webHandle
39
+  } from "../../../http/http.js";
40
+  export default {
41
+    data() {
42
+      return {
43
+        patient: '',
44
+        infoData: {},
45
+        hosId: uni.getStorageSync('userData').user.currentHospital.id,
46
+        queryObj: {}, //路由传递过来的数据
47
+        orderList: [],
48
+      };
49
+    },
50
+    methods: {
51
+      goToIndex(){
52
+        uni.navigateTo({
53
+          url: `/pages/receiptpage/receiptpage`,
54
+        });
55
+      },
56
+    },
57
+    onLoad(options) {
58
+      console.log(options, "result");
59
+      this.queryObj = options;
60
+      if(options.model){
61
+        this.infoData = JSON.parse(options.model);
62
+        this.orderList = this.infoData.orderList || [];
63
+        this.patient = this.infoData.patient;
64
+      }
65
+      // #ifdef APP-PLUS
66
+      webHandle("no", "app");
67
+      // #endif
68
+      // #ifdef H5
69
+      webHandle("no", "wx");
70
+      // #endif
71
+    },
72
+  };
73
+</script>
74
+<style lang="less" scoped>
75
+  .Scanning_Result {
76
+    height: 100vh;
77
+    display: flex;
78
+    flex-direction: column;
79
+    background-color: #fff;
80
+    .Scanning_top {
81
+      flex-shrink: 0;
82
+      .Scanning_top_icon {
83
+        padding-top: 26rpx;
84
+        display: flex;
85
+        flex-direction: column;
86
+        justify-content: center;
87
+        align-items: center;
88
+
89
+        .cubeic-ok {
90
+          font-size: 140rpx;
91
+          color: #35b34a;
92
+        }
93
+
94
+        .text1 {
95
+          margin-top: 30rpx;
96
+          font-size: 40rpx;
97
+          font-weight: bold;
98
+        }
99
+      }
100
+      .Scanning_top_text{
101
+        text-align: center;
102
+        font-size: 30rpx;
103
+        font-weight: bold;
104
+        padding: 8rpx 0 23rpx 0;
105
+      }
106
+    }
107
+
108
+    .Scanning_cont {
109
+      flex: 1;
110
+      min-height: 0;
111
+      display: flex;
112
+      flex-direction: column;
113
+      margin: 0 45rpx;
114
+
115
+      .Scanning_cont_head{
116
+        flex-shrink: 0;
117
+        height: 78rpx;
118
+        display: flex;
119
+        border-top: 1rpx solid #EEEEEE;
120
+        border-bottom: 1rpx solid #EEEEEE;
121
+        .Scanning_cont_head_item{
122
+          flex: 1;
123
+          font-size: 32rpx;
124
+          font-weight: bold;
125
+          display: flex;
126
+          justify-content: center;
127
+          align-items: center;
128
+          position: relative;
129
+          &.active{
130
+            color: #49B856;
131
+            &::before{
132
+              content: '';
133
+              width: 70rpx;
134
+              height: 10rpx;
135
+              background-color: #49B856;
136
+              position: absolute;
137
+              left: 50%;
138
+              bottom: 0;
139
+              transform: translateX(-50%);
140
+              border-radius: 6rpx;
141
+            }
142
+          }
143
+          &::after{
144
+            content: '';
145
+            width: 2rpx;
146
+            height: 44rpx;
147
+            background-color: #D1D1D1;
148
+            position: absolute;
149
+            right: 0;
150
+            top: 50%;
151
+            transform: translateY(-50%);
152
+          }
153
+          &:last-of-type::after{
154
+            opacity: 0;
155
+          }
156
+        }
157
+      }
158
+
159
+      .Scanning_cont_list{
160
+        flex: 1;
161
+        min-height: 0;
162
+        display: flex;
163
+        flex-direction: column;
164
+        .Scanning_cont_list_scroll{
165
+          flex: 1;
166
+          min-height: 0;
167
+          border: 1rpx solid #E9E9E9;
168
+        }
169
+        .Scanning_cont_list_item{
170
+          height: 63rpx;
171
+          display: flex;
172
+          align-items: center;
173
+          font-size: 30rpx;
174
+          border-bottom: 2rpx dashed #D3D3D3;
175
+          border-top: none;
176
+          margin: 0 18rpx;
177
+          &:last-of-type{
178
+            border-bottom: 1rpx dashed #E9E9E9;
179
+          }
180
+          &.Scanning_cont_list_head{
181
+            font-weight: bold;
182
+            font-size: 28rpx;
183
+            border-top: 1rpx solid #272727;
184
+            flex-shrink: 0;
185
+          }
186
+          .name,
187
+          .value{
188
+            flex: 1;
189
+            display: flex;
190
+            align-items: center;
191
+            height: 100%;
192
+            font-weight: bold;
193
+            line-height: 1;
194
+          }
195
+          .value {
196
+            justify-content: flex-end;
197
+          }
198
+        }
199
+      }
200
+    }
201
+
202
+    .foot_btn {
203
+      margin: 30rpx;
204
+      flex-shrink: 0;
205
+      line-height: 88rpx;
206
+      display: flex;
207
+      justify-content: center;
208
+
209
+      .btn {
210
+        height: 88rpx;
211
+        flex: 1;
212
+        margin-right: 1%;
213
+        background-image: linear-gradient(to right, #72c172, #3bb197);
214
+        color: #fff;
215
+        border-radius: 8rpx;
216
+        font-size: 34rpx;
217
+        font-weight: bold;
218
+        text-align: center;
219
+        &:last-of-type{
220
+          margin-right: 0;
221
+        }
222
+      }
223
+    }
224
+  }
225
+</style>

+ 97 - 3
pages/receipt_infopage/receipt_infopage.vue

@@ -338,7 +338,7 @@
338 338
         </view>
339 339
       </view>
340 340
     </view>
341
-    <view class="foot_btn2 footerPadding">
341
+    <view class="foot_btn2 footerPadding" style="flex-wrap: wrap;">
342 342
       <view class="btn2" @click="showAlert" v-if="infoDATA.gdState.value == 2">接单</view>
343 343
       <!-- 如果不是静配,药配,标本配送,标本轮巡,万能交接 -->
344 344
       <template
@@ -412,6 +412,7 @@
412 412
       <view class="btn3" @click="viewBlood(infoDATA)" v-if="infoDATA.taskType.associationType.value == 'ordinary' && infoDATA.taskType.ordinaryField.value == 'blood'" hover-class="seimin-btn-hover">查看血制品</view>
413 413
       <view class="btn3" @click="additionalUser(infoDATA)" v-if="(infoDATA.taskType.associationType.value == 'inspect' || infoDATA.taskType.associationType.value == 'patientTransport') && infoDATA.worker && infoDATA.worker.id && multiplayerMode === 1" hover-class="seimin-btn-hover">追加陪检人员</view>
414 414
       <view class="btn3" @click="additionalUser(infoDATA)" v-if="infoDATA.taskType.associationType.value == 'other' && infoDATA.worker && infoDATA.worker.id && clinicalMultiplayerMode === 1 && clinicalTaskIdsFlag && !infoDATA.copyBy" hover-class="seimin-btn-hover">追加执行人员</view>
415
+      <view class="btn3" style="flex-basis: 100%;" @click="patientHandover(infoDATA)" v-if="infoDATA.taskType.associationType.value == 'patientTransport' && infoDATA.worker && infoDATA.worker.id && handoverOrder === 1" hover-class="seimin-btn-hover">扫描交接</view>
415 416
     </view>
416 417
     <!-- 弹窗 -->
417 418
     <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
@@ -421,6 +422,9 @@
421 422
     <inspectRemoveModel :title="models1.title" :icon="models1.icon" :disjunctor="models1.disjunctor"
422 423
       :content="models1.content" @know="know1" :operate="models1.operate" @ok="ok1" @cancel="cancel1" :remove="true">
423 424
     </inspectRemoveModel>
425
+    <!-- 弹窗 -->
426
+    <showModel :title="models2.title" :icon="models2.icon" :disjunctor="models2.disjunctor" :content="models2.content"
427
+      :operate="models2.operate" @ok="ok2" @cancel="cancel2"></showModel>
424 428
     <!-- 填写交接人工号弹窗 -->
425 429
     <selectAccount v-if="hosModels.disjunctor" :disjunctor="hosModels.disjunctor" @ok="hosOk"
426 430
       @cancel="hosCancel">
@@ -450,6 +454,8 @@
450 454
     },
451 455
     data() {
452 456
       return {
457
+        patientHandoverData: {},
458
+        patientHandoverCode: '',
453 459
         other: {
454 460
           user: {},
455 461
           data: {},
@@ -466,6 +472,7 @@
466 472
         currentCode: '', //当前拍照使用的科室二维码
467 473
         currentData: {}, //当前小扫描的工单对象
468 474
         multiplayerMode: 0,
475
+        handoverOrder: 0,
469 476
         clinicalMultiplayerMode: 0,
470 477
         clinicalTaskIdsFlag: false,
471 478
         hosId: uni.getStorageSync('userData').user.currentHospital.id,
@@ -480,6 +487,10 @@
480 487
         models1: {
481 488
           disjunctor: false,
482 489
         },
490
+        // 弹窗model1
491
+        models2: {
492
+          disjunctor: false,
493
+        },
483 494
         currentInspect: null,
484 495
         showType: "show",
485 496
         infoDATA: {},
@@ -519,6 +530,85 @@
519 530
       },
520 531
     },
521 532
     methods: {
533
+      ok2() {
534
+        uni.showLoading({
535
+          title: "加载中",
536
+          mask: true,
537
+        });
538
+        post("/patient/patientHandover", {
539
+          id: this.patientHandoverCode.id,
540
+          patientCode: this.patientHandoverData.patient.patientCode,
541
+        }).then((result) => {
542
+          this.models2.disjunctor = false;
543
+          if (result.state == 200) {
544
+            uni.hideLoading();
545
+            uni.showToast({
546
+              icon: "none",
547
+              mask: true,
548
+              title: "交接成功!",
549
+            });
550
+            setTimeout(() => {
551
+              uni.navigateTo({
552
+                url: `/pages/receiptpage/receiptpage`,
553
+              });
554
+            },300)
555
+          } else {
556
+            uni.hideLoading();
557
+            uni.showToast({
558
+              icon: "none",
559
+              title: result.msg || "接口获取数据失败!",
560
+            });
561
+          }
562
+        });
563
+      },
564
+      cancel2() {
565
+        this.models2.disjunctor = false;
566
+      },
567
+      // 门诊患者交接
568
+      patientHandover(infoDATA){
569
+        console.log(infoDATA);
570
+        this.patientHandoverData = infoDATA;
571
+        if (!this.SMFlag) {
572
+          return;
573
+        }
574
+        this.SMFlag = false;
575
+        SM().then((content) => {
576
+          uni.showLoading({
577
+            title: "加载中",
578
+            mask: true,
579
+          });
580
+          //检验二维码的有效性(扫码前必须验证)
581
+          post("/dept/scanning", {
582
+              content,
583
+            })
584
+            .then((result) => {
585
+              this.patientHandoverCode = JSON.parse(result.code);
586
+              this.SMFlag = true;
587
+              // 200检测通过,201没有有效期也通过。
588
+              if (result.state == 200 || result.state == 201) {
589
+                uni.hideLoading();
590
+                this.models2 = {
591
+                  disjunctor: true,
592
+                  title: "提示",
593
+                  content: `您确认要与<span class="red">${this.patientHandoverCode.name}</span>交接吗?`,
594
+                  icon: "warn",
595
+                  operate: {
596
+                    ok: "确定",
597
+                    cancel: "取消",
598
+                  },
599
+                };
600
+              } else {
601
+                uni.hideLoading();
602
+                uni.showToast({
603
+                  icon: "none",
604
+                  title: result.info || "接口获取数据失败!",
605
+                });
606
+              }
607
+            })
608
+        }).catch(err => {
609
+          this.SMFlag = true;
610
+        });
611
+      },
522 612
       // 手动查询-确认
523 613
       checkboxOk(bulkCopy) {
524 614
         console.log(bulkCopy);
@@ -1429,11 +1519,14 @@
1429 1519
           if (result.status == 200) {
1430 1520
             if(result.list && result.list[0]){
1431 1521
               this.multiplayerMode = result.list[0].multiplayerMode;
1522
+              this.handoverOrder = result.list[0].handoverOrder;
1432 1523
             }else{
1433 1524
               this.multiplayerMode = 0;
1525
+              this.handoverOrder = 0;
1434 1526
             }
1435 1527
           } else {
1436 1528
             this.multiplayerMode = 0;
1529
+            this.handoverOrder = 0;
1437 1530
           }
1438 1531
         });
1439 1532
       },
@@ -1462,7 +1555,7 @@
1462 1555
             this.clinicalTaskIdsFlag = false;
1463 1556
           }
1464 1557
         });
1465
-      }
1558
+      },
1466 1559
     },
1467 1560
     onLoad(options) {
1468 1561
       console.log(options, 'options');
@@ -1868,7 +1961,8 @@
1868 1961
         color: #fff;
1869 1962
         border-radius: 8rpx;
1870 1963
         font-size: 28rpx;
1871
-        margin-top: 16rpx;
1964
+        margin-top: 8rpx;
1965
+        margin-bottom: 8rpx;
1872 1966
         text-align: center;
1873 1967
       }
1874 1968
     }

+ 63 - 15
pages/scanning_Result/scanning_Result.vue

@@ -435,21 +435,69 @@
435 435
                     this.type == "inspect" ||
436 436
                     this.type == "patientTransport"
437 437
                   ) {
438
-                    uni.redirectTo({
439
-                      url: `../scanning_Result/scanning_Result?type=${
440
-                      this.queryObj.type //baba
441
-                    }&type1=${
442
-                      this.queryObj.type1
443
-                    }&infoData=${encodeURIComponent(
444
-                      JSON.stringify(ress.data)
445
-                    )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
446
-                      this.queryObj.deptCode
447
-                    }&dept=${this.queryObj.dept}&id=${this.dataId}&model=${encodeURIComponent(
448
-                      JSON.stringify(ress)
449
-                    )}&patient=${ress.patient}&patientCode=${
450
-                      ress.patientCode
451
-                    }&deptName=${ress.deptName}&bedNum=${ress.bedNum}`,
452
-                    });
438
+                    if(this.type == "patientTransport" && this.queryObj.type1 == 'trans-ddd-1'){
439
+                      // 门诊服务点,有orderList
440
+                      if(ress.orderList){
441
+                        uni.navigateTo({
442
+                          url: `/pages/outpatient/outpatientStartSignIn/outpatientStartSignIn?model=${encodeURIComponent(JSON.stringify(ress))}`,
443
+                        });
444
+                      }else{
445
+                        uni.redirectTo({
446
+                          url: `../scanning_Result/scanning_Result?type=${
447
+                          this.queryObj.type
448
+                        }&type1=${
449
+                          this.queryObj.type1
450
+                        }&infoData=${encodeURIComponent(
451
+                          JSON.stringify(ress.data)
452
+                        )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
453
+                          this.queryObj.deptCode
454
+                        }&dept=${this.queryObj.dept}&id=${this.dataId}&model=${encodeURIComponent(
455
+                          JSON.stringify(ress)
456
+                        )}&patient=${ress.patient}&patientCode=${
457
+                          ress.patientCode
458
+                        }&deptName=${ress.deptName}&bedNum=${ress.bedNum}`,
459
+                        });
460
+                      }
461
+                    }else if(this.type == "patientTransport" && this.queryObj.type1 == 'trans-dsd-1'){
462
+                      // 门诊服务点,有orderList
463
+                      if(ress.orderList){
464
+                        uni.navigateTo({
465
+                          url: `/pages/outpatient/outpatientEndSignIn/outpatientEndSignIn?model=${encodeURIComponent(JSON.stringify(ress))}`,
466
+                        });
467
+                      }else{
468
+                        uni.redirectTo({
469
+                          url: `../scanning_Result/scanning_Result?type=${
470
+                          this.queryObj.type
471
+                        }&type1=${
472
+                          this.queryObj.type1
473
+                        }&infoData=${encodeURIComponent(
474
+                          JSON.stringify(ress.data)
475
+                        )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
476
+                          this.queryObj.deptCode
477
+                        }&dept=${this.queryObj.dept}&id=${this.dataId}&model=${encodeURIComponent(
478
+                          JSON.stringify(ress)
479
+                        )}&patient=${ress.patient}&patientCode=${
480
+                          ress.patientCode
481
+                        }&deptName=${ress.deptName}&bedNum=${ress.bedNum}`,
482
+                        });
483
+                      }
484
+                    }else{
485
+                      uni.redirectTo({
486
+                        url: `../scanning_Result/scanning_Result?type=${
487
+                        this.queryObj.type
488
+                      }&type1=${
489
+                        this.queryObj.type1
490
+                      }&infoData=${encodeURIComponent(
491
+                        JSON.stringify(ress.data)
492
+                      )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
493
+                        this.queryObj.deptCode
494
+                      }&dept=${this.queryObj.dept}&id=${this.dataId}&model=${encodeURIComponent(
495
+                        JSON.stringify(ress)
496
+                      )}&patient=${ress.patient}&patientCode=${
497
+                        ress.patientCode
498
+                      }&deptName=${ress.deptName}&bedNum=${ress.bedNum}`,
499
+                      });
500
+                    }
453 501
                   } else {
454 502
                     uni.redirectTo({
455 503
                       url: `../scanning_Result/scanning_Result?type=${

+ 26 - 17
pages/scanning_all/scanning_all.vue

@@ -625,26 +625,35 @@
625 625
                               this.tabType == "inspect" ||
626 626
                               this.tabType == "patientTransport"
627 627
                             ) {
628
-                              if (res.ids) {
629
-                                for (var i = 0; i < this.userId.ids.length; i++) {
630
-                                  if (this.userId.ids[i] == res.ids[0]) {
631
-                                    this.userId.ids.splice(i, 1);
628
+                              if(this.tabType === 'patientTransport' && this.infoDATA.patientTransport && this.infoDATA.patientTransport[0].gdState.value == 5){
629
+                                // 门诊服务点
630
+                                if(res.orderList){
631
+                                  uni.navigateTo({
632
+                                    url: `/pages/outpatient/outpatientEndSignIn/outpatientEndSignIn?model=${encodeURIComponent(JSON.stringify(res))}`,
633
+                                  });
634
+                                }else{
635
+                                  if (res.ids) {
636
+                                    for (var i = 0; i < this.userId.ids.length; i++) {
637
+                                      if (this.userId.ids[i] == res.ids[0]) {
638
+                                        this.userId.ids.splice(i, 1);
639
+                                      }
640
+                                    }
632 641
                                   }
642
+                                  uni.navigateTo({
643
+                                    url: `../scanning_djInfo/scanning_djInfo?type=${
644
+                                    this.tabType
645
+                                  }&type1=${res.type}&infoData=${res.data}&status=${
646
+                                    res.status
647
+                                  }&msg=${res.msg}&deptCode=${this.code}&dept=${
648
+                                    res.dept
649
+                                  }&ids=${encodeURIComponent(
650
+                                    JSON.stringify(this.userId.ids)
651
+                                  )}&model=${encodeURIComponent(
652
+                                    JSON.stringify(res)
653
+                                  )}`,
654
+                                  });
633 655
                                 }
634 656
                               }
635
-                              uni.navigateTo({
636
-                                url: `../scanning_djInfo/scanning_djInfo?type=${
637
-                                this.tabType
638
-                              }&type1=${res.type}&infoData=${res.data}&status=${
639
-                                res.status
640
-                              }&msg=${res.msg}&deptCode=${this.code}&dept=${
641
-                                res.dept
642
-                              }&ids=${encodeURIComponent(
643
-                                JSON.stringify(this.userId.ids)
644
-                              )}&model=${encodeURIComponent(
645
-                                JSON.stringify(res)
646
-                              )}`,
647
-                              });
648 657
                             } else {
649 658
                               uni.navigateTo({
650 659
                                 url: `../scanning_djEnd/scanning_djEnd?type=${

+ 51 - 43
pages/scanning_code/scanning_code.vue

@@ -911,50 +911,58 @@
911 911
                   } else {
912 912
                     uni.hideLoading();
913 913
                     // --------start----------
914
-                    // 患者陪检执行中或待送达,患者转运待送达
915
-                    if (
916
-                      ress.type == "ins-zxz-1" ||
917
-                      ress.type == "ins-dsd-1" ||
918
-                      ress.type == "trans-dsd-1"
919
-                    ) {
920
-                      console.log(ress.patientName, "code");
921
-                      uni.navigateTo({
922
-                        url: `../scanning_Result/scanning_Result?type=${
923
-                        this.queryObj.type
924
-                      }&type1=${
925
-                        this.queryObj.type1
926
-                      }&infoData=${encodeURIComponent(
927
-                        JSON.stringify(ress.data)
928
-                      )}&status=${ress.status}&msg=${ress.msg}&patient=${
929
-                        ress.patient
930
-                      }&patientCode=${ress.patientCode}&deptName=${
931
-                        ress.deptName
932
-                      }&bedNum=${ress.bedNum}&deptCode=${
933
-                        this.queryObj.deptCode
934
-                      }&dept=${
935
-                        this.queryObj.dept
936
-                      }&id=${this.dataId}&model=${encodeURIComponent(
937
-                        JSON.stringify(ress)
938
-                      )}`,
939
-                      });
940
-                    } else {
941
-                      uni.navigateTo({
942
-                        url: `../scanning_Result/scanning_Result?type=${
943
-                        this.queryObj.type
944
-                      }&type1=${
945
-                        this.queryObj.type1
946
-                      }&infoData=${encodeURIComponent(
947
-                        JSON.stringify(ress.data)
948
-                      )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
949
-                        this.queryObj.deptCode
950
-                      }&dept=${
951
-                        this.queryObj.dept
952
-                      }&deptId=${this.deptId}&id=${this.dataId}&model=${encodeURIComponent(
953
-                        JSON.stringify(ress)
954
-                      )}&speNum=${ress.specimenCount}&scanOrHand=${type}`,
955
-                      });
914
+                    if(this.infoDATA.taskType.associationType.value == 'patientTransport' && this.infoDATA.gdState.value == 5){
915
+                      // 门诊服务点,有orderList
916
+                      if(ress.orderList){
917
+                        uni.navigateTo({
918
+                          url: `/pages/outpatient/outpatientEndSignIn/outpatientEndSignIn?model=${encodeURIComponent(JSON.stringify(ress))}`,
919
+                        });
920
+                      }else{
921
+                        // 患者陪检执行中或待送达,患者转运待送达
922
+                        if (
923
+                          ress.type == "ins-zxz-1" ||
924
+                          ress.type == "ins-dsd-1" ||
925
+                          ress.type == "trans-dsd-1"
926
+                        ) {
927
+                          console.log(ress.patientName, "code");
928
+                          uni.navigateTo({
929
+                            url: `../scanning_Result/scanning_Result?type=${
930
+                            this.queryObj.type
931
+                          }&type1=${
932
+                            this.queryObj.type1
933
+                          }&infoData=${encodeURIComponent(
934
+                            JSON.stringify(ress.data)
935
+                          )}&status=${ress.status}&msg=${ress.msg}&patient=${
936
+                            ress.patient
937
+                          }&patientCode=${ress.patientCode}&deptName=${
938
+                            ress.deptName
939
+                          }&bedNum=${ress.bedNum}&deptCode=${
940
+                            this.queryObj.deptCode
941
+                          }&dept=${
942
+                            this.queryObj.dept
943
+                          }&id=${this.dataId}&model=${encodeURIComponent(
944
+                            JSON.stringify(ress)
945
+                          )}`,
946
+                          });
947
+                        } else {
948
+                          uni.navigateTo({
949
+                            url: `../scanning_Result/scanning_Result?type=${
950
+                            this.queryObj.type
951
+                          }&type1=${
952
+                            this.queryObj.type1
953
+                          }&infoData=${encodeURIComponent(
954
+                            JSON.stringify(ress.data)
955
+                          )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
956
+                            this.queryObj.deptCode
957
+                          }&dept=${
958
+                            this.queryObj.dept
959
+                          }&deptId=${this.deptId}&id=${this.dataId}&model=${encodeURIComponent(
960
+                            JSON.stringify(ress)
961
+                          )}&speNum=${ress.specimenCount}&scanOrHand=${type}`,
962
+                          });
963
+                        }
964
+                      }
956 965
                     }
957
-
958 966
                     // ------------end------------
959 967
                   }
960 968
                 } else {

+ 47 - 18
pages/scanning_djEnd/scanning_djEnd.vue

@@ -675,24 +675,53 @@
675 675
                     }, 500)
676 676
                   }
677 677
                 }
678
-                this.speNum = ress.specimenCount;
679
-                uni.navigateTo({
680
-                  url: `../scanning_djInfo/scanning_djInfo?type=${
681
-                  this.queryObj.type
682
-                }&type1=${
683
-                  this.queryObj.type1
684
-                }&infoData=${encodeURIComponent(
685
-                  JSON.stringify(ress.data)
686
-                )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
687
-                  this.queryObj.code
688
-                }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
689
-                  JSON.stringify(this.ids)
690
-                )}&model=${encodeURIComponent(
691
-                  JSON.stringify(ress)
692
-                )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
693
-                  JSON.stringify(this.accountObj)
694
-                )}&deptId=${this.deptId}&scanOrHand=${type}`,
695
-                });
678
+                if(this.type === 'patientTransport' && this.queryObj.type1 == 'trans-dsd-1'){
679
+                  // 门诊服务点
680
+                  if(ress.orderList){
681
+                    uni.navigateTo({
682
+                      url: `/pages/outpatient/outpatientEndSignIn/outpatientEndSignIn?model=${encodeURIComponent(JSON.stringify(ress))}`,
683
+                    });
684
+                  }else{
685
+                    this.speNum = ress.specimenCount;
686
+                    uni.navigateTo({
687
+                      url: `../scanning_djInfo/scanning_djInfo?type=${
688
+                      this.queryObj.type
689
+                    }&type1=${
690
+                      this.queryObj.type1
691
+                    }&infoData=${encodeURIComponent(
692
+                      JSON.stringify(ress.data)
693
+                    )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
694
+                      this.queryObj.code
695
+                    }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
696
+                      JSON.stringify(this.ids)
697
+                    )}&model=${encodeURIComponent(
698
+                      JSON.stringify(ress)
699
+                    )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
700
+                      JSON.stringify(this.accountObj)
701
+                    )}&deptId=${this.deptId}&scanOrHand=${type}`,
702
+                    });
703
+                  }
704
+                }else{
705
+                  this.speNum = ress.specimenCount;
706
+                  uni.navigateTo({
707
+                    url: `../scanning_djInfo/scanning_djInfo?type=${
708
+                    this.queryObj.type
709
+                  }&type1=${
710
+                    this.queryObj.type1
711
+                  }&infoData=${encodeURIComponent(
712
+                    JSON.stringify(ress.data)
713
+                  )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
714
+                    this.queryObj.code
715
+                  }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
716
+                    JSON.stringify(this.ids)
717
+                  )}&model=${encodeURIComponent(
718
+                    JSON.stringify(ress)
719
+                  )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
720
+                    JSON.stringify(this.accountObj)
721
+                  )}&deptId=${this.deptId}&scanOrHand=${type}`,
722
+                  });
723
+                }
724
+                
696 725
               } else {
697 726
                 uni.navigateTo({
698 727
                   url: `../scanning_djInfo/scanning_djInfo?type=${

+ 32 - 16
pages/scanning_ins/scanning_ins.vue

@@ -724,6 +724,7 @@
724 724
       },
725 725
       //一键操作
726 726
       allStart(data) {
727
+        console.log(data)
727 728
         let list = {};
728 729
         if (data) {
729 730
           let type = "";
@@ -757,17 +758,17 @@
757 758
                     post("/workerOrder/" + type, list).then((res) => {
758 759
                       uni.hideLoading();
759 760
                       if (res.status == 200) {
760
-                        // model: JSON.stringify(res), //签到返回的信息
761
-                        // type: data.taskType.associationType.value, //关联类型
762
-                        // code: ress, //二维码code
763
-                        // ids //科室ID数组
764
-                        uni.navigateTo({
765
-                          url: `../scanning_djEnd/scanning_djEnd?type=${
766
-                          data.taskType.associationType.value
767
-                        }&code=${ress}&ids=${ids}&model=${encodeURIComponent(
768
-                          JSON.stringify(res)
769
-                        )}`,
770
-                        });
761
+                          // model: JSON.stringify(res), //签到返回的信息
762
+                          // type: data.taskType.associationType.value, //关联类型
763
+                          // code: ress, //二维码code
764
+                          // ids //科室ID数组
765
+                          uni.navigateTo({
766
+                            url: `../scanning_djEnd/scanning_djEnd?type=${
767
+                            data.taskType.associationType.value
768
+                          }&code=${ress}&ids=${ids}&model=${encodeURIComponent(
769
+                            JSON.stringify(res)
770
+                          )}`,
771
+                          });
771 772
                       } else {
772 773
                         uni.navigateTo({
773 774
                           url: `../scanning_djEnd/scanning_djEnd?model=${encodeURIComponent(
@@ -817,11 +818,26 @@
817 818
             post("/workerOrder/" + type, list).then((res) => {
818 819
               uni.hideLoading();
819 820
               if (res.status == 200) {
820
-                uni.navigateTo({
821
-                  url: `../scanning_insEnd/scanning_insEnd?type=${
822
-                  data.taskType.associationType.value
823
-                }&model=${encodeURIComponent(JSON.stringify(res))}`,
824
-                });
821
+                if(data.gdState.value == 4 && data.taskType.associationType.value === 'patientTransport'){
822
+                  // 门诊服务点
823
+                  if(res.orderList){
824
+                    uni.navigateTo({
825
+                      url: `/pages/outpatient/outpatientStartSignIn/outpatientStartSignIn?model=${encodeURIComponent(JSON.stringify(res))}`,
826
+                    });
827
+                  }else{
828
+                    uni.navigateTo({
829
+                      url: `../scanning_insEnd/scanning_insEnd?type=${
830
+                      data.taskType.associationType.value
831
+                    }&model=${encodeURIComponent(JSON.stringify(res))}`,
832
+                    });
833
+                  }
834
+                }else{
835
+                  uni.navigateTo({
836
+                    url: `../scanning_insEnd/scanning_insEnd?type=${
837
+                    data.taskType.associationType.value
838
+                  }&model=${encodeURIComponent(JSON.stringify(res))}`,
839
+                  });
840
+                }
825 841
               } else {
826 842
                 uni.navigateTo({
827 843
                   url: `../scanning_insEnd/scanning_insEnd?model=${encodeURIComponent(

BIN
static/img/icon_service.png