seimin 1 年之前
父节点
当前提交
bc15703a84

+ 34 - 34
pages/endOrderSignBlood/endOrderSignBlood.vue

@@ -8,11 +8,11 @@
8
         <view class="text1"> 签到成功 </view>
8
         <view class="text1"> 签到成功 </view>
9
       </view>
9
       </view>
10
     </view>
10
     </view>
11
-    
11
+
12
     <view class="Scanning_cont_cont">
12
     <view class="Scanning_cont_cont">
13
        <view>您已到达{{queryObj.deptName}},您需要交接血制品数量为 <text class="red fz58">{{dataList.bloodTotalCount}}</text></view>
13
        <view>您已到达{{queryObj.deptName}},您需要交接血制品数量为 <text class="red fz58">{{dataList.bloodTotalCount}}</text></view>
14
     </view>
14
     </view>
15
-    
15
+
16
     <view class="Scanning_top">
16
     <view class="Scanning_top">
17
       <view class="title1">{{queryObj.deptName}}</view>
17
       <view class="title1">{{queryObj.deptName}}</view>
18
       <view>{{dataList.patientTotalCount}}人</view>
18
       <view>{{dataList.patientTotalCount}}人</view>
@@ -41,7 +41,7 @@
41
               <text class="newicon newicon-a-ziyuan3" :class="{active: v3.checked}"></text>
41
               <text class="newicon newicon-a-ziyuan3" :class="{active: v3.checked}"></text>
42
             </view>
42
             </view>
43
           </view>
43
           </view>
44
-          
44
+
45
           <view class="list_detail" v-if="v3.checked">
45
           <view class="list_detail" v-if="v3.checked">
46
             <view class="list_detail_item" v-for="(v4, i4) of v3.children" :key="i4">
46
             <view class="list_detail_item" v-for="(v4, i4) of v3.children" :key="i4">
47
               <view class="list_detail_item_title">
47
               <view class="list_detail_item_title">
@@ -133,7 +133,7 @@
133
             uni.showToast({
133
             uni.showToast({
134
               icon: "none",
134
               icon: "none",
135
               title: "请配置血制品任务类型!",
135
               title: "请配置血制品任务类型!",
136
-            }); 
136
+            });
137
            }
137
            }
138
           }else{
138
           }else{
139
             uni.showToast({
139
             uni.showToast({
@@ -203,7 +203,7 @@
203
           mask: true,
203
           mask: true,
204
         });
204
         });
205
         let postData = {
205
         let postData = {
206
-          "type": "blood",
206
+          "type": "bloodTake",
207
           "orderId": 0,
207
           "orderId": 0,
208
           "orderIds": this.queryObj.orderIds || undefined,
208
           "orderIds": this.queryObj.orderIds || undefined,
209
         };
209
         };
@@ -237,7 +237,7 @@
237
         post('/transflow/scanInfo', {
237
         post('/transflow/scanInfo', {
238
           "code": "nb",
238
           "code": "nb",
239
           "id": 0,
239
           "id": 0,
240
-          "type": "blood",
240
+          "type": "bloodTake",
241
           "deptOrderDetails": true,
241
           "deptOrderDetails": true,
242
           "orderIds": this.queryObj.orderIds,
242
           "orderIds": this.queryObj.orderIds,
243
           "deptId": this.queryObj.deptId,
243
           "deptId": this.queryObj.deptId,
@@ -251,7 +251,7 @@
251
               patientTotalCount: 0,
251
               patientTotalCount: 0,
252
               children: [],
252
               children: [],
253
             };
253
             };
254
-            
254
+
255
             for (let key2 in dataList) {
255
             for (let key2 in dataList) {
256
               let value2 = dataList[key2];
256
               let value2 = dataList[key2];
257
               console.log(value2);
257
               console.log(value2);
@@ -314,83 +314,83 @@
314
     flex-direction: column;
314
     flex-direction: column;
315
     height: 100vh;
315
     height: 100vh;
316
     background-color: #f5f7fb;
316
     background-color: #f5f7fb;
317
-    
317
+
318
     .ml16{
318
     .ml16{
319
       margin-left: 16rpx;
319
       margin-left: 16rpx;
320
     }
320
     }
321
-    
321
+
322
     .blue{
322
     .blue{
323
       color: #49b856!important;
323
       color: #49b856!important;
324
     }
324
     }
325
-    
325
+
326
     .ellipsis{
326
     .ellipsis{
327
       white-space: nowrap;
327
       white-space: nowrap;
328
       overflow: hidden;
328
       overflow: hidden;
329
       text-overflow: ellipsis;
329
       text-overflow: ellipsis;
330
     }
330
     }
331
-    
331
+
332
     .flex1{
332
     .flex1{
333
       flex: 1;
333
       flex: 1;
334
     }
334
     }
335
-    
335
+
336
     .Scanning_top_top {
336
     .Scanning_top_top {
337
       .Scanning_top_icon {
337
       .Scanning_top_icon {
338
         width: 140rpx;
338
         width: 140rpx;
339
         height: 140rpx;
339
         height: 140rpx;
340
         margin: 50rpx auto 40rpx;
340
         margin: 50rpx auto 40rpx;
341
         border-radius: 50%;
341
         border-radius: 50%;
342
-        
342
+
343
         .speNum{
343
         .speNum{
344
           text-align: center;
344
           text-align: center;
345
           font-size: 140rpx;
345
           font-size: 140rpx;
346
         }
346
         }
347
-    
347
+
348
         .cubeic-ok {
348
         .cubeic-ok {
349
           font-size: 140rpx;
349
           font-size: 140rpx;
350
           color: #35b34a;
350
           color: #35b34a;
351
         }
351
         }
352
-    
352
+
353
         .cubeic-close {
353
         .cubeic-close {
354
           font-size: 140rpx;
354
           font-size: 140rpx;
355
           color: #ff3b53;
355
           color: #ff3b53;
356
         }
356
         }
357
       }
357
       }
358
-    
358
+
359
       .Scanning_top_text {
359
       .Scanning_top_text {
360
         .text1 {
360
         .text1 {
361
           font-size: 48rpx;
361
           font-size: 48rpx;
362
           text-align: center;
362
           text-align: center;
363
         }
363
         }
364
-    
364
+
365
         .success_tips {
365
         .success_tips {
366
           color: red;
366
           color: red;
367
           font-size: 30rpx;
367
           font-size: 30rpx;
368
         }
368
         }
369
       }
369
       }
370
     }
370
     }
371
-    
371
+
372
     .Scanning_cont_cont {
372
     .Scanning_cont_cont {
373
       padding-bottom: 50rpx;
373
       padding-bottom: 50rpx;
374
       text-align: center;
374
       text-align: center;
375
       display: flex;
375
       display: flex;
376
       flex-direction: column;
376
       flex-direction: column;
377
-      
377
+
378
       .fz58{
378
       .fz58{
379
         font-size: 58rpx;
379
         font-size: 58rpx;
380
       }
380
       }
381
-      
381
+
382
       .table_bodys{
382
       .table_bodys{
383
         overflow-y: auto;
383
         overflow-y: auto;
384
         flex: 1;
384
         flex: 1;
385
       }
385
       }
386
-      
386
+
387
       .table_head{
387
       .table_head{
388
         display: flex;
388
         display: flex;
389
         margin-top: 50rpx;
389
         margin-top: 50rpx;
390
         .ml16{
390
         .ml16{
391
           margin-left: 16rpx;
391
           margin-left: 16rpx;
392
         }
392
         }
393
-        
393
+
394
         view {
394
         view {
395
           height: 110rpx;
395
           height: 110rpx;
396
           line-height: 1;
396
           line-height: 1;
@@ -403,7 +403,7 @@
403
           align-items: center;
403
           align-items: center;
404
         }
404
         }
405
       }
405
       }
406
-      
406
+
407
       .table_body{
407
       .table_body{
408
         background: #F3FAF7;
408
         background: #F3FAF7;
409
         border-radius: 8px;
409
         border-radius: 8px;
@@ -423,7 +423,7 @@
423
         }
423
         }
424
       }
424
       }
425
     }
425
     }
426
-    
426
+
427
 
427
 
428
     .Scanning_top {
428
     .Scanning_top {
429
       margin-top: 16rpx;
429
       margin-top: 16rpx;
@@ -434,7 +434,7 @@
434
       display: flex;
434
       display: flex;
435
       align-items: center;
435
       align-items: center;
436
       line-height: 1.1;
436
       line-height: 1.1;
437
-      
437
+
438
       view{
438
       view{
439
         padding: 16rpx 20rpx;
439
         padding: 16rpx 20rpx;
440
         flex: 1;
440
         flex: 1;
@@ -450,11 +450,11 @@
450
       display: flex;
450
       display: flex;
451
       flex-direction: column;
451
       flex-direction: column;
452
       overflow-y: auto;
452
       overflow-y: auto;
453
-      
453
+
454
       .list{
454
       .list{
455
         background-color: #fff;
455
         background-color: #fff;
456
         margin-top: 16rpx;
456
         margin-top: 16rpx;
457
-        line-height: 1;        
457
+        line-height: 1;
458
         .list_top{
458
         .list_top{
459
           display: flex;
459
           display: flex;
460
           font-weight: bold;
460
           font-weight: bold;
@@ -462,7 +462,7 @@
462
           font-size: 30rpx;
462
           font-size: 30rpx;
463
           position: relative;
463
           position: relative;
464
           padding-bottom: 16rpx;
464
           padding-bottom: 16rpx;
465
-          
465
+
466
           .newicon-a-ziyuan7{
466
           .newicon-a-ziyuan7{
467
             position: absolute;
467
             position: absolute;
468
             left: 12rpx;
468
             left: 12rpx;
@@ -510,7 +510,7 @@
510
             }
510
             }
511
           }
511
           }
512
         }
512
         }
513
-        
513
+
514
         .list_detail{
514
         .list_detail{
515
           border: 2rpx solid #C6C6C6;
515
           border: 2rpx solid #C6C6C6;
516
           padding: 22rpx 30rpx 0;
516
           padding: 22rpx 30rpx 0;
@@ -525,14 +525,14 @@
525
               display: flex;
525
               display: flex;
526
               align-items: center;
526
               align-items: center;
527
               justify-content: space-between;
527
               justify-content: space-between;
528
-              
528
+
529
               .serialNumber{
529
               .serialNumber{
530
                 font-size: 38rpx;
530
                 font-size: 38rpx;
531
               }
531
               }
532
             }
532
             }
533
             .list_detail_item_content{
533
             .list_detail_item_content{
534
               padding: 0 17rpx;
534
               padding: 0 17rpx;
535
-              
535
+
536
               view{
536
               view{
537
                 line-height: 35rpx;
537
                 line-height: 35rpx;
538
                 margin-top: 17rpx;
538
                 margin-top: 17rpx;
@@ -540,12 +540,12 @@
540
                   margin-top: 9rpx;
540
                   margin-top: 9rpx;
541
                 }
541
                 }
542
               }
542
               }
543
-              
543
+
544
               .zhi{
544
               .zhi{
545
                 margin-left: 60rpx;
545
                 margin-left: 60rpx;
546
                 margin-right: 60rpx;
546
                 margin-right: 60rpx;
547
               }
547
               }
548
-              
548
+
549
               .list_detail_item_content_status{
549
               .list_detail_item_content_status{
550
                 display: flex;
550
                 display: flex;
551
                 justify-content: flex-end;
551
                 justify-content: flex-end;
@@ -566,7 +566,7 @@
566
       text-align: center;
566
       text-align: center;
567
       display: flex;
567
       display: flex;
568
       justify-content: space-between;
568
       justify-content: space-between;
569
-    
569
+
570
       view {
570
       view {
571
         height: 64rpx;
571
         height: 64rpx;
572
         flex: 1;
572
         flex: 1;

+ 9 - 9
pages/startOrderSignBlood/startOrderSignBlood.vue

@@ -95,7 +95,7 @@
95
             uni.showToast({
95
             uni.showToast({
96
               icon: "none",
96
               icon: "none",
97
               title: "请配置血制品任务类型!",
97
               title: "请配置血制品任务类型!",
98
-            }); 
98
+            });
99
            }
99
            }
100
           }else{
100
           }else{
101
             uni.showToast({
101
             uni.showToast({
@@ -165,7 +165,7 @@
165
           mask: true,
165
           mask: true,
166
         });
166
         });
167
         let postData = {
167
         let postData = {
168
-          "type": "blood",
168
+          "type": "bloodTake",
169
           "orderId": 0,
169
           "orderId": 0,
170
           "orderIds": this.orderIds || undefined,
170
           "orderIds": this.orderIds || undefined,
171
         };
171
         };
@@ -205,7 +205,7 @@
205
         post('/transflow/scanInfo', {
205
         post('/transflow/scanInfo', {
206
           "code": "nb",
206
           "code": "nb",
207
           "id": 0,
207
           "id": 0,
208
-          "type": "blood",
208
+          "type": "bloodTake",
209
           "deptOrder": true,
209
           "deptOrder": true,
210
           "deptId": this.queryObj.deptId,
210
           "deptId": this.queryObj.deptId,
211
           "taskTypeId": this.queryObj.taskTypeId,
211
           "taskTypeId": this.queryObj.taskTypeId,
@@ -253,7 +253,7 @@
253
         height: 140rpx;
253
         height: 140rpx;
254
         margin: 50rpx auto 40rpx;
254
         margin: 50rpx auto 40rpx;
255
         border-radius: 50%;
255
         border-radius: 50%;
256
-        
256
+
257
         .speNum{
257
         .speNum{
258
           text-align: center;
258
           text-align: center;
259
           font-size: 140rpx;
259
           font-size: 140rpx;
@@ -288,19 +288,19 @@
288
       text-align: center;
288
       text-align: center;
289
       display: flex;
289
       display: flex;
290
       flex-direction: column;
290
       flex-direction: column;
291
-      
291
+
292
       .table_bodys{
292
       .table_bodys{
293
         overflow-y: auto;
293
         overflow-y: auto;
294
         flex: 1;
294
         flex: 1;
295
       }
295
       }
296
-      
296
+
297
       .table_head{
297
       .table_head{
298
         display: flex;
298
         display: flex;
299
         margin-top: 50rpx;
299
         margin-top: 50rpx;
300
         .ml16{
300
         .ml16{
301
           margin-left: 16rpx;
301
           margin-left: 16rpx;
302
         }
302
         }
303
-        
303
+
304
         view {
304
         view {
305
           height: 110rpx;
305
           height: 110rpx;
306
           line-height: 1;
306
           line-height: 1;
@@ -313,7 +313,7 @@
313
           align-items: center;
313
           align-items: center;
314
         }
314
         }
315
       }
315
       }
316
-      
316
+
317
       .table_body{
317
       .table_body{
318
         background: #F3FAF7;
318
         background: #F3FAF7;
319
         border-radius: 8px;
319
         border-radius: 8px;
@@ -341,7 +341,7 @@
341
       text-align: center;
341
       text-align: center;
342
       display: flex;
342
       display: flex;
343
       justify-content: space-between;
343
       justify-content: space-between;
344
-    
344
+
345
       view {
345
       view {
346
         height: 64rpx;
346
         height: 64rpx;
347
         flex: 1;
347
         flex: 1;

+ 17 - 17
pages/startOrderSignBloodDetail/startOrderSignBloodDetail.vue

@@ -28,7 +28,7 @@
28
               <text class="newicon newicon-a-ziyuan3" :class="{active: v3.checked}"></text>
28
               <text class="newicon newicon-a-ziyuan3" :class="{active: v3.checked}"></text>
29
             </view>
29
             </view>
30
           </view>
30
           </view>
31
-          
31
+
32
           <view class="list_detail" v-if="v3.checked">
32
           <view class="list_detail" v-if="v3.checked">
33
             <view class="list_detail_item" v-for="(v4, i4) of v3.children" :key="i4">
33
             <view class="list_detail_item" v-for="(v4, i4) of v3.children" :key="i4">
34
               <view class="list_detail_item_title">
34
               <view class="list_detail_item_title">
@@ -89,7 +89,7 @@
89
         post('/transflow/scanInfo', {
89
         post('/transflow/scanInfo', {
90
           "code": "nb",
90
           "code": "nb",
91
           "id": 0,
91
           "id": 0,
92
-          "type": "blood",
92
+          "type": "bloodTake",
93
           "deptOrderDetails": true,
93
           "deptOrderDetails": true,
94
           "bloodIds": this.queryObj.bloodIds,
94
           "bloodIds": this.queryObj.bloodIds,
95
         }).then(res => {
95
         }).then(res => {
@@ -102,7 +102,7 @@
102
               patientTotalCount: 0,
102
               patientTotalCount: 0,
103
               children: [],
103
               children: [],
104
             };
104
             };
105
-            
105
+
106
             for (let key2 in dataList) {
106
             for (let key2 in dataList) {
107
               let value2 = dataList[key2];
107
               let value2 = dataList[key2];
108
               console.log(value2);
108
               console.log(value2);
@@ -165,21 +165,21 @@
165
     flex-direction: column;
165
     flex-direction: column;
166
     height: 100vh;
166
     height: 100vh;
167
     background-color: #f5f7fb;
167
     background-color: #f5f7fb;
168
-    
168
+
169
     .ml16{
169
     .ml16{
170
       margin-left: 16rpx;
170
       margin-left: 16rpx;
171
     }
171
     }
172
-    
172
+
173
     .blue{
173
     .blue{
174
       color: #49b856!important;
174
       color: #49b856!important;
175
     }
175
     }
176
-    
176
+
177
     .ellipsis{
177
     .ellipsis{
178
       white-space: nowrap;
178
       white-space: nowrap;
179
       overflow: hidden;
179
       overflow: hidden;
180
       text-overflow: ellipsis;
180
       text-overflow: ellipsis;
181
     }
181
     }
182
-    
182
+
183
     .flex1{
183
     .flex1{
184
       flex: 1;
184
       flex: 1;
185
     }
185
     }
@@ -193,7 +193,7 @@
193
       display: flex;
193
       display: flex;
194
       align-items: center;
194
       align-items: center;
195
       line-height: 1.1;
195
       line-height: 1.1;
196
-      
196
+
197
       view{
197
       view{
198
         padding: 16rpx 20rpx;
198
         padding: 16rpx 20rpx;
199
         flex: 1;
199
         flex: 1;
@@ -209,11 +209,11 @@
209
       display: flex;
209
       display: flex;
210
       flex-direction: column;
210
       flex-direction: column;
211
       overflow-y: auto;
211
       overflow-y: auto;
212
-      
212
+
213
       .list{
213
       .list{
214
         background-color: #fff;
214
         background-color: #fff;
215
         margin-top: 16rpx;
215
         margin-top: 16rpx;
216
-        line-height: 1;        
216
+        line-height: 1;
217
         .list_top{
217
         .list_top{
218
           display: flex;
218
           display: flex;
219
           font-weight: bold;
219
           font-weight: bold;
@@ -221,7 +221,7 @@
221
           font-size: 30rpx;
221
           font-size: 30rpx;
222
           position: relative;
222
           position: relative;
223
           padding-bottom: 16rpx;
223
           padding-bottom: 16rpx;
224
-          
224
+
225
           .newicon-a-ziyuan7{
225
           .newicon-a-ziyuan7{
226
             position: absolute;
226
             position: absolute;
227
             left: 12rpx;
227
             left: 12rpx;
@@ -269,7 +269,7 @@
269
             }
269
             }
270
           }
270
           }
271
         }
271
         }
272
-        
272
+
273
         .list_detail{
273
         .list_detail{
274
           border: 2rpx solid #C6C6C6;
274
           border: 2rpx solid #C6C6C6;
275
           padding: 22rpx 30rpx 0;
275
           padding: 22rpx 30rpx 0;
@@ -284,14 +284,14 @@
284
               display: flex;
284
               display: flex;
285
               align-items: center;
285
               align-items: center;
286
               justify-content: space-between;
286
               justify-content: space-between;
287
-              
287
+
288
               .serialNumber{
288
               .serialNumber{
289
                 font-size: 38rpx;
289
                 font-size: 38rpx;
290
               }
290
               }
291
             }
291
             }
292
             .list_detail_item_content{
292
             .list_detail_item_content{
293
               padding: 0 17rpx;
293
               padding: 0 17rpx;
294
-              
294
+
295
               view{
295
               view{
296
                 line-height: 35rpx;
296
                 line-height: 35rpx;
297
                 margin-top: 17rpx;
297
                 margin-top: 17rpx;
@@ -299,12 +299,12 @@
299
                   margin-top: 9rpx;
299
                   margin-top: 9rpx;
300
                 }
300
                 }
301
               }
301
               }
302
-              
302
+
303
               .zhi{
303
               .zhi{
304
                 margin-left: 60rpx;
304
                 margin-left: 60rpx;
305
                 margin-right: 60rpx;
305
                 margin-right: 60rpx;
306
               }
306
               }
307
-              
307
+
308
               .list_detail_item_content_status{
308
               .list_detail_item_content_status{
309
                 display: flex;
309
                 display: flex;
310
                 justify-content: flex-end;
310
                 justify-content: flex-end;
@@ -325,7 +325,7 @@
325
       text-align: center;
325
       text-align: center;
326
       display: flex;
326
       display: flex;
327
       justify-content: space-between;
327
       justify-content: space-between;
328
-    
328
+
329
       view {
329
       view {
330
         height: 64rpx;
330
         height: 64rpx;
331
         flex: 1;
331
         flex: 1;