seimin 1 år sedan
förälder
incheckning
c5ee30eede
2 ändrade filer med 66 tillägg och 44 borttagningar
  1. 9 1
      pages/endOrderSignBlood/endOrderSignBlood.vue
  2. 57 43
      pages/my_list/my_list.vue

+ 9 - 1
pages/endOrderSignBlood/endOrderSignBlood.vue

@@ -74,7 +74,7 @@
74 74
       </view>
75 75
     </view>
76 76
     <view class="foot_btn_spe">
77
-      <view class="btn1" @click="complete()" v-if="dataList.bloodTotalCount">{{isComplete ? '核对完成-完成工单' : '核对完成'}}</view>
77
+      <view class="btn1" @click="complete()" v-if="isShowCompleteBtn">{{isComplete ? '核对完成-完成工单' : '核对完成'}}</view>
78 78
       <view class="btn3" @click="goBack()">返回</view>
79 79
     </view>
80 80
     <!-- 填写交接人工号弹窗 -->
@@ -101,6 +101,7 @@
101 101
         dataList: {},
102 102
         queryObj: {}, //路由传递过来的数据
103 103
         isComplete: false,
104
+        isShowCompleteBtn: false,
104 105
       };
105 106
     },
106 107
     methods: {
@@ -144,6 +145,7 @@
144 145
         
145 146
         let allData = this.dataList.children.filter(v => v.state.value == 4);
146 147
         let allDataChecked = this.dataList.children.filter(v => v.checked && v.state.value == 4);
148
+        this.isShowCompleteBtn = allDataChecked.length > 0;
147 149
         this.isComplete = allData.length === allDataChecked.length;
148 150
       },
149 151
       // 核对完成
@@ -336,6 +338,7 @@
336 338
               }
337 339
               // 第二层
338 340
               dataNewList.children.push({
341
+                checked: array3[0].children[0].state.value == 4 ? true : false,// 默认
339 342
                 patientName: key2.split('|')[0],
340 343
                 hosNum: key2.split('|')[1],
341 344
                 state: array3[0].children[0].state,
@@ -343,6 +346,11 @@
343 346
                 children: array3,
344 347
               });
345 348
             }
349
+            // 默认
350
+            let allData = dataNewList.children.filter(v => v.state.value == 4);
351
+            let allDataChecked = dataNewList.children.filter(v => v.checked && v.state.value == 4);
352
+            this.isShowCompleteBtn = allDataChecked.length > 0;
353
+            this.isComplete = allData.length === allDataChecked.length;
346 354
             // 计算第一层血袋数量
347 355
             dataNewList.bloodTotalCount = dataNewList.children.reduce((pre, current) => pre + current.count, 0);
348 356
             // 计算第一层患者数量

+ 57 - 43
pages/my_list/my_list.vue

@@ -43,40 +43,38 @@
43 43
       <view class="page_items" v-if="workData && workData.length > 0">
44 44
         <view class="page_item" v-for="(infoDATA, i) of workData" :key="infoDATA.id" @click="detailIt(infoDATA)">
45 45
           <view class="page_item_top">
46
-            <view class="page_item_top_L">
47
-              <text class="L_text">{{ infoDATA.gdcode }}</text>
48
-              <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
49
-                <text>
50
-                  <text
51
-                    class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
52
-              </view>
53
-              <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
54
-                <text>
55
-                  <text
56
-                    class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
57
-              </view>
58
-              <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
59
-                <text>
60
-                  <text
61
-                    class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
62
-              </view>
63
-            </view>
64
-            <view class="page_item_top_L">
65
-              <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimen'">标本<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
66
-              <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimenPlan'">标本<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
67
-              <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'drugsBag'">药品<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
68
-              <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'jPBag'">静配<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
69
-              <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'inspect'">陪检<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
70
-              <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'patientTransport'">转运<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
71
-              <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'other'">其他<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
72
-              <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'ordinary' && infoDATA.taskType.ordinaryField.value == 'blood'">血制品<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
73
-            </view>
74
-            <view class="page_item_top_R">
75
-              <view class="num" v-if="infoDATA.gdState.value != 6">
76
-                {{infoDATA.grade?(infoDATA.grade.gradeTotal>=0?'+'+infoDATA.grade.gradeTotal:'-'+infoDATA.grade.gradeTotal):''}}
46
+            <view class="page_item_top_All_wrap">
47
+              <view class="page_item_top_L_wrap">
48
+                <view class="page_item_top_L">
49
+                  <text class="L_text">{{ infoDATA.gdcode }}</text>
50
+                  <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
51
+                    <text>
52
+                      <text
53
+                        class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
54
+                  </view>
55
+                  <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
56
+                    <text>
57
+                      <text
58
+                        class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
59
+                  </view>
60
+                  <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
61
+                    <text>
62
+                      <text
63
+                        class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
64
+                  </view>
65
+                </view>
66
+                <view class="page_item_top_L page_item_top_M">
67
+                  <view class="L_iocn" v-if="infoDATA.taskType.associationType.value != 'ordinary'">{{infoDATA.taskType.taskName}}<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></view>
68
+                  <view class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'ordinary' && infoDATA.taskType.ordinaryField.value == 'blood'">{{infoDATA.taskType.ordinaryField.name}}<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></view>
69
+                </view>
77 70
               </view>
78
-              <view class="num" v-if="infoDATA.gdState.value == 6">
79
-                未评价
71
+              <view class="page_item_top_R">
72
+                <view class="num" v-if="infoDATA.gdState.value != 6">
73
+                  {{infoDATA.grade?(infoDATA.grade.gradeTotal>=0?'+'+infoDATA.grade.gradeTotal:'-'+infoDATA.grade.gradeTotal):''}}
74
+                </view>
75
+                <view class="num" v-if="infoDATA.gdState.value == 6">
76
+                  未评价
77
+                </view>
80 78
               </view>
81 79
             </view>
82 80
             <view class="L"> </view>
@@ -584,10 +582,26 @@
584 582
           .page_item_top {
585 583
             height: 86rpx;
586 584
             border-bottom: 2rpx dashed #e5e9ed;
585
+            
586
+            .page_item_top_All_wrap{
587
+              height: 100%;
588
+              display: flex;
589
+              justify-content: space-between;
590
+              align-items: center;
591
+            }
592
+            .page_item_top_L_wrap{
593
+              height: 100%;
594
+              display: flex;
595
+              flex: 1;
596
+              min-width: 0;
597
+            }
598
+            
599
+            .page_item_top_M{
600
+              flex: 1;
601
+              min-width: 0;
602
+            }
587 603
 
588 604
             .page_item_top_L {
589
-              height: 100%;
590
-              float: left;
591 605
               line-height: 88rpx;
592 606
 
593 607
               .ac {
@@ -656,23 +670,23 @@
656 670
               }
657 671
 
658 672
               .L_iocn {
659
-                display: inline-block;
660
-                height: 52rpx;
673
+                height: 100%;
661 674
                 color: rgb(7, 134, 60);
662 675
                 font-size: 28rpx;
663 676
                 font-weight: 700;
664 677
                 margin-left: 20rpx;
678
+                overflow: hidden;
679
+                text-overflow: ellipsis;
680
+                white-space: nowrap;
665 681
               }
666 682
             }
667 683
 
668 684
             .page_item_top_R {
669
-              height: 60rpx;
670
-              float: right;
671
-              padding-top: 20rpx;
685
+              margin-right: 16rpx;
672 686
               font-size: 32rpx;
673
-              position: absolute;
674
-              right: 50rpx;
675
-              line-height: 48rpx;
687
+              display: flex;
688
+              justify-content: center;
689
+              align-items: center;
676 690
 
677 691
               .num {
678 692
                 color: rgb(7, 134, 60);