seimin 1 day ago
parent
commit
0df78d20e0

+ 0 - 3
pages/checkAfterBigScreen/checkAfterBigScreen.vue

@@ -359,9 +359,6 @@
359 359
 							line-height: 60rpx;
360 360
 							width: 50%;
361 361
 							border-bottom: 1rpx solid #E6E6E6;
362
-							&:last-child{
363
-								border-bottom: none;
364
-							}
365 362
 						}
366 363
 					}
367 364
         }

+ 8 - 11
pages/checkAfterScanning/checkAfterScanning.vue

@@ -589,11 +589,11 @@
589 589
 	/deep/ .uni-collapse-item--border{
590 590
 		border-bottom-color: #fff !important;
591 591
 	}
592
-	
592
+
593 593
 	/deep/ .uni-collapse-item__title-arrow{
594 594
 		margin-right: 0 !important;
595 595
 	}
596
-	
596
+
597 597
   .checkAfterScanning {
598 598
     .checkAfterScanning_title {
599 599
       padding: 50rpx 0;
@@ -620,16 +620,16 @@
620 620
         font-weight: 700;
621 621
         // margin-top: 10rpx;
622 622
       }
623
-			
623
+
624 624
 			.underline{
625 625
 			  text-decoration: underline;
626 626
 			}
627
-			
627
+
628 628
 			.underline-item{
629 629
 				// text-decoration: underline;
630 630
 				// margin-right: 40rpx;
631 631
 			}
632
-			
632
+
633 633
       .page_item_cont_T {
634 634
         padding-top: 28rpx;
635 635
         padding-bottom: 28rpx;
@@ -638,7 +638,7 @@
638 638
 				border: 1px solid #CBCBCB;
639 639
 				border-radius: 10rpx;
640 640
 				padding: 20rpx;
641
-						
641
+
642 642
         .page_item_cont_title {
643 643
           height: 100%;
644 644
           font-size: 32rpx;
@@ -655,9 +655,6 @@
655 655
 							line-height: 60rpx;
656 656
 							width: 50%;
657 657
 							border-bottom: 1rpx solid #E6E6E6;
658
-							&:last-child{
659
-								border-bottom: none;
660
-							}
661 658
 						}
662 659
 					}
663 660
         }
@@ -671,14 +668,14 @@
671 668
           align-items: center;
672 669
         }
673 670
       }
674
-			
671
+
675 672
 			.page_item_cont_title_coll{
676 673
 				display: flex;
677 674
 				justify-content: space-between;
678 675
 				align-items: center;
679 676
 				margin-right: 8rpx;
680 677
 			}
681
-			
678
+
682 679
       .page_item_cont_B {
683 680
         padding-top: 28rpx;
684 681
         margin-bottom: 28rpx;

+ 0 - 3
pages/specimenChecking/specimenChecking.vue

@@ -730,9 +730,6 @@
730 730
 							line-height: 60rpx;
731 731
 							width: 50%;
732 732
 							border-bottom: 1rpx solid #E6E6E6;
733
-							&:last-child{
734
-								border-bottom: none;
735
-							}
736 733
 						}
737 734
 					}
738 735
         }

+ 71 - 38
pages/specimenHandoverNew/specimenHandoverNew.vue

@@ -55,13 +55,13 @@
55 55
 						<view class="name" v-if="type === 'speTubeType'">
56 56
 						  {{item.tubeTypeName}}
57 57
 						</view>
58
-						
58
+
59 59
 						<view class="value" v-if="type === 'speTubeType'">
60 60
 						  <view>
61 61
 						    {{item.count}}
62 62
 						  </view>
63 63
 						</view>
64
-						
64
+
65 65
             <view class="value" v-if="type != 'speTubeType'">
66 66
               <view>
67 67
                 {{item.count}}
@@ -99,26 +99,7 @@
99 99
         type: '',//patient|speTubeType|specimenDesc
100 100
         queryObj: {}, //路由传递过来的数据
101 101
         taskTypeConfig: {}, //页面控制
102
-        typeList: {
103
-          "patient": {
104
-            id: -1,
105
-            name: '患者标本',
106
-            count: 0,
107
-            titleCount: 0,
108
-          },
109
-					"speTubeType":{
110
-						id: -3,
111
-						name: '试管类型',
112
-						count: 0,
113
-						titleCount: 0,
114
-					},
115
-          "specimenDesc": {
116
-            id: -2,
117
-            name: '检验项目',
118
-            count: 0,
119
-            titleCount: 0,
120
-          }
121
-        },
102
+        typeList: {},
122 103
         dataList: [],
123 104
         // 填写交接人工号弹窗model
124 105
         hosModels: {
@@ -155,21 +136,73 @@
155 136
           if (result.status == 200) {
156 137
             if(result.list.length){
157 138
               this.taskTypeConfig = result.list[0] || {};
158
-              
159
-              if(this.taskTypeConfig.speHandoverTubeType == 1){
160
-                // 患者
161
-                this.type = 'patient';
162
-              }else if(this.taskTypeConfig.speHandoverTubeType == 2){
163
-                // 试管类型
164
-                this.type = 'speTubeType';
165
-              }else if(this.taskTypeConfig.speHandoverTubeType == 3){
166
-                // 检验标本
167
-                this.type = 'specimenDesc';
139
+
140
+              if(this.taskTypeConfig.speExpandTube == 1){
141
+                this.typeList = {
142
+                  "patient": {
143
+                    id: -1,
144
+                    name: '患者标本',
145
+                    count: 0,
146
+                    titleCount: 0,
147
+                  },
148
+                  "speTubeType":{
149
+                    id: -3,
150
+                    name: '试管类型',
151
+                    count: 0,
152
+                    titleCount: 0,
153
+                  },
154
+                  "specimenDesc": {
155
+                    id: -2,
156
+                    name: '检验项目',
157
+                    count: 0,
158
+                    titleCount: 0,
159
+                  }
160
+                }
161
+
162
+                if(this.taskTypeConfig.speHandoverTubeType == 1){
163
+                  // 患者
164
+                  this.type = 'patient';
165
+                }else if(this.taskTypeConfig.speHandoverTubeType == 2){
166
+                  // 试管类型
167
+                  this.type = 'speTubeType';
168
+                }else if(this.taskTypeConfig.speHandoverTubeType == 3){
169
+                  // 检验标本
170
+                  this.type = 'specimenDesc';
171
+                }else{
172
+                  // 默认-患者
173
+                  this.type = 'patient';
174
+                }
168 175
               }else{
169
-                // 默认-患者
170
-                this.type = 'patient';
176
+                this.typeList = {
177
+                  "patient": {
178
+                    id: -1,
179
+                    name: '患者标本',
180
+                    count: 0,
181
+                    titleCount: 0,
182
+                  },
183
+                  "specimenDesc": {
184
+                    id: -2,
185
+                    name: '检验项目',
186
+                    count: 0,
187
+                    titleCount: 0,
188
+                  }
189
+                }
190
+
191
+                if(this.taskTypeConfig.speHandoverTubeType == 1){
192
+                  // 患者
193
+                  this.type = 'patient';
194
+                }else if(this.taskTypeConfig.speHandoverTubeType == 2){
195
+                  // 试管类型-默认患者
196
+                  this.type = 'patient';
197
+                }else if(this.taskTypeConfig.speHandoverTubeType == 3){
198
+                  // 检验标本
199
+                  this.type = 'specimenDesc';
200
+                }else{
201
+                  // 默认-患者
202
+                  this.type = 'patient';
203
+                }
171 204
               }
172
-              
205
+
173 206
               this.clickTab(this.type);
174 207
             }else{
175 208
               uni.showToast({
@@ -489,11 +522,11 @@
489 522
             border-bottom: none;
490 523
             flex-shrink: 0;
491 524
           }
492
-					
525
+
493 526
 					.underline{
494 527
 						text-decoration: underline;
495 528
 					}
496
-					
529
+
497 530
           .name,
498 531
           .value{
499 532
             padding: 0 40rpx;
@@ -515,7 +548,7 @@
515 548
       display: flex;
516 549
       justify-content: center;
517 550
 			padding: 0 20rpx;
518
-			
551
+
519 552
       .btn {
520 553
         height: 66rpx;
521 554
         flex: 1;