Browse Source

新分支

28169 1 year ago
parent
commit
44262feba9

+ 1 - 1
src/xt_pages/dialysis/details/consumable/dialysisParameterPrint.vue View File

@@ -311,7 +311,7 @@
311 311
         }
312 312
      },
313 313
       printAction: function() {
314
-        if(this.org_id != 10495 && this.org_id != 0){
314
+        if(this.org_id != 10490 && this.org_id != 0){
315 315
           const style = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 0px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 14px; padding: 0px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
316 316
           printJS({
317 317
             printable: 'print_content',