浏览代码

标本和标本轮巡扫描标本自动调用扫-扫

seimin 3 年之前
父节点
当前提交
866675253b

+ 4 - 0
pages/scanning_Result/scanning_Result.vue

@@ -340,6 +340,10 @@
340
                 post("/workerOrder/" + postType, data).then((ress) => {
340
                 post("/workerOrder/" + postType, data).then((ress) => {
341
                   uni.hideLoading();
341
                   uni.hideLoading();
342
                   if (ress.status == 200) {
342
                   if (ress.status == 200) {
343
+                    //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
344
+                    if (this.type == "specimenPlan" || this.type == "specimen") {
345
+                      this.Scanning_again();
346
+                    }
343
                     if (this.type == "specimenPlan" || this.type == "specimen") {
347
                     if (this.type == "specimenPlan" || this.type == "specimen") {
344
                       this.infoDATA = ress.data;
348
                       this.infoDATA = ress.data;
345
                       this.speNum = ress.specimenCount;
349
                       this.speNum = ress.specimenCount;

+ 4 - 0
pages/scanning_code/scanning_code.vue

@@ -460,6 +460,10 @@
460
                 post("/workerOrder/" + postType, data).then((ress) => {
460
                 post("/workerOrder/" + postType, data).then((ress) => {
461
                   console.log(ress,1111)
461
                   console.log(ress,1111)
462
                   if (ress.status == 200) {
462
                   if (ress.status == 200) {
463
+                    //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
464
+                    if(this.infoDATA.taskType.associationType.value == 'specimen' || this.infoDATA.taskType.associationType.value == 'specimenPlan'){
465
+                      this.Scanning_again(this.dataId);
466
+                    }
463
                     if (
467
                     if (
464
                       this.infoDATA.taskType.associationType.value == "drugsBag"
468
                       this.infoDATA.taskType.associationType.value == "drugsBag"
465
                     ) {
469
                     ) {

+ 4 - 0
pages/scanning_djEnd/scanning_djEnd.vue

@@ -606,6 +606,10 @@ export default {
606
               post("/workerOrder/" + postType, data).then((ress) => {
606
               post("/workerOrder/" + postType, data).then((ress) => {
607
                 uni.hideLoading();
607
                 uni.hideLoading();
608
                 if (ress.status == 200) {
608
                 if (ress.status == 200) {
609
+                  //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
610
+                  if (this.type == "specimenPlan" || this.type == "specimen") {
611
+                    this.Scanning_again();
612
+                  }
609
                   this.speNum = ress.specimenCount;
613
                   this.speNum = ress.specimenCount;
610
                   uni.navigateTo({
614
                   uni.navigateTo({
611
                     url: `../scanning_djInfo/scanning_djInfo?type=${
615
                     url: `../scanning_djInfo/scanning_djInfo?type=${

+ 4 - 0
pages/scanning_djInfo/scanning_djInfo.vue

@@ -525,6 +525,10 @@ export default {
525
                 post("/workerOrder/" + postType, list).then((res) => {
525
                 post("/workerOrder/" + postType, list).then((res) => {
526
                   uni.hideLoading();
526
                   uni.hideLoading();
527
                   if (res.status == 200) {
527
                   if (res.status == 200) {
528
+                    //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
529
+                    if (this.type == "specimenPlan" || this.type == "specimen") {
530
+                      this.Scanning_again();
531
+                    }
528
                     if (
532
                     if (
529
                       this.type == "inspect" ||
533
                       this.type == "inspect" ||
530
                       this.type == "patientTransport"
534
                       this.type == "patientTransport"