Browse Source

提交代码

csx 5 years ago
parent
commit
f986a1a797

BIN
favicon.ico View File


+ 13 - 13
src/xt_pages/dialysis/batch_print/batch_print_order.vue View File

@@ -221,7 +221,7 @@
221 221
                       </div>
222 222
                       ml/min
223 223
                     </div>
224
-                    <div class="inline_block" style="margin-left: 30px;">
224
+                    <div class="inline_block" style="margin-left: 20px;">
225 225
                       体重:
226 226
                       透前
227 227
                       <div class="under_line" style="width: 50px;">
@@ -234,9 +234,9 @@
234 234
                       </div>
235 235
                       kg
236 236
                     </div>
237
-                    <div class="inline_block" style="margin-left: 30px;">
237
+                    <div class="inline_block" style="margin-left: 20px;">
238 238
                       目标超滤量:
239
-                      <div class="under_line" style="width: 80px;">
239
+                      <div class="under_line" style="width: 60px;">
240 240
                         {{record.prescription&&record.prescription.target_ultrafiltration?record.prescription.target_ultrafiltration:''}}
241 241
                       </div>
242 242
                       ml
@@ -249,12 +249,12 @@
249 249
                                  :checked="isCheckBoxChecked(record.prescription, 'anticoagulant', 2)"></check-box>
250 250
251 251
                       首剂
252
-                      <div class="under_line" style="width: 40px;">{{isCheckBoxChecked(record.prescription,
252
+                      <div class="under_line" style="width: 30px;">{{isCheckBoxChecked(record.prescription,
253 253
                         'anticoagulant', 2)?record.prescription.anticoagulant_shouji:''}}
254 254
                       </div>
255 255
                       mg&nbsp;
256 256
                       维持
257
-                      <div class="under_line" style="width: 40px;">{{isCheckBoxChecked(record.prescription,
257
+                      <div class="under_line" style="width: 30px;">{{isCheckBoxChecked(record.prescription,
258 258
                         'anticoagulant', 2)?record.prescription.anticoagulant_weichi:''}}
259 259
                       </div>
260 260
                       mg/h
@@ -262,15 +262,15 @@
262 262
 
263 263
                       <check-box text="低分子肝素"
264 264
                                  :checked="isCheckBoxChecked(record.prescription, 'anticoagulant', 3)"></check-box>
265
-                      <div class="under_line" style="width: 50px;">{{isCheckBoxChecked(record.prescription,
265
+                      <div class="under_line" style="width: 40px;">{{isCheckBoxChecked(record.prescription,
266 266
                         'anticoagulant', 3)?record.prescription.anticoagulant_zongliang:''}}
267 267
                       </div>
268 268
                       IU
269 269
 
270 270
                       <check-box text="无肝素" :checked="isCheckBoxChecked(record.prescription, 'anticoagulant', 1)"
271 271
                                  style="margin-left: 10px;"></check-box>
272
-                      其他方式
273
-                      <div class="under_line" style="width: 170px;">
272
+                      其他方式
273
+                      <div class="under_line" style="width: 140px;">
274 274
                         {{record.prescription&&record.prescription.anticoagulant>3?anticoagulantName(record.prescription):''}}
275 275
                       </div>
276 276
                     </div>
@@ -409,21 +409,21 @@
409 409
                       </div>
410 410
                       min
411 411
                     </div>
412
-                    <div class="inline_block" style="margin-left: 25px;">
412
+                    <div class="inline_block" style="margin-left: 15px;">
413 413
                       实际超滤量:
414
-                      <div class="under_line" style="width: 50px;">
414
+                      <div class="under_line" style="width: 40px;">
415 415
                         {{record.assessment_after_dislysis&&record.assessment_after_dislysis.actual_ultrafiltration?record.assessment_after_dislysis.actual_ultrafiltration:''}}
416 416
                       </div>
417 417
                       ml
418 418
                     </div>
419
-                    <div class="inline_block" style="margin-left: 25px;">
419
+                    <div class="inline_block" style="margin-left: 15px;">
420 420
                       透后体重:
421
-                      <div class="under_line" style="width: 50px;">
421
+                      <div class="under_line" style="width: 40px;">
422 422
                         {{record.assessment_after_dislysis&&record.assessment_after_dislysis.weight_after?record.assessment_after_dislysis.weight_after:''}}
423 423
                       </div>
424 424
                       kg
425 425
                     </div>
426
-                    <div class="inline_block" style="margin-left: 25px;">
426
+                    <div class="inline_block" style="margin-left: 20px;">
427 427
                       透析器凝血:
428 428
                       <check-box text="0级"
429 429
                                  :checked="isValueIndexOfCheck(record.assessment_after_dislysis, 'cruor', '0度')"></check-box>

+ 1 - 1
src/xt_pages/dialysis/details/dialog/adviceDialog/AddGroupAdvice.vue View File

@@ -819,7 +819,7 @@ export default {
819 819
             children: [],
820 820
             parent_row: 0
821 821
           }
822
-          this.nameFormTitle = '添加医嘱内容'
822
+          this.nameFormTitle = '新增医嘱内容'
823 823
         }
824 824
         this.nameFormVisible = true
825 825
       },

+ 1 - 1
src/xt_pages/dialysis/details/dialog/adviceDialog/EditGroupAdvice.vue View File

@@ -1051,7 +1051,7 @@ export default {
1051 1051
             children: [],
1052 1052
             parent_row: 0
1053 1053
           }
1054
-          this.nameFormTitle = '添加医嘱内容'
1054
+          this.nameFormTitle = '新增医嘱内容'
1055 1055
         }
1056 1056
         this.nameFormVisible = true
1057 1057
       },

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

@@ -35,9 +35,9 @@
35 35
               {{scope.row.blood_flow_volume?scope.row.blood_flow_volume:''}}
36 36
             </template>
37 37
           </el-table-column>
38
-          <el-table-column prop="venous_pressure" align="center" label="静脉压(mmhg)" width="120">
38
+          <el-table-column prop="venous_pressure" align="center" label="静脉压/动脉压(mmhg)" width="120">
39 39
             <template slot-scope="scope">
40
-              {{scope.row.venous_pressure?scope.row.venous_pressure:''}}
40
+              <span>{{scope.row.venous_pressure?scope.row.venous_pressure:''}}/ {{scope.row.arterial_pressure?scope.row.arterial_pressure:''}}</span>
41 41
             </template>
42 42
           </el-table-column>
43 43
           <el-table-column prop="transmembrane_pressure" align="center" label="跨膜压(mmhg)" width="120">

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

@@ -8,14 +8,14 @@
8 8
         <th width="72px">血压(mmhg)</th>
9 9
         <th width="80px">心率(次/分)</th>
10 10
         <th width="110px">呼吸(次/分)</th>
11
-        <th width="92px">血流量(ml/min)</th>  
12
-        <th width="76px">静脉压(mmhg)</th>
11
+        <th width="92px">血流量(ml/min)</th>
12
+        <th width="76px">静脉压/动脉压(mmhg)</th>
13 13
         <th width="76px">跨膜压(mmhg)</th>
14 14
         <th width="76px">超滤量(L)</th>
15 15
         <th width="92px">钠浓度(mmol/L)</th>
16 16
         <th width="92px">透析液温度(℃)</th>
17 17
         <th width="92px">置换率(L/h)</th>
18
-        <th width="92px">置换量(L)</th>        
18
+        <th width="92px">置换量(L)</th>
19 19
         <th width="92px">病情变化</th>
20 20
         <th width="92px">处理</th>
21 21
         <th width="92px">结果</th>
@@ -26,21 +26,21 @@
26 26
         <td>{{ monitor.pulse_frequency?monitor.pulse_frequency:'' }}</td>
27 27
         <td>{{ monitor.breathing_rate?monitor.breathing_rate:'' }}</td>
28 28
         <td>{{ monitor.blood_flow_volume?monitor.blood_flow_volume:'' }}</td>
29
-        <td>{{ monitor.venous_pressure?monitor.venous_pressure:'' }}</td>
29
+        <td>{{ monitor.venous_pressure?monitor.venous_pressure:'' }} /{{ monitor.arterial_pressure?monitor.arterial_pressure:'' }} </td>
30 30
         <td>{{ monitor.transmembrane_pressure?monitor.transmembrane_pressure:'' }}</td>
31 31
         <td>{{ monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:'' }}</td>
32 32
         <td>{{ monitor.sodium_concentration?monitor.sodium_concentration:'' }}</td>
33 33
         <td>{{ monitor.dialysate_temperature?monitor.dialysate_temperature:'' }}</td>
34 34
         <td>{{ monitor.replacement_rate?monitor.replacement_rate:'' }}</td>
35
-        <td>{{ monitor.displacement_quantity?monitor.displacement_quantity:'' }}</td>        
35
+        <td>{{ monitor.displacement_quantity?monitor.displacement_quantity:'' }}</td>
36 36
         <td>{{ monitor.symptom }}</td>
37 37
         <td>{{ monitor.dispose }}</td>
38 38
         <td>{{ monitor.result }}</td>
39 39
       </tr>
40 40
       </table>
41 41
      </div>
42
-    <div class="middleLine"></div>     
43
-  </div>    
42
+    <div class="middleLine"></div>
43
+  </div>
44 44
 </template>
45 45
 
46 46
 <script>

+ 2 - 2
src/xt_pages/stock/detail/stockInDetail.vue View File

@@ -307,10 +307,10 @@
307 307
         this.multipleSelection = val
308 308
       }, handleSizeChange(val) {
309 309
         this.limit = val
310
-        this.GetWarehouse()
310
+        this.GetCancelStock()
311 311
       }, handleCurrentChange(val) {
312 312
         this.page = val
313
-        this.GetWarehouse()
313
+        this.GetCancelStock()
314 314
       }, startTimeChange(val) {
315 315
         this.GetCancelStock()
316 316
       }, endTimeChange(val) {

+ 5 - 5
src/xt_pages/user/components/EditGroupAdvice.vue View File

@@ -49,7 +49,7 @@
49 49
             >选择医嘱模板
50 50
             </el-button>
51 51
           </el-col>
52
-          
52
+
53 53
           <el-col :span="5">
54 54
             <el-button
55 55
               :disabled="$store.getters.xt_user.subscibe.state==3?true:false"
@@ -58,11 +58,11 @@
58 58
             >新增医嘱内容
59 59
             </el-button>
60 60
           </el-col>
61
-          
61
+
62 62
           <el-col :span="5">
63 63
             <el-button
64 64
               :disabled="$store.getters.xt_user.subscibe.state==3?true:false"
65
-              round              
65
+              round
66 66
               @click="openDeleteGroupAdvice()"
67 67
             >删除医嘱内容
68 68
             </el-button>
@@ -70,7 +70,7 @@
70 70
           <el-col :span="5">
71 71
             <el-button
72 72
               :disabled="$store.getters.xt_user.subscibe.state==3?true:false"
73
-              round              
73
+              round
74 74
               @click="openGroupAdvice(1)"
75 75
             >修改医嘱内容
76 76
             </el-button>
@@ -1037,7 +1037,7 @@
1037 1037
             children: [],
1038 1038
             parent_row: 0,
1039 1039
           };
1040
-          this.nameFormTitle = '添加医嘱内容';
1040
+          this.nameFormTitle = '新增医嘱内容';
1041 1041
         }
1042 1042
         this.nameFormVisible = true;
1043 1043
 

+ 6 - 6
src/xt_pages/user/doctorAdvice.vue View File

@@ -358,7 +358,7 @@
358 358
                             </template>
359 359
                         </el-table-column>
360 360
                         <el-table-column label="
361
-                        
361
+
362 362
                         " min-width="80" property="delivery_way" align="center">
363 363
                             <template slot-scope="scope">
364 364
                             <span v-if="scope.row.parent_row==0">{{scope.row.delivery_way}}</span>
@@ -558,7 +558,7 @@
558 558
                                 </el-col>
559 559
                             </el-form-item>
560 560
                         </el-col>
561
-                  
561
+
562 562
                         <el-col :span="12">
563 563
                             <el-form-item label="单次用量 :" prop="single_dose" >
564 564
                                 <el-col :span="9">
@@ -592,7 +592,7 @@
592 592
                                 </el-col>
593 593
                             </el-form-item>
594 594
                         </el-col>
595
-                    
595
+
596 596
                         <el-col :span="12">
597 597
                             <el-form-item label="给药途径 :" prop="delivery_way" >
598 598
                                 <el-select v-model="adviceForm.delivery_way" :disabled="adviceForm.parent_id==0?false:true" filterable clearable allow-create  placeholder="请选择(输入可搜索)" style="width:100%" >
@@ -625,7 +625,7 @@
625 625
                     <el-form-item label="开嘱医生 :" >
626 626
                         <span>{{adminusername}} </span>
627 627
                     </el-form-item>
628
-                    
628
+
629 629
                 </el-form>
630 630
                 <div slot="footer" class="dialog-footer">
631 631
                     <template v-if="isEdit">
@@ -648,7 +648,7 @@
648 648
 
649 649
                 </el-form>
650 650
                 <div slot="footer" class="dialog-footer">
651
-                    <el-button  @click="dialogStopFormVisible = false">取消</el-button>                    
651
+                    <el-button  @click="dialogStopFormVisible = false">取消</el-button>
652 652
                     <el-button :disabled="$store.getters.xt_user.subscibe.state==3?true:false" type="primary" @click="submitStopAdvice('stopForm')">保 存</el-button>
653 653
                 </div>
654 654
             </el-dialog>
@@ -1539,7 +1539,7 @@ export default {
1539 1539
           children: [],
1540 1540
           parent_row: 0
1541 1541
         };
1542
-        this.nameFormTitle = "添加医嘱内容";
1542
+        this.nameFormTitle = "新增医嘱内容";
1543 1543
       }
1544 1544
       this.nameFormVisible = true;
1545 1545
     },