seimin преди 2 седмици
родител
ревизия
bd4a8e105f
променени са 2 файла, в които са добавени 0 реда и са изтрити 7 реда
  1. 0 1
      src/app/views/batch-specimen/batch-specimen.component.ts
  2. 0 6
      src/app/views/specimen-package/specimen-package.component.ts

+ 0 - 1
src/app/views/batch-specimen/batch-specimen.component.ts

@@ -89,7 +89,6 @@ export class BatchSpecimenComponent implements OnInit, AfterViewInit {
89 89
   typeSpecimentList:any[] = [];
90 90
   patientSpecimentList:any[] = [];
91 91
   package:any = {};
92
-  maskFlag: any = false;
93 92
   querySaveSpePackage(){
94 93
     this.maskFlag = this.message.loading("正在加载中..", {
95 94
       nzDuration: 0,

+ 0 - 6
src/app/views/specimen-package/specimen-package.component.ts

@@ -61,12 +61,6 @@ export class SpecimenPackageComponent implements OnInit {
61 61
   // 初始化增删改按钮
62 62
   coopBtns: any = {};
63 63
 
64
-  // 查看
65
-  detail(e, id) {
66
-    e.stopPropagation();
67
-    this.router.navigateByUrl("/main/patientInspectLog/patientInspectLogDetail/" + id);
68
-  }
69
-
70 64
   // 日期选择
71 65
   onCalendarChangeDate(dateArr){
72 66
     if(dateArr.length == 2){