Procházet zdrojové kódy

退回功能修改

seimin před 2 roky
rodič
revize
61b9e9090b

+ 1 - 1
components/backModel/backModel.vue

@@ -110,7 +110,7 @@
110 110
           return;
111 111
         }
112 112
         this.$emit("ok", {
113
-          reasonForReturn: this.list[this.index].id,
113
+          reasonForReturn: this.list[this.index],
114 114
           remarks: this.remarks.trim()
115 115
         });
116 116
       },

+ 1 - 1
main.js

@@ -4,7 +4,7 @@ import App from './App'
4 4
 import wx from 'weixin-jsapi'
5 5
 // import VConsole from 'vconsole';
6 6
 // new VConsole();
7
-console.info('v2.4.9');
7
+console.info('v2.4.10');
8 8
 Vue.prototype.wx = wx //声明扫码
9 9
 Vue.prototype.audios = [] //待播放的语音集合
10 10
 // #endif

+ 0 - 15
pages.json

@@ -221,21 +221,6 @@
221 221
         "enablePullDownRefresh": true
222 222
       }
223 223
     }, {
224
-      "path": "pages/checkNumberPage/checkNumberPage",
225
-      "style": {
226
-        "h5": {
227
-          "titleNView": false
228
-        }
229
-      }
230
-    }, {
231
-      "path": "pages/checkNumberDetail/checkNumberDetail",
232
-      "style": {
233
-        "h5": {
234
-          "titleNView": false
235
-        },
236
-        "enablePullDownRefresh": true
237
-      }
238
-    }, {
239 224
       "path": "pages/specimenDetail/specimenDetail",
240 225
       "style": {
241 226
         "h5": {

+ 0 - 625
pages/checkNumberDetail/checkNumberDetail.vue

@@ -1,625 +0,0 @@
1
-<template>
2
-  <view class="specimenCheckingDetail">
3
-    <view class="page_header">
4
-      <view class="page_header_item">
5
-        <view class="page_header_title">
6
-          修改原因:
7
-        </view>
8
-        <view class="page_header_content">
9
-          我是你的爸爸
10
-        </view>
11
-      </view>
12
-      <view class="page_header_item">
13
-        <view class="page_header_title">
14
-          图片列表:
15
-        </view>
16
-        <view class="page_header_content">
17
-          <image v-for="(item,i) in imgs" :key="i" :src="item" @click="previewImage(i)" mode="widthFix"></image>
18
-        </view>
19
-      </view>
20
-    </view>
21
-    <view class="page_item_wrap" v-for="item in list" :key="item.id">
22
-      <view class="page_item">
23
-        <view class="page_item_top">
24
-          <view class="page_item_top-inner">
25
-            <view class="page_item_top_L">
26
-              <view class="L_text">{{item.patientName}}</view>
27
-            </view>
28
-            <view class="page_item_top_R">
29
-              <view class="L_iocn"><button type="primary" size="mini" class="back">退回</button></view>
30
-            </view>
31
-          </view>
32
-        </view>
33
-        <view class="page_item_cont">
34
-          <view class="page_item_cont_T">
35
-            <view class="page_item_cont_title">
36
-              <view>
37
-                检验项目
38
-              </view>
39
-              <view class="text_big">{{item.specimenDesc||'无'}}</view>
40
-            </view>
41
-            <view class="page_item_cont_title">
42
-              <view>
43
-                标本编码
44
-              </view>
45
-              <view class="text_big">{{item.scode||'无'}}</view>
46
-            </view>
47
-            <view class="page_item_cont_title">
48
-              <view>
49
-                标本类型
50
-              </view>
51
-              <view class="text_big">{{item.stype?item.stype.name:'无'}}</view>
52
-            </view>
53
-            <view class="page_item_cont_title">
54
-              <view>
55
-                申请科室
56
-              </view>
57
-              <view class="text_big">{{item.sickRoom?item.sickRoom.dept:'无'}}</view>
58
-            </view>
59
-            <view class="page_item_cont_title">
60
-              <view>
61
-                住院号
62
-              </view>
63
-              <view class="text_big">{{item.residenceNo||'无'}}</view>
64
-            </view>
65
-          </view>
66
-        </view>
67
-        <view class="L"></view>
68
-        <view class="R"></view>
69
-      </view>
70
-      <view class="L-l"></view>
71
-      <view class="R-l"></view>
72
-    </view>
73
-    <view class="foot_btn2"></view>
74
-    <!-- 退回弹窗 -->
75
-    <backModel v-if="backModels.disjunctor" :title="backModels.title" :disjunctor="backModels.disjunctor" @ok="backOk"
76
-      @cancel="backCancel"></backModel>
77
-    <!-- 填写交接人账号弹窗 -->
78
-    <selectAccount v-if="hosModels.disjunctor" :title="hosModels.title" :disjunctor="hosModels.disjunctor" @ok="hosOk"
79
-      @cancel="hosCancel">
80
-    </selectAccount>
81
-    <!-- 弹窗 -->
82
-    <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
83
-      :operate="models.operate" @know="know"></showModel>
84
-  </view>
85
-</template>
86
-<script>
87
-  import {
88
-    get,
89
-    post,
90
-    webHandle
91
-  } from "../../http/http.js";
92
-  export default {
93
-    data() {
94
-      return {
95
-        res: {},
96
-        backSpecimen: {},
97
-        backParams: {},
98
-        imgs: ['https://img1.baidu.com/it/u=3217543765,3223180824&fm=253&fmt=auto&app=120&f=JPEG?w=1200&h=750',
99
-          'https://img1.baidu.com/it/u=3217543765,3223180824&fm=253&fmt=auto&app=120&f=JPEG?w=1200&h=750',
100
-          'https://img1.baidu.com/it/u=3217543765,3223180824&fm=253&fmt=auto&app=120&f=JPEG?w=1200&h=750'
101
-        ],
102
-        startDeptId: null,
103
-        deptId: null,
104
-        msg: {}, //传递的信息
105
-        list: [],
106
-        targetDeptShow: [], //目标科室
107
-        // 填写交接人账号弹窗model
108
-        hosModels: {
109
-          disjunctor: false,
110
-        },
111
-        // 退回弹窗model
112
-        backModels: {
113
-          disjunctor: false,
114
-        },
115
-        // 弹窗model
116
-        models: {
117
-          disjunctor: false,
118
-        },
119
-      };
120
-    },
121
-    methods: {
122
-      // 退回
123
-      backHandler(specimen, workorderId, data) {
124
-        console.log(specimen);
125
-        const {
126
-          reasonForReturn,
127
-          remarks,
128
-        } = this.backParams;
129
-        uni.showLoading({
130
-          title: '加载中',
131
-          mask: true
132
-        })
133
-        let postData = {
134
-          reasonForReturn,
135
-          remarks,
136
-          scode: specimen.scode,
137
-          hosId: uni.getStorageSync("userData").user.currentHospital.id,
138
-          speState: specimen.speState ? specimen.speState.id : undefined,
139
-          handoverId: data ? data.accountId : undefined,
140
-          handoverName: data ? data.accountName : undefined,
141
-          gdId: workorderId || undefined,
142
-        }
143
-        post('/workerOrder/returnSpecimen', postData).then(res => {
144
-          uni.hideLoading();
145
-          if (res.state == 200) {
146
-            this.models = {
147
-              disjunctor: true,
148
-              title: "提示",
149
-              content: `标本退回成功`,
150
-              icon: "success",
151
-            };
152
-          } else {
153
-            this.models = {
154
-              disjunctor: true,
155
-              title: "提示",
156
-              content: `标本退回失败`,
157
-              icon: "error",
158
-            };
159
-          }
160
-        })
161
-      },
162
-      // 填写交接人账号-确认
163
-      hosOk(data) {
164
-        console.log(data);
165
-        const {
166
-          accountName,
167
-          account,
168
-          accountId
169
-        } = data;
170
-        if (!accountName && !account) {
171
-          //没有填写交接人
172
-          uni.showModal({
173
-            title: "提示",
174
-            content: "请填写交接人账号!",
175
-            showCancel: false,
176
-            success: function(res) {
177
-              if (res.confirm) {
178
-                console.log("用户点击确定");
179
-              } else if (res.cancel) {
180
-                console.log("用户点击取消");
181
-              }
182
-            },
183
-          });
184
-          return;
185
-        } else if ((!accountName && account) || (accountName && !account)) {
186
-          //没有填写交接人
187
-          uni.showModal({
188
-            title: "提示",
189
-            content: "请填写正确的交接人账号!",
190
-            showCancel: false,
191
-            success: function(res) {
192
-              if (res.confirm) {
193
-                console.log("用户点击确定");
194
-              } else if (res.cancel) {
195
-                console.log("用户点击取消");
196
-              }
197
-            },
198
-          });
199
-          return;
200
-        }
201
-        this.hosModels.disjunctor = false;
202
-        uni.showLoading({
203
-          title: "加载中",
204
-          mask: true,
205
-        });
206
-        if (this.backStatus = 'back') {
207
-          // 退回
208
-          this.backHandler(this.backSpecimen, this.res.data.gdid, data);
209
-        } else {
210
-          this.nextDeptOrder_s(this.res.workOrder, data);
211
-        }
212
-      },
213
-      // 填写交接人账号-取消
214
-      hosCancel() {
215
-        this.hosModels.disjunctor = false;
216
-      },
217
-      // 填写交接人账号弹窗
218
-      showSelectAccount() {
219
-        this.hosModels = {
220
-          title: "填写交接人账号",
221
-          disjunctor: true,
222
-        };
223
-      },
224
-      // 退回-确认
225
-      backOk(data) {
226
-        console.log(data);
227
-        this.backParams = data;
228
-        this.hosModels.disjunctor = false;
229
-        let postData = {
230
-          "idx": 0,
231
-          "sum": 1,
232
-          "hospitalConfig": {
233
-            "hosId": uni.getStorageSync("userData").user.currentHospital.id,
234
-            "key": "returnSpecimenWhetherHandover"
235
-          }
236
-        };
237
-        uni.showLoading({
238
-          title: "加载中",
239
-          mask: true,
240
-        });
241
-        post('/simple/data/fetchDataList/hospitalConfig', postData).then((result) => {
242
-          uni.hideLoading();
243
-          if (result.status == 200) {
244
-            if (result.list[0].value == 1) {
245
-              this.showSelectAccount();
246
-            } else {
247
-              this.backHandler(this.backSpecimen, this.workOrderId);
248
-            }
249
-          } else {
250
-            uni.showToast({
251
-              icon: "none",
252
-              title: "请求失败!",
253
-            });
254
-          }
255
-        })
256
-      },
257
-      // 退回-取消
258
-      backCancel() {
259
-        this.backModels.disjunctor = false;
260
-      },
261
-      // 退回弹窗
262
-      showBack() {
263
-        this.backModels = {
264
-          title: "退回",
265
-          disjunctor: true,
266
-        };
267
-      },
268
-      previewImage(index) {
269
-        //uniapp预览轮播图
270
-        uni.previewImage({
271
-          current: index, //预览图片的下标
272
-          urls: this.imgs //预览图片的地址,必须要数组形式,如果不是数组形式就转换成数组形式就可以
273
-        })
274
-      },
275
-      getList() {
276
-        uni.showLoading({
277
-          mask: true,
278
-          title: '加载中'
279
-        })
280
-        let postData = [Number(this.startDeptId), Number(this.deptId)]; //起点科室id,选择的科室id
281
-        post(`/api/getTransDeptSpecimens`, postData).then((res) => {
282
-          uni.hideLoading();
283
-          uni.stopPullDownRefresh();
284
-          if (res.status == 200) {
285
-            this.list = res.data;
286
-          } else {
287
-            uni.showToast({
288
-              icon: "none",
289
-              title: "请求失败!",
290
-            });
291
-          }
292
-        });
293
-      },
294
-      // 返回
295
-      goto() {
296
-        uni.navigateTo({
297
-          url: `../../pages/specimenChecking/specimenChecking?infoDATA=${encodeURIComponent(JSON.stringify(this.msg))}`,
298
-        });
299
-      },
300
-    },
301
-    onLoad(options) {
302
-      console.log(options, "快捷建单");
303
-      this.msg = JSON.parse(options.infoDATA);
304
-      this.startDeptId = options.startDeptId;
305
-      this.deptId = options.deptId;
306
-      this.getList();
307
-      // #ifdef APP-PLUS
308
-      webHandle("no", "app");
309
-      // #endif
310
-      // #ifdef H5
311
-      webHandle("no", "wx");
312
-      // #endif
313
-    },
314
-    onPullDownRefresh() {
315
-      this.getList();
316
-    },
317
-  };
318
-</script>
319
-<style lang="less" scoped>
320
-  .specimenCheckingDetail {
321
-    padding-bottom: 100rpx;
322
-
323
-    .page_header {
324
-      margin: 20rpx;
325
-      padding: 16rpx;
326
-      border: 2rpx solid #e5e9ed;
327
-      background: #fff;
328
-      border-radius: 8rpx;
329
-
330
-      .page_header_item {
331
-        margin-bottom: 16rpx;
332
-
333
-        .page_header_title {
334
-          margin-bottom: 8rpx;
335
-          font-weight: bold;
336
-        }
337
-
338
-        .page_header_content {
339
-          display: flex;
340
-
341
-          image {
342
-            flex: 1;
343
-            margin: 0 8rpx;
344
-          }
345
-        }
346
-      }
347
-    }
348
-
349
-    .page_item_wrap {
350
-      width: 100%;
351
-      height: auto;
352
-      box-sizing: border-box;
353
-      position: relative;
354
-      margin-bottom: 16rpx;
355
-
356
-      .page_item {
357
-        margin-top: 16rpx;
358
-        margin-bottom: 124rpx;
359
-        background: #fff;
360
-        border-radius: 8rpx;
361
-        margin: 0 20rpx;
362
-        border: 2rpx solid #e5e9ed;
363
-        position: relative;
364
-        overflow: hidden;
365
-        padding: 0 16rpx;
366
-
367
-        .L {
368
-          width: 40rpx;
369
-          height: 40rpx;
370
-          border-radius: 50%;
371
-          background: #f9fafb;
372
-          position: absolute;
373
-          left: -20rpx;
374
-          top: 68rpx;
375
-          border: 2rpx solid #e5e9ed;
376
-        }
377
-
378
-        .R {
379
-          width: 40rpx;
380
-          height: 40rpx;
381
-          border-radius: 50%;
382
-          background: #f9fafb;
383
-          position: absolute;
384
-          float: right;
385
-          right: -20rpx;
386
-          top: 68rpx;
387
-          border: 2rpx solid #e5e9ed;
388
-        }
389
-
390
-        .starting {
391
-          width: 50rpx;
392
-          height: 50rpx;
393
-          color: #fff;
394
-          background: #49b856;
395
-          display: inline-block;
396
-          border-radius: 50%;
397
-          text-align: center;
398
-          line-height: 46rpx;
399
-          font-size: 32rpx;
400
-          margin-right: 6rpx;
401
-        }
402
-
403
-        .End {
404
-          width: 50rpx;
405
-          height: 50rpx;
406
-          color: #fff;
407
-          background: #39b199;
408
-          display: inline-block;
409
-          border-radius: 50%;
410
-          text-align: center;
411
-          line-height: 46rpx;
412
-          font-size: 32rpx;
413
-          margin-right: 6rpx;
414
-        }
415
-
416
-        .page_item_top {
417
-          height: 88rpx;
418
-          border-bottom: 2rpx dashed #e5e9ed;
419
-          padding: 0 16rpx;
420
-
421
-          .page_item_top-inner {
422
-            display: flex;
423
-            justify-content: space-between;
424
-            align-items: center;
425
-            height: 100%;
426
-
427
-            .page_item_top_L {
428
-              .emergencys {
429
-                background: #ff3b53 !important;
430
-                width: 124rpx !important;
431
-              }
432
-
433
-              .emergency {
434
-                background: #ff3b53 !important;
435
-              }
436
-
437
-              .emergency1 {
438
-                background: #49b856 !important;
439
-              }
440
-
441
-              .page_item_cont_start {
442
-                text-align: center;
443
-                height: 44rpx;
444
-                width: 104rpx;
445
-                line-height: 44rpx;
446
-                border-radius: 8rpx;
447
-                background: #49b856;
448
-                color: #fff;
449
-                display: inline-block;
450
-              }
451
-
452
-              .L_time {
453
-                color: #6cc076;
454
-                font-size: 32rpx;
455
-              }
456
-
457
-              .L_text {
458
-                font-size: 32rpx;
459
-                font-weight: 700;
460
-              }
461
-            }
462
-
463
-            .page_item_top_R {
464
-              font-size: 32rpx;
465
-
466
-              .back {
467
-                background-color: #49b856;
468
-              }
469
-
470
-              .L_iocn {
471
-                color: rgb(7, 134, 60);
472
-                font-size: 36rpx;
473
-                font-weight: 700;
474
-              }
475
-            }
476
-          }
477
-        }
478
-
479
-        .page_item_cont {
480
-          min-height: 90rpx;
481
-          padding: 0 16rpx;
482
-          text-align: left;
483
-          position: relative;
484
-
485
-          .text_big {
486
-            font-size: 32rpx;
487
-            font-weight: 700;
488
-            margin-top: 10rpx;
489
-
490
-            p {
491
-              font-weight: 700;
492
-              line-height: 1.5;
493
-            }
494
-          }
495
-
496
-          .page_item_cont_T {
497
-            padding-top: 28rpx;
498
-            padding-bottom: 28rpx;
499
-            font-size: 28rpx;
500
-
501
-            .page_item_cont_title {
502
-              height: 100%;
503
-              font-size: 32rpx;
504
-              display: flex;
505
-              justify-content: space-between;
506
-            }
507
-          }
508
-
509
-          .page_item_cont_B {
510
-            padding-top: 28rpx;
511
-            margin-bottom: 28rpx;
512
-
513
-            .page_item_cont_title {
514
-              font-size: 32rpx;
515
-              display: flex;
516
-              justify-content: space-between;
517
-            }
518
-
519
-            .page_item_cont_title1 {
520
-              height: 60rpx;
521
-              line-height: 60rpx;
522
-              font-size: 32rpx;
523
-              padding-left: 64rpx;
524
-            }
525
-          }
526
-        }
527
-
528
-        .page_item_foot {
529
-          border-top: 2rpx dashed #e5e9ed;
530
-          border-bottom: 2rpx dashed #e5e9ed;
531
-          padding: 28rpx 16rpx;
532
-          text-align: left;
533
-
534
-          .page_item_foot_text {
535
-            font-size: 32rpx;
536
-            margin-bottom: 20rpx;
537
-
538
-            .text1 {
539
-              color: rgb(102, 102, 102);
540
-            }
541
-
542
-            .text2 {
543
-              float: right;
544
-              font-weight: 700;
545
-            }
546
-          }
547
-        }
548
-
549
-        #infos {
550
-          display: none;
551
-        }
552
-
553
-        .page_item_infos {
554
-          padding-bottom: 20rpx;
555
-          border-bottom: 2rpx dashed #e5e9ed;
556
-
557
-          .page_item_info2 {
558
-            text-align: left;
559
-            line-height: 60rpx;
560
-            font-size: 32rpx;
561
-            padding-left: 16rpx;
562
-
563
-            .page_item_foot_text {
564
-              font-size: 32rpx;
565
-              margin-bottom: 20rpx;
566
-
567
-              .text1 {
568
-                color: rgb(102, 102, 102);
569
-              }
570
-
571
-              .text2 {
572
-                float: right;
573
-                font-weight: 700;
574
-              }
575
-            }
576
-          }
577
-        }
578
-      }
579
-
580
-      .L-l {
581
-        width: 2rpx;
582
-        height: 40rpx;
583
-        background: #f9fafb;
584
-        position: absolute;
585
-        left: 20rpx;
586
-        top: 72rpx;
587
-      }
588
-
589
-      .R-l {
590
-        width: 2rpx;
591
-        height: 40rpx;
592
-        background: #f9fafb;
593
-        position: absolute;
594
-        right: 20rpx;
595
-        top: 72rpx;
596
-      }
597
-    }
598
-
599
-    .foot_btn2 {
600
-      position: fixed;
601
-      bottom: 0;
602
-      width: 100vw;
603
-      padding: 0 20rpx;
604
-      box-sizing: border-box;
605
-      line-height: 66rpx;
606
-      height: 100rpx;
607
-      border-top: 2rpx solid #e5e9ed;
608
-      background: #f9fafb;
609
-      text-align: center;
610
-      display: flex;
611
-      justify-content: center;
612
-      align-items: center;
613
-
614
-      .btn2 {
615
-        height: 66rpx;
616
-        flex: 1;
617
-        margin: 16rpx 16rpx 0;
618
-        background-image: linear-gradient(to right, #72c172, #3bb197);
619
-        color: #fff;
620
-        border-radius: 8rpx;
621
-        font-size: 32rpx;
622
-      }
623
-    }
624
-  }
625
-</style>

+ 0 - 222
pages/checkNumberPage/checkNumberPage.vue

@@ -1,222 +0,0 @@
1
-<template>
2
-  <view class="checkNumberPage">
3
-    <view class="title">请填写本次您送达的标本数量!</view>
4
-    <view class="page_item_wrap">
5
-      <view class="changeSpeNum__article">
6
-        <view class="uni-list-cell">
7
-          <view class="uni-list-cell-left">
8
-            标本数量:
9
-          </view>
10
-          <view class="uni-list-cell-db">
11
-            <uni-number-box v-model="speNum"></uni-number-box>
12
-          </view>
13
-        </view>
14
-        <view class="uni-list-cell" v-if="speNum != num">
15
-          <view class="uni-list-cell-left">
16
-            上传图片:
17
-          </view>
18
-          <view class="uni-list-cell-db">
19
-            <uni-file-picker :auto-upload="false" :limit="3" title="最多选择3张图片" v-model="imageValue" fileMediatype="image"
20
-              mode="grid" @select="selectFile" @delete="deleteFile"></uni-file-picker>
21
-          </view>
22
-        </view>
23
-      </view>
24
-    </view>
25
-    <view class="foot_btn2">
26
-      <view class="btn2" @click="createOrder">确认数量</view>
27
-      <view class="btn2" @click="goto()">查看标本</view>
28
-    </view>
29
-  </view>
30
-</template>
31
-<script>
32
-  import {
33
-    get,
34
-    post,
35
-    webHandle
36
-  } from "../../http/http.js";
37
-  export default {
38
-    data() {
39
-      return {
40
-        options: {},
41
-        imageValue: [], //图片列表
42
-        speNum: 0, //修改后的数量
43
-        num: 0,
44
-        reason: undefined, //修改原因
45
-        msg: {}, //页面展示信息
46
-      };
47
-    },
48
-    methods: {
49
-      // 获取上传状态
50
-      selectFile(e) {
51
-        console.log('选择文件:', e)
52
-        this.imageValue = this.imageValue.concat(e.tempFiles);
53
-      },
54
-
55
-      // 移除
56
-      deleteFile(e) {
57
-        console.log('移除:', e);
58
-        this.imageValue = this.imageValue.filter(v => v.uuid != e.tempFile.uuid);
59
-      },
60
-      // 获取信息
61
-      getInfo() {
62
-        uni.showLoading({
63
-          mask: true,
64
-          title: '加载中'
65
-        })
66
-        let postData = {
67
-          deptId: this.options.deptId,
68
-          gdId: this.msg.id
69
-        };
70
-        post(`/api/getStartDeptSpecimensNum`, postData).then((res) => {
71
-          uni.hideLoading();
72
-          if (res.status == 200) {
73
-            this.speNum = res.deptSpecimensNum;
74
-          } else {
75
-            uni.showToast({
76
-              icon: "none",
77
-              title: "请求失败!",
78
-            });
79
-          }
80
-        });
81
-      },
82
-      // 查看标本
83
-      goto() {
84
-        uni.navigateTo({
85
-          url: `../../pages/checkNumberDetail/checkNumberDetail?startDeptId=${this.msg.startDept.id}&deptId=${this.options.deptId}`,
86
-        });
87
-      },
88
-      // 确认数量并建单
89
-      createOrder() {
90
-        uni.showModal({
91
-          title: '提示',
92
-          content: "您确认建单吗?",
93
-          success: (res) => {
94
-            if (res.confirm) {
95
-              console.log('用户点击确定');
96
-              uni.showLoading({
97
-                mask: true,
98
-                title: '加载中'
99
-              })
100
-              get(`/workerOrder/createQuickOrder/${this.msg.id}`, {}).then((res) => {
101
-                console.log(res)
102
-                uni.hideLoading();
103
-                if (res.status == 200) {
104
-                  if (res.type === 'plan-spe-ddd-2') {
105
-                    //需要扫描标本
106
-                    uni.navigateTo({
107
-                      url: `../../pages/scanning_code/scanning_code?type=${res.associationTypeName}&type1=${res.type}&id=${res.id}&deptCode=${res.deptCode}&dept=${res.deptName}&accountObj=undefined`,
108
-                    });
109
-                  } else {
110
-                    uni.navigateTo({
111
-                      url: "../receiptpage/receiptpage",
112
-                    });
113
-                  }
114
-                } else {
115
-                  uni.showToast({
116
-                    icon: "none",
117
-                    title: "请求失败!",
118
-                  });
119
-                }
120
-              });
121
-            } else if (res.cancel) {
122
-              console.log('用户点击取消');
123
-            }
124
-          }
125
-        });
126
-      },
127
-    },
128
-    onLoad(options) {
129
-      console.log(options, "快捷建单");
130
-      this.options = options;
131
-      this.msg = JSON.parse(options.infoDATA);
132
-      this.getInfo();
133
-      // #ifdef APP-PLUS
134
-      webHandle("no", "app");
135
-      // #endif
136
-      // #ifdef H5
137
-      webHandle("no", "wx");
138
-      // #endif
139
-    },
140
-  };
141
-</script>
142
-<style lang="less" scoped>
143
-  .checkNumberPage {
144
-    padding-bottom: 100rpx;
145
-
146
-    .title {
147
-      font-size: 48rpx;
148
-      margin-top: 24rpx;
149
-      margin-bottom: 24rpx;
150
-      text-align: center;
151
-    }
152
-
153
-    .page_item_wrap {
154
-      width: 100%;
155
-      height: auto;
156
-      box-sizing: border-box;
157
-      position: relative;
158
-      margin-bottom: 16rpx;
159
-
160
-      .uni-list-cell {
161
-        width: 94%;
162
-        display: flex;
163
-        flex-direction: row;
164
-        justify-content: space-evenly;
165
-        align-items: center;
166
-        text-align: center;
167
-        margin-top: 32rpx;
168
-
169
-        .uni-list-cell-left {
170
-          flex: 2;
171
-          font-size: 32rpx;
172
-          color: #666;
173
-        }
174
-
175
-        .uni-list-cell-db {
176
-          padding: 16rpx 0;
177
-          flex: 5;
178
-        }
179
-
180
-        .uni-list-cell-db-text {
181
-          border: 1px solid #e5e9ed;
182
-          background-color: #fff;
183
-          flex: 5;
184
-          text-align: left;
185
-
186
-          textarea {
187
-            width: 100%;
188
-            box-sizing: border-box;
189
-            padding: 0 8rpx;
190
-            max-height: 150rpx;
191
-          }
192
-        }
193
-      }
194
-    }
195
-
196
-    .foot_btn2 {
197
-      position: fixed;
198
-      bottom: 0;
199
-      width: 100vw;
200
-      padding: 0 20rpx;
201
-      box-sizing: border-box;
202
-      line-height: 66rpx;
203
-      height: 100rpx;
204
-      border-top: 2rpx solid #e5e9ed;
205
-      background: #f9fafb;
206
-      text-align: center;
207
-      display: flex;
208
-      justify-content: center;
209
-      align-items: center;
210
-
211
-      .btn2 {
212
-        height: 66rpx;
213
-        flex: 1;
214
-        margin: 16rpx 16rpx 0;
215
-        background-image: linear-gradient(to right, #72c172, #3bb197);
216
-        color: #fff;
217
-        border-radius: 8rpx;
218
-        font-size: 32rpx;
219
-      }
220
-    }
221
-  }
222
-</style>

+ 3 - 2
pages/scanning_B/scanning_B.vue

@@ -277,7 +277,7 @@
277 277
           mask: true
278 278
         })
279 279
         let postData = {
280
-          reasonForReturn,
280
+          reasonForReturn: reasonForReturn.id,
281 281
           remarks,
282 282
           scode: specimen.scode,
283 283
           hosId: uni.getStorageSync("userData").user.currentHospital.id,
@@ -393,7 +393,8 @@
393 393
         post('/simple/data/fetchDataList/hospitalConfig', postData).then((result) => {
394 394
           uni.hideLoading();
395 395
           if (result.status == 200) {
396
-            if (result.list[0].value == 1) {
396
+            if (result.list[0].value == 1 && this.backParams.reasonForReturn.extra1 == 1) {
397
+              this.backCancel();
397 398
               this.showSelectAccount();
398 399
             } else {
399 400
               this.backHandler(this.backSpecimen, this.workOrderId);

+ 3 - 2
pages/specimenCheckingDetail/specimenCheckingDetail.vue

@@ -157,7 +157,7 @@
157 157
         let postData = {
158 158
           deptId: this.selectDeptId == "undefined" ?
159 159
             this.msg.startDept : this.selectDeptId,
160
-          reasonForReturn,
160
+          reasonForReturn: reasonForReturn.id,
161 161
           remarks,
162 162
           scode: specimen.scode,
163 163
           hosId: uni.getStorageSync("userData").user.currentHospital.id,
@@ -267,7 +267,8 @@
267 267
           (result) => {
268 268
             uni.hideLoading();
269 269
             if (result.status == 200) {
270
-              if (result.list[0].value == 1) {
270
+              if (result.list[0].value == 1 && this.backParams.reasonForReturn.extra1 == 1) {
271
+                this.backCancel();
271 272
                 this.showSelectAccount();
272 273
               } else {
273 274
                 this.backHandler(this.backSpecimen, this.workOrderId);