seimin лет назад: 2
Родитель
Сommit
0ad41f6813

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "/service": {
3
-    "target": "http://192.168.3.207",
3
+    "target": "http://192.168.3.108",
4 4
     "logLevel": "debug",
5 5
     "changeOrigin": true,
6 6
     "pathRewrite": {

+ 5 - 0
src/app/share/order-detail/order-detail.component.html

@@ -67,6 +67,11 @@
67 67
                 orderInfo.createDeptDTO ? orderInfo.createDeptDTO.dept : ""
68 68
               }}
69 69
             </div>
70
+            <div nz-col nzSpan="6">
71
+              起点科室:{{
72
+                orderInfo.startDept ? orderInfo.startDept.dept : ""
73
+              }}
74
+            </div>
70 75
             <div nz-col nzSpan="6">目标科室:{{ endDepts }}</div>
71 76
             <div nz-col nzSpan="6" *ngIf="orderInfo.urgentDetails">
72 77
               加急状态:{{ orderInfo.urgentDetails.checkStatus.name }}

+ 2 - 1
src/app/views/fuwutai/fuwutai.component.html

@@ -1967,6 +1967,7 @@
1967 1967
           nzType="primary"
1968 1968
           (click)="printAucleicAcid()"
1969 1969
           [nzLoading]="isOkLoading"
1970
+          *ngIf="nucleicAcidList.length"
1970 1971
         >
1971 1972
           打印
1972 1973
         </button>
@@ -2005,7 +2006,7 @@
2005 2006
       </div>
2006 2007
     </div>
2007 2008
   </div>
2008
-  <button ngxPrint printSectionId="print-section" #printBtn hidden>打印</button>
2009
+  <button ngxPrint printSectionId="print-section" #printBtn style="position: fixed;top:-99999px;">打印</button>
2009 2010
 
2010 2011
   <!-- 新建工单 -->
2011 2012
   <div

+ 1 - 1
src/app/views/nucleic-acid-collection/nucleic-acid-collection.component.html

@@ -74,4 +74,4 @@
74 74
     </div>
75 75
   </div>
76 76
 </div>
77
-<button ngxPrint printSectionId="print-section" #printBtn hidden>打印</button>
77
+<button ngxPrint printSectionId="print-section" #printBtn style="position: fixed;top:-99999px;">打印</button>