Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 7 months ago
parent
commit
fb70504e98

+ 2 - 2
src/xt_pages/Dialysisanalysis/new_otherIndicators/components/complete.vue View File

@@ -227,7 +227,7 @@ import html2canvas from "html2canvas"
227 227
         nurseList:[],
228 228
         operators:[],
229 229
         docList:[],
230
-        status_options:[{value:1,label:'达到透析处方时间'},{value:2,label:'未达到处方时间'},{value:3,label:'超出处方时间'}],
230
+        status_options:[{value:1,label:'达到透析处方时间'},{value:3,label:'未达到处方时间'},{value:2,label:'超出处方时间'}],
231 231
         date_options:[{value:1,label:'最近七天'},{value:2,label:'本周'},{value:3,label:'上周'},{value:4,label:'本月'},
232 232
                       {value:5,label:'上月'},{value:6,label:'本年'},{value:7,label:'上一年'}
233 233
         ],
@@ -348,7 +348,7 @@ import html2canvas from "html2canvas"
348 348
                 }
349 349
               }
350 350
               console.log('111111',status_id);
351
-              
351
+
352 352
               this.status_value = status_id
353 353
               this.getdetail(status_id)
354 354
             })

+ 24 - 24
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue View File

@@ -31,59 +31,59 @@
31 31
               {{ orgname }} 血液净化治疗记录单
32 32
             </div>
33 33
           </div>
34
-          <div class="row">
35
-            <div class="inline_block">
36
-              姓名
34
+          <div class="row" style="display: flex;">
35
+            <div class="inline_block" style="flex: 0.9;">
36
+              姓名:
37 37
               <div class="under_line" style="width: 50px; text-align: center">
38 38
                 {{ record.patient.name }}
39 39
               </div>
40 40
             </div>
41
-            <div class="inline_block" style="margin-left: 10px">
42
-              性别
41
+            <div class="inline_block" style="flex: 0.9;">
42
+              性别:
43 43
               <div class="under_line" style="width: 30px; text-align: center">
44 44
                 {{ record.patient.gender == 1 ? "男" : "女" }}
45 45
               </div>
46 46
             </div>
47
-            <div class="inline_block" style="margin-left: 10px">
48
-              年龄
47
+            <div class="inline_block" style="flex: 0.9;">
48
+              年龄:
49 49
               <div class="under_line" style="width: 30px; text-align: center">
50 50
                 <!-- {{ record.patient.age }} -->
51 51
                 {{ getAge(record.patient) }}
52 52
               </div>
53 53
54 54
             </div>
55
-            <div class="inline_block" v-if="record.receive_assessment.condition!=1">
56
-              门诊
55
+            <div class="inline_block" v-if="record.receive_assessment.condition!=1" style="flex: 0.9;">
56
+              门诊:
57 57
               <div class="under_line" style="width: 30px; text-align: center">
58 58
                 <check-box :checked="record.patient.source == 1"></check-box>
59 59
               </div>
60 60
             </div>
61
-            <div class="inline_block" v-if="record.receive_assessment.condition==1">
62
-              住院
61
+            <div class="inline_block" v-if="record.receive_assessment.condition==1" style="flex: 0.9;">
62
+              住院:
63 63
               <div class="under_line" style="width: 30px; text-align: center">
64 64
                 <check-box :checked="record.patient.source == 1"></check-box>
65 65
               </div>
66 66
             </div>
67
-            <div class="inline_block">
68
-              病区
67
+            <div class="inline_block" style="flex: 0.9;">
68
+              病区:
69 69
               <div class="under_line" style="width: 50px; text-align: center">
70 70
                 {{ record.device_zone.name}}
71 71
               </div>
72 72
             </div>
73
-            <div class="inline_block">
74
-              床号
73
+            <div class="inline_block" style="flex: 1.1;">
74
+              床号:
75 75
               <div class="under_line" style="width: 50px; text-align: center">
76 76
                 {{ record.device_number.number }}
77 77
               </div>
78 78
             </div>
79
-            <div class="inline_block">
80
-              透析号
81
-              <div class="under_line" style="width: 70px; text-align: center">
79
+            <div class="inline_block"style="flex: 1.1;">
80
+              透析号:
81
+              <div class="under_line" style="width: 60px; text-align: center">
82 82
                 {{ record.patient.dialysis_no }}
83 83
               </div>
84 84
             </div>
85
-            <div class="inline_block" style="margin-left: 5px">
86
-              住院号/门诊号
85
+            <div class="inline_block" style="flex: 1.5;">
86
+              住院号/门诊号:
87 87
               <div
88 88
                 class="under_line"
89 89
                 style="width: 70px; text-align: left"
@@ -102,7 +102,7 @@
102 102
           </div>
103 103
           <div class="row">
104 104
             <div style="">
105
-              诊断
105
+              诊断:
106 106
               <div style="border-bottom: 1px solid black;width: 95%;text-align: left;word-break: break-all;
107 107
                   word-wrap: break-word;display: inline-block;white-space: unset;"
108 108
               >
@@ -133,7 +133,7 @@
133 133
                   <td colspan="2">
134 134
                     <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
135 135
                       <div class="inline_block" style="flex: 1">
136
-                        本次透析日期
136
+                        本次透析日期:
137 137
                         <div class="under_line" style="width: 100px; text-align: center">
138 138
                           {{ getTime(record.schedule_date, "{y}-{m}-{d}") }}
139 139
                         </div>
@@ -2340,13 +2340,13 @@ export default {
2340 2340
   width: 50%;
2341 2341
 }
2342 2342
 
2343
-.under_line::before {
2343
+/* .under_line::before {
2344 2344
   content: "\00A0";
2345 2345
 }
2346 2346
 
2347 2347
 .under_line::after {
2348 2348
   content: "\00A0";
2349
-}
2349
+} */
2350 2350
 
2351 2351
 .under_line_two {
2352 2352
   display: inline-block;

File diff suppressed because it is too large
+ 391 - 1111
src/xt_pages/dialysis/template/DialysisPrintOrdereightyone.vue


+ 21 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

@@ -155,7 +155,7 @@
155 155
                 </el-date-picker>
156 156
 
157 157
 
158
-                <el-select v-if="org_id != 10206" style="width:50%;" v-model="item.med_type" placeholder="医疗类型"
158
+                <el-select v-if="org_id != 10206 && org_id != 10721 && org_id != 0" style="width:50%;" v-model="item.med_type" placeholder="医疗类型"
159 159
                            @change="changevalue">
160 160
                   <el-option
161 161
                     v-for="(item,index) in register"
@@ -175,6 +175,17 @@
175 175
                   </el-option>
176 176
                 </el-select>
177 177
 
178
+
179
+                <el-select v-if="org_id == 10721 || org_id == 0" style="width:50%;" v-model="item.med_type" placeholder="医疗类型"
180
+                           @change="changevalue">
181
+                  <el-option
182
+                    v-for="(item,index) in register10721"
183
+                    :key="index"
184
+                    :label="item.label"
185
+                    :value="item.value">
186
+                  </el-option>
187
+                </el-select>
188
+
178 189
                 <div style="float: right;margin-bottom:5px;margin-right:1%;">
179 190
                   <el-button
180 191
                     round
@@ -637,6 +648,15 @@ export default {
637 648
 
638 649
 
639 650
 
651
+      ],
652
+      register10721: [
653
+        { value: 11, label: '普通门诊' },
654
+        { value: 14, label: '门诊特殊病' },
655
+        { value: 992102, label: '透析(992102)' },
656
+        { value: 140104, label: '门诊慢病(140104)' },
657
+        { value: 140201, label: '门诊特病(140201)' },
658
+        { value: 1111, label: '精一' },
659
+        { value: 1112, label: '精二' },
640 660
       ],
641 661
       medical_care: [
642 662
         { value: 11, label: '普通门诊' },

+ 2 - 2
src/xt_pages/user/components/PatientDetail.vue View File

@@ -1290,7 +1290,7 @@
1290 1290
       <div id="print-info-box" v-else>
1291 1291
         <div class="print_main_content" style="font-family:SimSun;">
1292 1292
           <div style="font-size: 35px;font-weight: 600;text-align: center;margin-top: 30px;">
1293
-            海拉尔普爱{{ orgname }}
1293
+            {{ orgname }}
1294 1294
           </div>
1295 1295
           <div style="font-size: 35px;font-weight: 600;margin-bottom: 10px;text-align: center;">血液净化治疗患者首次门诊病历</div>
1296 1296
           <div >
@@ -1316,7 +1316,7 @@
1316 1316
                     {{ patientPrint.age }}岁
1317 1317
                   </td>
1318 1318
                   <td style="padding: 5px 0px;font-size: 22px;font-weight: 500;width:12%;">
1319
-                    报销方式
1319
+                    医保类型
1320 1320
                   </td>
1321 1321
                   <td style="padding: 5px 0px;font-size: 22px;width: 15%;">
1322 1322
                     {{patientPrint.reimbursement_way_id }}