Quellcode durchsuchen

删除清空标本和清空药品

seimin vor 1 Jahr
Ursprung
Commit
65ab9a8395

+ 1 - 1
src/app/views/drug-search/drug-search.component.html

@@ -58,7 +58,7 @@
58 58
         </div>
59 59
       </div>
60 60
       <div nz-col nzXl="8" class="list-template__btns">
61
-        <button nz-button class="btn default" (click)="showDelModal('您确认要清空药品吗?')" *ngIf="currentUserAccount == 'dsadmin'">清空药品</button>
61
+        <!-- <button nz-button class="btn default" (click)="showDelModal('您确认要清空药品吗?')" *ngIf="currentUserAccount == 'dsadmin'">清空药品</button> -->
62 62
         <button nz-button class="btn default ml8" (click)='reset()'>重置</button>
63 63
         <button nz-button class="btn default ml8" (click)='getList(1)'>搜索</button>
64 64
       </div>

+ 2 - 2
src/app/views/specimen-search/specimen-search.component.html

@@ -126,14 +126,14 @@
126 126
 
127 127
       </div>
128 128
       <div nz-col nzXl="6" class="list-template__btns">
129
-        <button
129
+        <!-- <button
130 130
           nz-button
131 131
           class="btn default"
132 132
           (click)="showDelModal('您确认要清空标本吗?')"
133 133
           *ngIf="currentUserAccount == 'dsadmin'"
134 134
         >
135 135
           清空标本
136
-        </button>
136
+        </button> -->
137 137
         <button nz-button class="btn default ml8" (click)="reset()">
138 138
           重置
139 139
         </button>