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

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

113
                 >&nbsp; (
113
                 >&nbsp; (
114
                 <label-box
114
                 <label-box
115
                   :isChecked="
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
                   showValue="前稀释"
118
                   showValue="前稀释"
119
                 ></label-box>
119
                 ></label-box>
120
                 <label-box
120
                 <label-box
121
                   :isChecked="
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
                   showValue="后稀释"
124
                   showValue="后稀释"
125
                 ></label-box>
125
                 ></label-box>
127
                   ,置换量
127
                   ,置换量
128
                   <span style="width: 50px; display: inline-block">
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
                         ? prescription.displace_liqui_value
131
                         ? prescription.displace_liqui_value
132
                         : "/"
132
                         : "/"
133
                     }}
133
                     }}