|
@@ -517,7 +517,7 @@
|
517
|
517
|
// 底部扫描
|
518
|
518
|
Scanning(qrcodePrefix = '') {
|
519
|
519
|
// 标本码
|
520
|
|
- this.ScanningCommon('', '250529338897@_1');
|
|
520
|
+ // this.ScanningCommon('', '250529338897@_1');
|
521
|
521
|
|
522
|
522
|
// 快捷建单-轮巡工单码
|
523
|
523
|
// this.ScanningCommon('', '3330ec8e-76eb-413e-b000-995f08d2ff96');
|
|
@@ -528,15 +528,15 @@
|
528
|
528
|
// 终点科室核对码--本部住院检验科
|
529
|
529
|
// this.ScanningCommon('', '95c5de27-c05f-11ea-8cfe-000c29097622');
|
530
|
530
|
|
531
|
|
- // if (!this.SMFlag) {
|
532
|
|
- // return;
|
533
|
|
- // }
|
534
|
|
- // this.SMFlag = false;
|
535
|
|
- // SM().then((content) => {
|
536
|
|
- // this.ScanningCommon(qrcodePrefix, content);
|
537
|
|
- // }).catch(err => {
|
538
|
|
- // this.SMFlag = true;
|
539
|
|
- // });
|
|
531
|
+ if (!this.SMFlag) {
|
|
532
|
+ return;
|
|
533
|
+ }
|
|
534
|
+ this.SMFlag = false;
|
|
535
|
+ SM().then((content) => {
|
|
536
|
+ this.ScanningCommon(qrcodePrefix, content);
|
|
537
|
+ }).catch(err => {
|
|
538
|
+ this.SMFlag = true;
|
|
539
|
+ });
|
540
|
540
|
},
|
541
|
541
|
//底部扫描-无须扫码
|
542
|
542
|
ScanningCommon(qrcodePrefix = '', content){
|