Kaynağa Gözat

Merge branch 'superman' of http://git.shengws.com/zhangbj/xt_vue into superman

XMLWAN 4 yıl önce
ebeveyn
işleme
8dc4e99d5f

+ 1 - 1
src/xt_pages/data/printTemplate.vue Dosyayı Görüntüle

@@ -112,7 +112,7 @@
112 112
               //同步
113 113
               this.loading = false
114 114
 
115
-              store.dispatch("updateAllFiledConfigList", response.data.data.fileds).then(() => {});
115
+              // store.dispatch("updateAllFiledConfigList", response.data.data.fileds).then(() => {});
116 116
               this.$message({
117 117
                 type: 'success',
118 118
                 message: '切换成功'

+ 31 - 1
src/xt_pages/dialysis/details/assessmentBefore.vue Dosyayı Görüntüle

@@ -95,6 +95,15 @@
95 95
           <span class="unit" v-if="systolic_blood_pressure!='0'">mmHg</span>
96 96
         </li>
97 97
 
98
+        <li v-if="isShow('导管打折')">
99
+          <label>导管打折 : </label>
100
+          <span class="content" v-if="this.record.catheter_bend == 0"></span>
101
+          <span class="content" v-if="this.record.catheter_bend == 1">{{ '有' }}</span>
102
+          <span class="content" v-if="this.record.catheter_bend == 2">{{ '无' }}</span>
103
+
104
+          <span class="unit"></span>
105
+        </li>
106
+
98 107
         <li v-if="isShow('导管')">
99 108
           <label>导管 : </label>
100 109
           <span class="content">{{ catheter }}</span>
@@ -117,6 +126,15 @@
117 126
           <span class="unit"></span>
118 127
         </li>
119 128
 
129
+        <li v-if="isShow('内瘘')">
130
+          <label>内瘘: </label>
131
+          <span class="content">{{ internal_fistula }}</span>
132
+          <span class="unit"></span>
133
+        </li>
134
+
135
+
136
+
137
+
120 138
         <li v-if="isShow('血管通路(内瘘)')">
121 139
           <label>血管通路(内瘘) : </label>
122 140
           <span class="content">{{blood_access_internal_fistula}}</span>
@@ -270,7 +288,11 @@
270 288
         </li>
271 289
 
272 290
 
273
-
291
+        <li v-if="isShow('内瘘皮肤情况')">
292
+          <label>内瘘皮肤情况: </label>
293
+          <span class="content">{{ internal_fistula_skin }}</span>
294
+          <span class="unit"></span>
295
+        </li>
274 296
 
275 297
 
276 298
 
@@ -392,6 +414,14 @@ export default {
392 414
         }
393 415
         return this.record.internal_fistula
394 416
       },
417
+
418
+    internal_fistula_skin: function() {
419
+      if (this.record.id == 0) {
420
+        return '-'
421
+      }
422
+      return this.record.internal_fistula_skin
423
+    },
424
+
395 425
       is_hemorrhage: function() {
396 426
         if (this.record.id == 0) {
397 427
           return false

+ 1 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Dosyayı Görüntüle

@@ -115,10 +115,7 @@
115 115
         </div>
116 116
         <div class="inline_block" style="margin-left: 10px;">
117 117
           诊断:
118
-          <div
119
-            class="under_line"
120
-            style="width: 640px;text-align: left;word-break: break-all;word-wrap: break-word;display: inline-block;white-space: pre-wrap;"
121
-          >
118
+          <div class="under_line" style="width: 640px;text-align: left;word-wrap: break-word;white-space: inherit;" >
122 119
             {{ patientInfo.diagnose }}
123 120
           </div>
124 121
         </div>