See999 3 years ago
parent
commit
08796c40f5

+ 4 - 4
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

@@ -318,7 +318,7 @@
318 318
             align="center"
319 319
             label="超滤率(ml/h)"
320 320
             width="100"
321
-            v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13) "
321
+            v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17) "
322 322
           >
323 323
             <template slot-scope="scope">
324 324
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
@@ -329,7 +329,7 @@
329 329
             align="center"
330 330
             label="超滤率(L/h)"
331 331
             width="100"
332
-            v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 "
332
+            v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 "
333 333
           >
334 334
             <template slot-scope="scope">
335 335
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
@@ -466,12 +466,12 @@
466 466
             </el-form-item>
467 467
           </el-col>
468 468
 
469
-          <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13) ">
469
+          <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17) ">
470 470
             <el-form-item label="超滤率(ml/h)">
471 471
               <el-input v-model="form.ultrafiltration_rate"></el-input>
472 472
             </el-form-item>
473 473
           </el-col>
474
-          <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 ">
474
+          <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 ">
475 475
             <el-form-item label="超滤率(L/h)">
476 476
               <el-input v-model="form.ultrafiltration_rate"></el-input>
477 477
             </el-form-item>

+ 2 - 2
src/xt_pages/dialysis/details/dialysisMonitoring.vue View File

@@ -26,8 +26,8 @@
26 26
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
27 27
           <th v-if="isShow('置换液流量')" width="92px">置换液流量(ml/h)</th>
28 28
           <th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>
29
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13)" width="50px"> 超滤率 <br />(ml/h) </th>
30
-          <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13" width="50px"> 超滤率 <br />(L/h) </th>
29
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13|| template_id == 17)" width="50px"> 超滤率 <br />(ml/h) </th>
30
+          <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17" width="50px"> 超滤率 <br />(L/h) </th>
31 31
           <th v-if="isShow('肝素用量余量')" width="92px">肝素用量余量(ml)</th>
32 32
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
33 33
           <th v-if="isShow('处理')" width="92px">处理</th>

File diff suppressed because it is too large
+ 1806 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderEighteen.vue


File diff suppressed because it is too large
+ 2238 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSeventeen.vue