Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 2 years ago
parent
commit
d4f2e7078a

+ 3 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue View File

@@ -745,7 +745,7 @@
745 745
 
746 746
           <td>
747 747
             <span v-if="getTime(monitor.operate_time) != ''">
748
-              {{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
748
+              {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}
749 749
             </span>
750 750
           </td>
751 751
 
@@ -2348,6 +2348,8 @@ export default {
2348 2348
     ) {
2349 2349
       this.queryParams.xtdate = xtdate;
2350 2350
       this.queryParams.xtno = xtno;
2351
+      this.xtdate = xtdate
2352
+      
2351 2353
       this.getDialysisRecord();
2352 2354
     } else {
2353 2355
       this.$message.error("参数不齐");

+ 3 - 3
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue View File

@@ -113,13 +113,13 @@
113 113
                 >&nbsp; (
114 114
                 <label-box
115 115
                   :isChecked="
116
-                    prescription.displace_liqui_part == 1 ? true : false
116
+                    prescription.mode_id == 2 && prescription.displace_liqui_part == 1 ? true : false
117 117
                   "
118 118
                   showValue="前稀释"
119 119
                 ></label-box>
120 120
                 <label-box
121 121
                   :isChecked="
122
-                    prescription.displace_liqui_part == 2 ? true : false
122
+                    prescription.mode_id == 2 && prescription.displace_liqui_part == 2 ? true : false
123 123
                   "
124 124
                   showValue="后稀释"
125 125
                 ></label-box>
@@ -127,7 +127,7 @@
127 127
                   ,置换量
128 128
                   <span style="width: 50px; display: inline-block">
129 129
                     {{
130
-                      prescription.displace_liqui_value
130
+                      prescription.displace_liqui_value && prescription.mode_id == 2
131 131
                         ? prescription.displace_liqui_value
132 132
                         : "/"
133 133
                     }}