Browse Source

护士端隐藏报修

seimin 2 years ago
parent
commit
c130fe592d
2 changed files with 11 additions and 17 deletions
  1. 10 16
      src/app/views/hushijiandan/hushijiandan.component.html
  2. 1 1
      src/main.ts

+ 10 - 16
src/app/views/hushijiandan/hushijiandan.component.html

@@ -436,28 +436,28 @@
436 436
                   </div>
437 437
                 </div>
438 438
                 <div class="tab borderB" nz-row style="padding: 4px 0">
439
-                  <div nz-col nzSpan="4" [ngClass]="{
439
+                  <div nz-col nzSpan="6" [ngClass]="{
440 440
                       txtC: true,
441 441
                       cur: true,
442 442
                       checked: checkedTableType == 'other'
443 443
                     }" (click)="checkTable('other')">
444 444
                     <div class="text">其他任务建单</div>
445 445
                   </div>
446
-                  <div nz-col nzSpan="4" [ngClass]="{
446
+                  <div nz-col nzSpan="6" [ngClass]="{
447 447
                       txtC: true,
448 448
                       cur: true,
449 449
                       checked: checkedTableType == 'advice'
450 450
                     }" (click)="checkTable('advice')">
451 451
                     <div class="text">意见箱</div>
452 452
                   </div>
453
-                  <div nz-col nzSpan="4" [ngClass]="{
453
+                  <div nz-col nzSpan="6" [ngClass]="{
454 454
                       txtC: true,
455 455
                       cur: true,
456 456
                       checked: checkedTableType == 'historySpecimen'
457 457
                     }" (click)="checkTable('historySpecimen')">
458 458
                     <div class="text">历史标本查询</div>
459 459
                   </div>
460
-                  <div nz-col nzSpan="4" [ngClass]="{
460
+                  <!-- <div nz-col nzSpan="4" [ngClass]="{
461 461
                       txtC: true,
462 462
                       cur: true,
463 463
                       checked: checkedTableType == 'kjbx'
@@ -470,8 +470,8 @@
470 470
                       checked: checkedTableType == 'bxlb'
471 471
                     }" (click)="checkTable('bxlb')">
472 472
                     <div class="text">报修列表</div>
473
-                  </div>
474
-                  <div nz-col nzSpan="4" class="
473
+                  </div> -->
474
+                  <div nz-col nzSpan="6" class="
475 475
                       txtC
476 476
                       h100p
477 477
                       alignR
@@ -945,7 +945,7 @@
945 945
                 </div>
946 946
               </div>
947 947
               <!-- 快捷报修 -->
948
-              <div *ngIf="checkedTableType == 'kjbx'" style="flex: 1; height: 100%;display:flex;">
948
+              <!-- <div *ngIf="checkedTableType == 'kjbx'" style="flex: 1; height: 100%;display:flex;">
949 949
                 <form nz-form [formGroup]="bxForm" (ngSubmit)="submitBxForm()" class="bxForm bxFlex">
950 950
                   <nz-form-item>
951 951
                     <nz-form-label [nzSpan]="8" nzRequired nzFor="name">联系人</nz-form-label>
@@ -997,12 +997,6 @@
997 997
                 </form>
998 998
                 <nz-table class="bxFlex bxTable" [nzData]="quickBxlbList" nzSize="small" [nzShowPagination]="false"
999 999
                   [nzLoading]="quickBxlbLoading">
1000
-                  <!-- <thead>
1001
-                    <tr class="thead">
1002
-                      <th nzWidth="7%" style="min-width: 50px;">序号</th>
1003
-                      <th nzWidth="93%">快速报修内容</th>
1004
-                    </tr>
1005
-                  </thead> -->
1006 1000
                   <tbody>
1007 1001
                     <tr (click)="showBxModal(data,'您的报修为“'+data.content+'” 是否确认报修?')" *ngFor="
1008 1002
                             let data of quickBxlbList;
@@ -1012,9 +1006,9 @@
1012 1006
                     </tr>
1013 1007
                   </tbody>
1014 1008
                 </nz-table>
1015
-              </div>
1009
+              </div> -->
1016 1010
               <!-- 报修列表 -->
1017
-              <div *ngIf="checkedTableType == 'bxlb'" style="flex: 1; height: 100%">
1011
+              <!-- <div *ngIf="checkedTableType == 'bxlb'" style="flex: 1; height: 100%">
1018 1012
                 <div class="
1019 1013
                     searchBox
1020 1014
                     display_flex
@@ -1079,7 +1073,7 @@
1079 1073
                     </div>
1080 1074
                   </div>
1081 1075
                 </div>
1082
-              </div>
1076
+              </div> -->
1083 1077
             </div>
1084 1078
             <div nz-col nzSpan="7" class="orders">
1085 1079
               <div class="

+ 1 - 1
src/main.ts

@@ -8,7 +8,7 @@ if (environment.production) {
8 8
   enableProdMode();
9 9
   if (window) {
10 10
     window.console.log = function () { };
11
-    console.info('v2.4.2');
11
+    console.info('v2.4.3');
12 12
   }
13 13
 }
14 14
 platformBrowserDynamic().bootstrapModule(AppModule)