Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 4 months ago
parent
commit
184372ac13

+ 4 - 4
src/xt_pages/dialysis/details/DialysisPrescription.vue View File

@@ -467,12 +467,12 @@
467 467
 
468 468
 
469 469
          <li v-if="isShow('置换流量') && this.$store.getters.xt_user.template_info.org_id!=10340">
470
-          <label>置换流量(L/h): </label>
470
+          <label>置换流量(L/h): </label>
471 471
           <span class="content">{{this.prescription.replacement_flow}}</span>
472 472
         </li>
473 473
 
474 474
         <li v-if="isShow('置换流量') && this.$store.getters.xt_user.template_info.org_id==10340">
475
-          <label>置换流量(ml/min): </label>
475
+          <label>置换流量(ml/min): </label>
476 476
           <span class="content">{{this.prescription.replacement_flow}}</span>
477 477
         </li>
478 478
 
@@ -620,10 +620,10 @@
620 620
           <span class="content">{{this.prescription.sodium_curve}}</span>
621 621
         </li>
622 622
 
623
-        <li v-if="isShow('开始钠')">
623
+        <!-- <li v-if="isShow('开始钠')">
624 624
           <label>开始钠: </label>
625 625
           <span class="content">{{this.prescription.start_sodium}}</span>
626
-        </li>
626
+        </li> -->
627 627
 
628 628
         <li v-if="isShow('透析液流速')">
629 629
           <label>透析液流速(ml/h): </label>

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

@@ -103,13 +103,13 @@
103 103
                     </el-col>
104 104
 
105 105
                    <el-col :span="8" v-if="isShows('置换流量') &&  this.$store.getters.xt_user.template_info.org_id != 10340 &&  this.$store.getters.xt_user.template_info.org_id != 10731">
106
-                        <el-form-item label="置换流量(L/h):" prop="replacement_flow" :rules="isCheckmust('置换流量')">
106
+                        <el-form-item label="置换流量(L/h):" prop="replacement_flow" :rules="isCheckmust('置换流量')">
107 107
                             <el-input v-model="dialysisPrescription.replacement_flow"></el-input>
108 108
                         </el-form-item>
109 109
                     </el-col>
110 110
 
111 111
                     <el-col :span="8" v-if="isShows('置换流量')  &&  (this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10731)">
112
-                        <el-form-item label="置换流量(ml/min):" prop="replacement_flow" :rules="isCheckmust('置换流量')">
112
+                        <el-form-item label="置换流量(ml/min):" prop="replacement_flow" :rules="isCheckmust('置换流量')">
113 113
                             <el-input v-model="dialysisPrescription.replacement_flow"></el-input>
114 114
                         </el-form-item>
115 115
                     </el-col>

+ 4 - 6
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -1196,7 +1196,7 @@ export default {
1196 1196
         { value: '2302', label: '异地就医(2302)' },
1197 1197
         { value: '1111', label: '精一' },
1198 1198
         { value: '1112', label: '精二' },
1199
-        { value: '0', label: '自费' },
1199
+        { value: '999999', label: '自费' },
1200 1200
         { value: '118801', label: '118801' },
1201 1201
 
1202 1202
 
@@ -1792,7 +1792,7 @@ export default {
1792 1792
           this.newLoading = false
1793 1793
         })
1794 1794
       } else {
1795
-        if((this.org_id == 10644 && this.other_prescriptions[0].med_type == "1112") || (this.org_id == 10644 && this.other_prescriptions[0].med_type == "1111") || (this.org_id == 0 && this.other_prescriptions[0].med_type == "1111") || (this.org_id == 0 && this.other_prescriptions[0].med_type == "1112")) {
1795
+        if((this.org_id == 10644 && this.other_prescriptions[0].med_type == "1112") || (this.org_id == 10644 && this.other_prescriptions[0].med_type == "1111") || (this.other_prescriptions[0].med_type == "999999") ) {
1796 1796
           upload(form).then(response => {
1797 1797
             if (response.data.state == 0) {
1798 1798
               this.$message.error(response.data.msg)
@@ -5810,10 +5810,8 @@ export default {
5810 5810
             case 140104:
5811 5811
               return '门诊特殊病(140104)' + '处方' + index
5812 5812
               break
5813
-            case 140104:
5814
-              return '门诊特殊病(140104)' + '处方' + index
5815
-              break
5816
-            case 0:
5813
+
5814
+            case 999999:
5817 5815
               return '自费' + '处方' + index
5818 5816
               break
5819 5817
             case 118801:

+ 7 - 3
src/xt_pages/outpatientCharges/statementPrint.vue View File

@@ -30,7 +30,7 @@
30 30
           :info="info"
31 31
           :paramsObj="paramsObj"
32 32
           :balanceAccounts="balanceAccounts"
33
-          v-if="org_id == 10138 || org_id == 10278 || org_id ==10610 || org_id==10537 || org_id == 0"
33
+          v-if="org_id == 10138 || org_id == 10278 || org_id ==10610 || org_id==10537"
34 34
         ></printThree>
35 35
         <printFour
36 36
           v-if="org_id == 9504 || org_id == 10028 || org_id == 10088 "
@@ -69,7 +69,7 @@
69 69
       <!-- 顺有好 -->
70 70
       <printSixtheen :info="info" v-if="org_id == 10697"></printSixtheen>
71 71
       <!-- 杏康 -->
72
-      <printSeventheen  :info="info" v-if=" org_id == 10721"></printSeventheen>
72
+      <printSeventheen  :info="info" v-if=" org_id == 10721 || org_id == 0"></printSeventheen>
73 73
       <printOne :info="info" v-if=" org_id != 9990 &&
74 74
             org_id != 10138 && org_id != 9504 && org_id != 10028 &&
75 75
             org_id != 10610 && org_id !=10537 && org_id !=10697 &&
@@ -81,7 +81,7 @@
81 81
             org_id != 10138 && org_id != 9504 &&  org_id != 10028 && org_id !=10697 &&
82 82
             org_id != 10278 && org_id != 10610 && org_id !=10537 && org_id != 10387 &&
83 83
             org_id != 10191 &&org_id != 10210 &&org_id != 10485  &&org_id != 10480 &&
84
-            org_id != 10510 &&org_id != 10633 && org_id != 10721   && this.paramsObj.balance_accounts_type == 2">
84
+            org_id != 10510 &&org_id != 10633 && org_id != 10721   &&org_id != 0  && this.paramsObj.balance_accounts_type == 2">
85 85
       </privateChargePrint>
86 86
     </div>
87 87
   </div>
@@ -1714,6 +1714,10 @@ export default {
1714 1714
 
1715 1715
                 }
1716 1716
                 that.info['Z_list'] = list
1717
+                console.log(" that.info")
1718
+                console.log(that.info.Z_list)
1719
+                console.log(" that.info")
1720
+
1717 1721
 
1718 1722
                 //获取所有项目类型进行去重
1719 1723
                 let med_chrgitm_types = []

+ 4 - 2
src/xt_pages/outpatientDoctorStation/components/callPrescription.vue View File

@@ -251,7 +251,6 @@
251 251
             }
252 252
           }
253 253
         }
254
-
255 254
         for (let i = 0; i < targetPrescriptions.length; i++) {
256 255
           var prescription = targetPrescriptions[i];
257 256
           for (let b = 0; b < prescription.doctor_advice.length; b++) {
@@ -362,17 +361,20 @@
362 361
           }
363 362
         }
364 363
 
364
+
365
+
365 366
         if(this.srcPrescriptions.length == 1){
366 367
           if(this.srcPrescriptions[0].advices.length == 0 && this.srcPrescriptions[0].project.length == 0){
367 368
             this.srcPrescriptions = [];
368 369
             this.srcPrescriptions = prescriptions;
369 370
             this.$emit('call', this.srcPrescriptions)
370 371
           }else{
371
-
372
+            this.srcPrescriptions = [];
372 373
             this.srcPrescriptions =  this.srcPrescriptions.concat(prescriptions);
373 374
             this.$emit('call', this.srcPrescriptions)
374 375
           }
375 376
         }else{
377
+          this.srcPrescriptions = [];
376 378
           this.srcPrescriptions =  this.srcPrescriptions.concat(prescriptions);
377 379
           this.$emit('call', this.srcPrescriptions)
378 380
         }

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

@@ -670,7 +670,7 @@ export default {
670 670
         { value: 2302, label: '异地就医(2302)' },
671 671
         { value: 1111, label: '精一' },
672 672
         { value: 1112, label: '精二' },
673
-        { value: 0, label: '自费' },
673
+        { value: 999999, label: '自费' },
674 674
         { value: 118801, label: '118801' }
675 675
 
676 676
 

+ 4 - 4
src/xt_pages/user/components/PatientSidebar.vue View File

@@ -179,10 +179,10 @@ export default {
179 179
             //   name: '3-3',
180 180
             //   label: '体格检查新'
181 181
             // },
182
-            // {
183
-            //   name: '3-5',
184
-            //   label: '病程记录新'
185
-            // },
182
+            {
183
+              name: '3-5',
184
+              label: '病程记录新'
185
+            },
186 186
             {
187 187
               name: '1-11',
188 188
               label: '首次病程记录'

+ 2 - 2
src/xt_pages/user/courseOfDisease_new.vue View File

@@ -20,7 +20,7 @@
20 20
                 ref="phy_table"
21 21
                 :data="tableData"
22 22
                 :highlight-current-row="true"
23
-                @row-click="rowclick"
23
+                @current-change="getCurrentChangeOne"
24 24
                 style="width: 100%">
25 25
                 
26 26
                 <el-table-column prop="index" label="序号" width="50">
@@ -35,7 +35,7 @@
35 35
                 </el-table-column>
36 36
                 <el-table-column prop="doctor" label="医生">
37 37
                   <template slot-scope="scope">
38
-                    {{ getDocName(scope.row.doctor_id) }}
38
+                    {{ getDocName(scope.row.recorder) }}
39 39
                   </template>
40 40
                 </el-table-column>
41 41
               </el-table>