陈少旭 1 week ago
parent
commit
b1830bf0c6

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

218
                             </el-button>
218
                             </el-button>
219
 
219
 
220
                               <el-select style="margin-right:5px;width:300px;"
220
                               <el-select style="margin-right:5px;width:300px;"
221
-                                         v-model="item.diagnoses" multiple placeholder="诊断">
221
+                                         v-model="item.diagnoses" multiple placeholder="诊断" v-if="org_id == 10721">
222
                                 <el-option
222
                                 <el-option
223
                                   v-for="(item,index) in diagnoses"
223
                                   v-for="(item,index) in diagnoses"
224
                                   :key="index"
224
                                   :key="index"

+ 6 - 0
src/xt_pages/outpatientCharges/statementTemplate/printSeventheen.vue View File

45
         <div style="flex: 1;text-align: right;">账户余额:{{info.new_order.blac}}</div>
45
         <div style="flex: 1;text-align: right;">账户余额:{{info.new_order.blac}}</div>
46
       </div>
46
       </div>
47
 
47
 
48
+    <div style="width: 100%;display: flex;">
49
+      <div style="flex: 1;">基金支付总额:{{info.new_order.fund_pay_sumamt}}</div>
50
+    </div>
51
+
52
+
53
+
48
      <!-- <div style="border: 1px solid black;width: 100%;">
54
      <!-- <div style="border: 1px solid black;width: 100%;">
49
         <div style="border-bottom:1px solid black;display: flex;padding: 5px;">
55
         <div style="border-bottom:1px solid black;display: flex;padding: 5px;">
50
             <div style="flex: 1;">姓名:{{info.patient.name}}</div>
56
             <div style="flex: 1;">姓名:{{info.patient.name}}</div>

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

3200
               }
3200
               }
3201
 
3201
 
3202
 
3202
 
3203
-
3204
-              for(let i = 0; i < data.prescriptions.length; i++){
3205
-                data.prescriptions[i]["diagnoses"] = data.prescriptions[i].diagnose.join(",")
3203
+              if (this.org_id == 10721) {
3204
+                for (let i = 0; i < data.prescriptions.length; i++) {
3205
+                  data.prescriptions[i]["diagnoses"] = data.prescriptions[i].diagnose.join(",")
3206
+                }
3206
               }
3207
               }
3207
               createHisPrescription(data, params).then(response => {
3208
               createHisPrescription(data, params).then(response => {
3208
                 if (response.data.state == 1) {
3209
                 if (response.data.state == 1) {

+ 12 - 13
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

2662
                   }
2662
                   }
2663
                 }else{
2663
                 }else{
2664
                   if (this.org_id == 10721 || this.org_id == 0){
2664
                   if (this.org_id == 10721 || this.org_id == 0){
2665
-
2666
                     obj.med_type = 992102
2665
                     obj.med_type = 992102
2667
                   }
2666
                   }
2668
 
2667
 
2669
                 }
2668
                 }
2670
                 obj.diagnose = []
2669
                 obj.diagnose = []
2671
-                if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
2670
+                if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
2672
                   // obj.diagnose = 2465
2671
                   // obj.diagnose = 2465
2673
                   obj.diagnose.push(2465)
2672
                   obj.diagnose.push(2465)
2674
 
2673
 
2730
                 obj.med_type = 1
2729
                 obj.med_type = 1
2731
 
2730
 
2732
               }
2731
               }
2733
-              if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
2732
+              if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
2734
                 // obj.diagnose = 2465
2733
                 // obj.diagnose = 2465
2735
                 obj.diagnose.push(2465)
2734
                 obj.diagnose.push(2465)
2736
 
2735
 
3295
                         }
3294
                         }
3296
                       }
3295
                       }
3297
                       obj.diagnose = []
3296
                       obj.diagnose = []
3298
-                      if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
3297
+                      if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
3299
                         // obj.diagnose = 2465
3298
                         // obj.diagnose = 2465
3300
                         obj.diagnose.push(2465)
3299
                         obj.diagnose.push(2465)
3301
 
3300
 
3351
                         obj.med_type = 992102
3350
                         obj.med_type = 992102
3352
                       }
3351
                       }
3353
                     }
3352
                     }
3354
-                    if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
3353
+                    if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
3355
                       // obj.diagnose = 2465
3354
                       // obj.diagnose = 2465
3356
                       obj.diagnose.push(2465)
3355
                       obj.diagnose.push(2465)
3357
 
3356
 
3927
                           obj.med_type = 992102
3926
                           obj.med_type = 992102
3928
                         }
3927
                         }
3929
                       }
3928
                       }
3930
-                      if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
3929
+                      if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
3931
                         // obj.diagnose = 2465
3930
                         // obj.diagnose = 2465
3932
                         obj.diagnose.push(2465)
3931
                         obj.diagnose.push(2465)
3933
 
3932
 
3983
                       }
3982
                       }
3984
                     }
3983
                     }
3985
 
3984
 
3986
-                    if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
3985
+                    if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
3987
                       // obj.diagnose = 2465
3986
                       // obj.diagnose = 2465
3988
                       obj.diagnose.push(2465)
3987
                       obj.diagnose.push(2465)
3989
 
3988
 
4549
                         obj.med_type = 992102
4548
                         obj.med_type = 992102
4550
                       }
4549
                       }
4551
                     }
4550
                     }
4552
-                    if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
4551
+                    if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
4553
                       obj.diagnose.push(2465)
4552
                       obj.diagnose.push(2465)
4554
 
4553
 
4555
                     }
4554
                     }
4605
                     }
4604
                     }
4606
                   }
4605
                   }
4607
 
4606
 
4608
-                  if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
4607
+                  if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
4609
                     obj.diagnose.push(2465)
4608
                     obj.diagnose.push(2465)
4610
                   }
4609
                   }
4611
 
4610
 
5343
 
5342
 
5344
                       obj.diagnose = []
5343
                       obj.diagnose = []
5345
 
5344
 
5346
-                      if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
5345
+                      if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
5347
                         obj.diagnose.push(2465)
5346
                         obj.diagnose.push(2465)
5348
 
5347
 
5349
                       }
5348
                       }
5403
                       obj.med_type = 1
5402
                       obj.med_type = 1
5404
                     }
5403
                     }
5405
                     obj.diagnose = []
5404
                     obj.diagnose = []
5406
-                    if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
5405
+                    if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
5407
                       obj.diagnose.push(2465)
5406
                       obj.diagnose.push(2465)
5408
                     }
5407
                     }
5409
                     this.prescriptions.push(obj)
5408
                     this.prescriptions.push(obj)
6039
                       }
6038
                       }
6040
 
6039
 
6041
                       obj.diagnose = []
6040
                       obj.diagnose = []
6042
-                      if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
6041
+                      if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
6043
                         obj.diagnose.push(2465)
6042
                         obj.diagnose.push(2465)
6044
                       }
6043
                       }
6045
                       console.log("111222222")
6044
                       console.log("111222222")
6108
 
6107
 
6109
                     }
6108
                     }
6110
                     obj.diagnose = []
6109
                     obj.diagnose = []
6111
-                    if (parseInt(obj.med_type) == 992102 && (this.org_id == 10271 || this.org_id == 0)){
6110
+                    if (parseInt(obj.med_type) == 992102 && (this.org_id == 10721 || this.org_id == 0)){
6112
                       // obj.diagnose = 2465
6111
                       // obj.diagnose = 2465
6113
                       obj.diagnose.push(2465)
6112
                       obj.diagnose.push(2465)
6114
 
6113