소스 검색

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx 5 년 전
부모
커밋
eda59d9676
2개의 변경된 파일1972개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/xt_pages/dialysis/details/dialog/monitor_dialog.vue
  2. 1964 0
      src/xt_pages/dialysis/template/DialysisPrintOrderEleven.vue

+ 8 - 0
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue 파일 보기

@@ -469,6 +469,13 @@
469 469
             </el-form-item>
470 470
           </el-col>
471 471
 
472
+
473
+          <el-col :span="8" v-if="isShow('肝素用量余量')">
474
+            <el-form-item label="肝素用量余量(ml):">
475
+              <el-input v-model="form.heparin"></el-input>
476
+            </el-form-item>
477
+          </el-col>
478
+
472 479
           <!-- </el-row>
473 480
 
474 481
           <el-row :gutter="20"> -->
@@ -642,6 +649,7 @@ export default {
642 649
         displacement_quantity: "", // 置换量
643 650
         conductivity: "", // 电导度
644 651
         displacement_flow_quantity: "", // 置换液流量
652
+        heparin:"", //肝素用量余量
645 653
         ktv: "", // KT/V
646 654
         symptom: "", // 病情变化
647 655
         dispose: "", // 处理

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1964 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderEleven.vue