See999 před 3 roky
rodič
revize
08796c40f5

+ 4 - 4
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Zobrazit soubor

318
             align="center"
318
             align="center"
319
             label="超滤率(ml/h)"
319
             label="超滤率(ml/h)"
320
             width="100"
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
             <template slot-scope="scope">
323
             <template slot-scope="scope">
324
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
324
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
329
             align="center"
329
             align="center"
330
             label="超滤率(L/h)"
330
             label="超滤率(L/h)"
331
             width="100"
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
             <template slot-scope="scope">
334
             <template slot-scope="scope">
335
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
335
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
466
             </el-form-item>
466
             </el-form-item>
467
           </el-col>
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
             <el-form-item label="超滤率(ml/h)">
470
             <el-form-item label="超滤率(ml/h)">
471
               <el-input v-model="form.ultrafiltration_rate"></el-input>
471
               <el-input v-model="form.ultrafiltration_rate"></el-input>
472
             </el-form-item>
472
             </el-form-item>
473
           </el-col>
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
             <el-form-item label="超滤率(L/h)">
475
             <el-form-item label="超滤率(L/h)">
476
               <el-input v-model="form.ultrafiltration_rate"></el-input>
476
               <el-input v-model="form.ultrafiltration_rate"></el-input>
477
             </el-form-item>
477
             </el-form-item>

+ 2 - 2
src/xt_pages/dialysis/details/dialysisMonitoring.vue Zobrazit soubor

26
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
26
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
27
           <th v-if="isShow('置换液流量')" width="92px">置换液流量(ml/h)</th>
27
           <th v-if="isShow('置换液流量')" width="92px">置换液流量(ml/h)</th>
28
           <th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>
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
           <th v-if="isShow('肝素用量余量')" width="92px">肝素用量余量(ml)</th>
31
           <th v-if="isShow('肝素用量余量')" width="92px">肝素用量余量(ml)</th>
32
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
32
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
33
           <th v-if="isShow('处理')" width="92px">处理</th>
33
           <th v-if="isShow('处理')" width="92px">处理</th>

Diff nebyl zobrazen, protože je příliš veliký
+ 1806 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderEighteen.vue


Diff nebyl zobrazen, protože je příliš veliký
+ 2238 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSeventeen.vue