Quellcode durchsuchen

标本大扫描BUG修复

seimin vor 3 Jahren
Ursprung
Commit
d30fc37a90
2 geänderte Dateien mit 34 neuen und 9 gelöschten Zeilen
  1. 20 9
      pages/scanning_djEnd/scanning_djEnd.vue
  2. 14 0
      pages/scanning_djInfo/scanning_djInfo.vue

+ 20 - 9
pages/scanning_djEnd/scanning_djEnd.vue

@@ -114,8 +114,11 @@
114 114
           type == 'specimen' &&
115 115
           infoDATA.type == 'spe-ddd-1')
116 116
       "
117
-      >已到达目标科室,请取标本后送达目标科室.</view
118 117
     >
118
+      <view v-if="accountObj"> 交接人账号 : {{ accountObj.account }} </view>
119
+      <view v-if="accountObj"> 交接人姓名 : {{ accountObj.accountName }} </view>
120
+      <view>已到达目标科室,请取标本后送达目标科室.</view>
121
+    </view>
119 122
     <view
120 123
       class="Scanning_cont"
121 124
       v-if="
@@ -300,7 +303,9 @@ export default {
300 303
       this.gotoFlag = false;
301 304
       let ids = JSON.parse(this.queryObj.ids);
302 305
       uni.navigateTo({
303
-        url: `../noScanSpecimen/noScanSpecimen?workOrderId=${encodeURIComponent(JSON.stringify(ids))}&deptCode=${this.queryObj.deptCode}`,
306
+        url: `../noScanSpecimen/noScanSpecimen?workOrderId=${encodeURIComponent(
307
+          JSON.stringify(ids)
308
+        )}&deptCode=${this.queryObj.code}`,
304 309
       });
305 310
     },
306 311
     // 正常完成扫描
@@ -356,7 +361,7 @@ export default {
356 361
         let postData = {
357 362
           ids: [id],
358 363
           sign: true,
359
-          deptQrCode: this.queryObj.deptCode,
364
+          deptQrCode: this.queryObj.code,
360 365
         };
361 366
         post("/workerOrder/expectedAndActual", postData).then((ress) => {
362 367
           uni.hideLoading();
@@ -437,7 +442,7 @@ export default {
437 442
       let id = JSON.parse(this.queryObj.ids)[0];
438 443
       let postData = {
439 444
         ids: [id],
440
-        deptQrCode: this.queryObj.deptCode,
445
+        deptQrCode: this.queryObj.code,
441 446
       };
442 447
       uni.showLoading({
443 448
         title: "加载中",
@@ -567,7 +572,7 @@ export default {
567 572
               if (this.type == "jPBag" || this.type == "drugsBag") {
568 573
                 postType = "handleDrugsAndJp";
569 574
                 delete data.ids;
570
-                if(this.accountObj){
575
+                if (this.accountObj) {
571 576
                   data.handover = this.accountObj.accountId;
572 577
                 }
573 578
                 data.deptId = this.deptId;
@@ -576,7 +581,7 @@ export default {
576 581
                 postType = "handleSpes";
577 582
                 data["speCode"] = data.code;
578 583
                 delete data.code;
579
-                if(this.accountObj){
584
+                if (this.accountObj) {
580 585
                   data.handover = this.accountObj.accountId;
581 586
                 }
582 587
               }
@@ -584,7 +589,7 @@ export default {
584 589
                 postType = "handlePlanSpes";
585 590
                 data["speCode"] = data.code;
586 591
                 delete data.code;
587
-                if(this.accountObj){
592
+                if (this.accountObj) {
588 593
                   data.handover = this.accountObj.accountId;
589 594
                 }
590 595
               }
@@ -611,7 +616,9 @@ export default {
611 616
                       JSON.stringify(this.ids)
612 617
                     )}&model=${encodeURIComponent(
613 618
                       JSON.stringify(ress)
614
-                    )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(JSON.stringify(this.accountObj))}&deptId=${this.deptId}`,
619
+                    )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
620
+                      JSON.stringify(this.accountObj)
621
+                    )}&deptId=${this.deptId}`,
615 622
                   });
616 623
                 } else {
617 624
                   uni.navigateTo({
@@ -625,7 +632,11 @@ export default {
625 632
                       JSON.stringify(this.ids)
626 633
                     )}&infoData=${encodeURIComponent(
627 634
                       JSON.stringify(ress.data)
628
-                    )}&model=${encodeURIComponent(JSON.stringify(ress))}&accountObj=${encodeURIComponent(JSON.stringify(this.accountObj))}&deptId=${this.deptId}`,
635
+                    )}&model=${encodeURIComponent(
636
+                      JSON.stringify(ress)
637
+                    )}&accountObj=${encodeURIComponent(
638
+                      JSON.stringify(this.accountObj)
639
+                    )}&deptId=${this.deptId}`,
629 640
                   });
630 641
                 }
631 642
               });

+ 14 - 0
pages/scanning_djInfo/scanning_djInfo.vue

@@ -42,6 +42,20 @@
42 42
       <view>标本类型 : {{ infoDATA.data.stype.name || "-" }}</view>
43 43
       <view>标本编号 : {{ infoDATA.data.scode || "-" }}</view>
44 44
       <view>患者姓名 : {{ infoDATA.data.patientName || "-" }}</view>
45
+      <view
46
+        v-if="
47
+          accountObj && infoType !== 'spe-ddd-1' && infoType !== 'spe-dsd-1'&& infoType !== 'plan-spe-ddd-1' && infoType !== 'plan-spe-dsd-1'
48
+        "
49
+      >
50
+        交接人账号 : {{ accountObj.account }}
51
+      </view>
52
+      <view
53
+        v-if="
54
+          accountObj && infoType !== 'spe-ddd-1' && infoType !== 'spe-dsd-1'&& infoType !== 'plan-spe-ddd-1' && infoType !== 'plan-spe-dsd-1'
55
+        "
56
+      >
57
+        交接人姓名 : {{ accountObj.accountName }}
58
+      </view>
45 59
       <view>已扫描 : {{ speNum }}</view>
46 60
     </view>
47 61
     <view