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

+ 34 - 34
pages/endOrderSignBlood/endOrderSignBlood.vue

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

+ 9 - 9
pages/startOrderSignBlood/startOrderSignBlood.vue

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

+ 17 - 17
pages/startOrderSignBloodDetail/startOrderSignBloodDetail.vue

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