Browse Source

新分支

28169 1 year ago
parent
commit
ef095ad161

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

592
         ",透前检查:"+this.predialysis_evaluation.internal_fistula +this.predialysis_evaluation.catheter + str_one +" "+ ",透析器:"+this.prescription.dialyzer_perfusion_apparatus +
592
         ",透前检查:"+this.predialysis_evaluation.internal_fistula +this.predialysis_evaluation.catheter + str_one +" "+ ",透析器:"+this.prescription.dialyzer_perfusion_apparatus +
593
         ",透前体重:"+this.predialysis_evaluation.weight_before+"kg"+",间期体重增长:"+total +"kg"+",目标脱水量:"+this.prescription.target_ultrafiltration +"L" +",血流量:"+this.prescription.blood_flow_volume+"ml/min" + ",透析开始时间:"+this.getTime(this.dialysis_order.start_time) +","+"透析结束时间:"+this.getTime(this.dialysis_order.end_time) +
593
         ",透前体重:"+this.predialysis_evaluation.weight_before+"kg"+",间期体重增长:"+total +"kg"+",目标脱水量:"+this.prescription.target_ultrafiltration +"L" +",血流量:"+this.prescription.blood_flow_volume+"ml/min" + ",透析开始时间:"+this.getTime(this.dialysis_order.start_time) +","+"透析结束时间:"+this.getTime(this.dialysis_order.end_time) +
594
         ",实际治疗时长:"+ this.assessment_after_dislysis.actual_treatment_hour +"时"+this.assessment_after_dislysis.actual_treatment_minute+"分" +",实际超滤量:"+this.assessment_after_dislysis.actual_ultrafiltration+"L"+",透后体重:"+this.assessment_after_dislysis.weight_after+"kg"+",透析过程顺利,安全下机" + " "
594
         ",实际治疗时长:"+ this.assessment_after_dislysis.actual_treatment_hour +"时"+this.assessment_after_dislysis.actual_treatment_minute+"分" +",实际超滤量:"+this.assessment_after_dislysis.actual_ultrafiltration+"L"+",透后体重:"+this.assessment_after_dislysis.weight_after+"kg"+",透析过程顺利,安全下机" + " "
595
-        +",今日使用药品:"+doc_str +",患者下机后测血压,"+"收缩压:"+this.assessment_after_dislysis.systolic_blood_pressure+"mmHg"+",舒张压:"+this.assessment_after_dislysis.diastolic_blood_pressure+"mmHg"+",脉搏:"+this.assessment_after_dislysis.pulse_frequency +"次/分"
595
+        +",患者下机后测血压,"+"收缩压:"+this.assessment_after_dislysis.systolic_blood_pressure+"mmHg"+",舒张压:"+this.assessment_after_dislysis.diastolic_blood_pressure+"mmHg"+",脉搏:"+this.assessment_after_dislysis.pulse_frequency +"次/分"
596
 
596
 
597
         console.log("str000000000000000000222o2o2",str)
597
         console.log("str000000000000000000222o2o2",str)
598
         this.treatmentSummary.dialysis_summary = ""
598
         this.treatmentSummary.dialysis_summary = ""

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

3057
                       >
3057
                       >
3058
                         <span
3058
                         <span
3059
                           style="height: 30px; display: inline-block"
3059
                           style="height: 30px; display: inline-block"
3060
-                          v-if="setAdminUserES(doctor_advices[0].advice_doctor) == ''"
3060
+                          v-if="setAdminUserES(prescription.creater) == ''"
3061
                         >
3061
                         >
3062
-                          {{ getAdminUser(doctor_advices[0].advice_doctor) }}
3062
+                          {{ getAdminUser(prescription.creater) }}
3063
                         </span>
3063
                         </span>
3064
                         <img
3064
                         <img
3065
                           style="height: 40px"
3065
                           style="height: 40px"
3066
-                          :src="setAdminUserES(doctor_advices[0].advice_doctor)"
3066
+                          :src="setAdminUserES(prescription.creater)"
3067
                           alt=""
3067
                           alt=""
3068
                           srcset=""
3068
                           srcset=""
3069
                           v-else
3069
                           v-else
3849
         for (let index = 0; index < this.doctor_advices.length; index++) {
3849
         for (let index = 0; index < this.doctor_advices.length; index++) {
3850
           this.doctor_advices[index]["isShow"] = 2;
3850
           this.doctor_advices[index]["isShow"] = 2;
3851
         }
3851
         }
3852
-    
3852
+   
3853
         // if (this.doctor_advices.length > 0) {
3853
         // if (this.doctor_advices.length > 0) {
3854
         //   var group = this.newAdviceGroupObject()
3854
         //   var group = this.newAdviceGroupObject()
3855
         //   var initGroupBlock = function(group, advice) {
3855
         //   var initGroupBlock = function(group, advice) {

+ 1 - 1
src/xt_pages/hospitalStation/treatTemplate/printOne.vue View File

10
           <span>保险</span>
10
           <span>保险</span>
11
           <span>其他</span>
11
           <span>其他</span>
12
         </div>
12
         </div>
13
-        <div>就诊日期:{{getTime(item.ctime,'{y}-{m}-{d}')}}</div>
13
+        <div>就诊日期:{{getTime(item.pre_time,'{y}-{m}-{d}')}}</div>
14
       </div>
14
       </div>
15
 
15
 
16
       <div class="printTitle">{{orgname}}</div>
16
       <div class="printTitle">{{orgname}}</div>

+ 80 - 0
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

220
                                     type="primary"
220
                                     type="primary"
221
                                 >预结算
221
                                 >预结算
222
                                 </el-button>
222
                                 </el-button>
223
+
224
+                                <el-button
225
+                                  v-if="hisPatientInfo.balance_accounts_type != 2 && org_id != 10340"
226
+                                  size="small"
227
+                                  @click="open(60,items.med_type,items.prescriptions[0].order,items.prescriptions)"
228
+                                  type="primary"
229
+                                >撤销就诊信息
230
+                                </el-button>
231
+
223
                                 <el-button
232
                                 <el-button
224
                                     v-if="items.curPrescriptions.order.order_status == 1 && hisPatientInfo.balance_accounts_type != 2 && org_id != 10340"
233
                                     v-if="items.curPrescriptions.order.order_status == 1 && hisPatientInfo.balance_accounts_type != 2 && org_id != 10340"
225
                                     size="small"
234
                                     size="small"
227
                                     type="primary"
236
                                     type="primary"
228
                                 >撤销明细
237
                                 >撤销明细
229
                                 </el-button>
238
                                 </el-button>
239
+
240
+
241
+
230
                                 <!--<div>{{ items.curPrescriptions.order.order_status}}</div>-->
242
                                 <!--<div>{{ items.curPrescriptions.order.order_status}}</div>-->
231
                                 <!--<div>{{ items.prescriptions[0].order.order_status}}</div>-->
243
                                 <!--<div>{{ items.prescriptions[0].order.order_status}}</div>-->
232
                                 <el-button v-loading="loadingtwo"
244
                                 <el-button v-loading="loadingtwo"
3763
             .catch(function(error) {
3775
             .catch(function(error) {
3764
             })
3776
             })
3765
         }
3777
         }
3778
+      }else if(index == 60){
3779
+        var that = this
3780
+        var ids = []
3781
+        for (let i = 0; i < prescriptions.length; i++) {
3782
+          ids.push(prescriptions[i].id)
3783
+        }
3784
+        var ids_str = ids.join(',')
3785
+        this.temp_ids = ids_str
3786
+        this.newLoading = true
3787
+        var that = this
3788
+        let form = {}
3789
+        form['id'] = this.patientInfo.id
3790
+        form['his_patient_id'] = this.hisPatientInfo.id
3791
+        form['record_time'] = this.record_date
3792
+        form['ids'] = this.temp_ids
3793
+        form['begin_time'] = this.form.diagnosis_time
3794
+        form['p_type'] = med_type
3795
+        form['diagnosis'] = this.form.diagnosis.join(',')
3796
+        form['sick_type'] = this.form.sick_type
3797
+        form['admin_user_id'] = this.$store.getters.xt_user.user.id
3798
+        form['org_id'] = this.$store.getters.xt_user.org_id
3799
+        if (this.activeName == 'first') {
3800
+          form['settle_accounts_type'] = 1
3801
+        } else if (this.activeName == 'second') {
3802
+          form['start_time'] = this.other_start_time
3803
+          form['end_time'] = this.other_end_time
3804
+          form['settle_accounts_type'] = 2
3805
+        } else {
3806
+          form['start_time'] = this.other_start_time_two
3807
+          form['end_time'] = this.other_end_time_two
3808
+          form['settle_accounts_type'] = 2
3809
+        }
3810
+        axios.get('http://127.0.0.1:9532/api/cancledia/get', {
3811
+          params: form,
3812
+          headers: {
3813
+            'Permission': 5
3814
+          }
3815
+        })
3816
+          .then(function(response) {
3817
+            if (response.data.state == 0) {
3818
+              that.$message.error(response.data.msg)
3819
+              return false
3820
+            } else {
3821
+              if (response.data.data.failed_code == -10) {
3822
+                that.$confirm(response.data.data.msg, '医保错误信息', {
3823
+                  confirmButtonText: '确 定',
3824
+                  type: 'warning'
3825
+                }).then(() => {
3826
+                  that.changeRadioAndPatient(1)
3827
+                  that.newLoading = false
3828
+                }).catch(() => {
3829
+                  that.changeRadioAndPatient(1)
3830
+                  that.newLoading = false
3831
+                })
3832
+              } else {
3833
+                that.changeRadioAndPatient(1)
3834
+                that.$message({ message: '取消成功', type: 'success', duration: 5000 })
3835
+                that.newLoading = false
3836
+              }
3837
+            }
3838
+          })
3839
+          .catch(function(error) {
3840
+            that.newLoading = false
3841
+          })
3842
+
3843
+
3844
+
3845
+
3766
       }
3846
       }
3767
     },
3847
     },
3768
      getName(admin_user_id) {
3848
      getName(admin_user_id) {

+ 1 - 1
src/xt_pages/outpatientDoctorStation/treatTemplate/printOne.vue View File

11
                     <span>其他</span>
11
                     <span>其他</span>
12
                 </div>
12
                 </div>
13
                 <div v-if="org_id == 10460">就诊日期:{{getTime(item.pre_time,'{y}-{m}-{d}')}}</div>
13
                 <div v-if="org_id == 10460">就诊日期:{{getTime(item.pre_time,'{y}-{m}-{d}')}}</div>
14
-                <div v-else>就诊日期:{{getTime(item.ctime,'{y}-{m}-{d}')}}</div>
14
+                <div v-else>就诊日期:{{getTime(item.pre_time,'{y}-{m}-{d}')}}</div>
15
             </div>
15
             </div>
16
 
16
 
17
             <div class="printTitle">{{orgname}}</div>
17
             <div class="printTitle">{{orgname}}</div>

+ 2 - 2
src/xt_pages/stock/stockInOrderAdd.vue View File

856
               this.recordInfo.recordData[i].license_number = val.number
856
               this.recordInfo.recordData[i].license_number = val.number
857
               this.recordInfo.recordData[i].register_number = val.register_number
857
               this.recordInfo.recordData[i].register_number = val.register_number
858
               if(val.buy_price == 0){
858
               if(val.buy_price == 0){
859
-               this.recordInfo.recordData[i].price = ""
859
+               this.recordInfo.recordData[i].price = "0"
860
               }else{
860
               }else{
861
                 this.recordInfo.recordData[i].price = val.buy_price
861
                 this.recordInfo.recordData[i].price = val.buy_price
862
               }
862
               }
863
 
863
 
864
               if(val.packing_price == 0){
864
               if(val.packing_price == 0){
865
-               this.recordInfo.recordData[i].packing_price = ""
865
+               this.recordInfo.recordData[i].packing_price = "0"
866
               }else{
866
               }else{
867
                 this.recordInfo.recordData[i].packing_price = val.packing_price
867
                 this.recordInfo.recordData[i].packing_price = val.packing_price
868
               }
868
               }

+ 2 - 2
src/xt_pages/stock/stockInOrderEdit.vue View File

900
             this.recordInfo.recordData[i].license_number = val.number
900
             this.recordInfo.recordData[i].license_number = val.number
901
             this.recordInfo.recordData[i].register_number = val.register_number
901
             this.recordInfo.recordData[i].register_number = val.register_number
902
             if(val.buy_price == 0){
902
             if(val.buy_price == 0){
903
-               this.recordInfo.recordData[i].price= ""
903
+               this.recordInfo.recordData[i].price= "0"
904
             }else{
904
             }else{
905
                this.recordInfo.recordData[i].price = val.buy_price
905
                this.recordInfo.recordData[i].price = val.buy_price
906
             }
906
             }
907
             if(val.packing_price == 0){
907
             if(val.packing_price == 0){
908
-              this.recordInfo.recordData[i].packing_price = ""
908
+              this.recordInfo.recordData[i].packing_price = "0"
909
             }else{
909
             }else{
910
               this.recordInfo.recordData[i].packing_price = val.packing_price
910
               this.recordInfo.recordData[i].packing_price = val.packing_price
911
             }
911
             }

+ 1 - 1
src/xt_pages/stock/stockOutOrderAdd.vue View File

879
             this.recordInfo.recordData[i].license_number = val.number
879
             this.recordInfo.recordData[i].license_number = val.number
880
             this.recordInfo.recordData[i].register_number = val.register_number
880
             this.recordInfo.recordData[i].register_number = val.register_number
881
             if(val.packing_price == 0){
881
             if(val.packing_price == 0){
882
-              this.recordInfo.recordData[i].price =""
882
+              this.recordInfo.recordData[i].price ="0"
883
             }else{
883
             }else{
884
               this.recordInfo.recordData[i].price = val.packing_price
884
               this.recordInfo.recordData[i].price = val.packing_price
885
             }
885
             }

+ 1 - 1
src/xt_pages/stock/stockOutOrderEdit.vue View File

825
             this.recordInfo.recordData[i].buy_price = val.buy_price
825
             this.recordInfo.recordData[i].buy_price = val.buy_price
826
             this.recordInfo.recordData[i].stock_count = total_count
826
             this.recordInfo.recordData[i].stock_count = total_count
827
             if(val.packing_price == 0){
827
             if(val.packing_price == 0){
828
-               this.recordInfo.recordData[i].price = ""
828
+               this.recordInfo.recordData[i].price = "0"
829
             }else{
829
             }else{
830
                this.recordInfo.recordData[i].price = val.packing_price
830
                this.recordInfo.recordData[i].price = val.packing_price
831
             }
831
             }

+ 44 - 20
src/xt_pages/user/components/PatientForm.vue View File

393
                   </el-radio-group>
393
                   </el-radio-group>
394
                 </el-form-item>
394
                 </el-form-item>
395
               </el-col>
395
               </el-col>
396
-           
397
-              <el-row>
396
+      
398
               <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
397
               <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
399
                 <el-form-item
398
                 <el-form-item
400
                   label="患者去向 : "
399
                   label="患者去向 : "
410
                   </el-radio-group>
409
                   </el-radio-group>
411
                 </el-form-item>
410
                 </el-form-item>
412
               </el-col>
411
               </el-col>
413
-            </el-row>
412
+           
414
 
413
 
415
-            <!-- <el-row>
414
+            
416
               <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
415
               <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
417
                 <el-form-item
416
                 <el-form-item
418
                   label="流转地址: "
417
                   label="流转地址: "
419
                 >
418
                 >
420
-                <el-select v-model="value" placeholder="请选择">
419
+                <el-select v-model="form.patient_address" placeholder="请选择">
421
                     <el-option
420
                     <el-option
422
-                      v-for="item in options"
423
-                      :key="item.value"
424
-                      :label="item.label"
425
-                      :value="item.value">
421
+                      v-for="item in liuAddresslist"
422
+                      :key="item.id"
423
+                      :label="item.name"
424
+                      :value="item.name">
426
                     </el-option>
425
                     </el-option>
427
                  </el-select>
426
                  </el-select>
428
                 </el-form-item>
427
                 </el-form-item>
429
               </el-col>
428
               </el-col>
430
-            </el-row>
431
-  -->
432
-              <el-row>
429
+           
430
+ 
431
+             
433
                 <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
432
                 <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
434
                 <el-form-item
433
                 <el-form-item
435
-                  label="开始时间 : "
434
+                  label="流转开始时间 : "
436
                 >
435
                 >
437
                 <el-date-picker
436
                 <el-date-picker
438
                   size="small"
437
                   size="small"
450
                 </el-form-item>
449
                 </el-form-item>
451
               </el-col>
450
               </el-col>
452
 
451
 
453
-              <!-- <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
452
+              <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
454
                 <el-form-item
453
                 <el-form-item
455
-                  label="结束时间 : "
454
+                  label="流转结束时间 : "
456
                 >
455
                 >
457
                 <el-date-picker
456
                 <el-date-picker
458
                   size="small"
457
                   size="small"
468
                   @change="startTimeChange"
467
                   @change="startTimeChange"
469
                  ></el-date-picker>
468
                  ></el-date-picker>
470
                 </el-form-item>
469
                 </el-form-item>
471
-              </el-col> -->
472
-              </el-row>
470
+              </el-col>
471
+           
473
              
472
              
474
 
473
 
475
               <el-col :span="8" style="margin-bottom: 20px;" :style="isEdit ? 'width:360px' : ''">
474
               <el-col :span="8" style="margin-bottom: 20px;" :style="isEdit ? 'width:360px' : ''">
529
 
528
 
530
               </el-col>
529
               </el-col>
531
 
530
 
531
+              <el-col :span="24">
532
+                 <el-form-item label="传染病细分:" v-if="form.is_infectious == '2'">
533
+                    <el-input v-model="form.infectious_remark"></el-input>
534
+                 </el-form-item>
535
+              </el-col>
536
+
532
               <el-col :span="8">
537
               <el-col :span="8">
533
                 <el-form-item label="疑难内瘘 : " prop="contagions">
538
                 <el-form-item label="疑难内瘘 : " prop="contagions">
534
                  <el-radio-group v-model="form.troble_shoot">
539
                  <el-radio-group v-model="form.troble_shoot">
891
               </el-form-item>
896
               </el-form-item>
892
             </el-col>
897
             </el-col>
893
           </el-row>
898
           </el-row>
899
+          <el-row :gutter="24">
900
+            <el-col :span="24">
901
+              <el-form-item label="过敏史 : " prop="past_history">
902
+                <el-input
903
+                  type="textarea"
904
+                  :rows="3"
905
+                  v-model="form.allergic_history"
906
+                  resize="none"
907
+                  placeholder=""
908
+                ></el-input>
909
+              </el-form-item>
910
+            </el-col>
911
+          </el-row>
894
           <el-row :gutter="24">
912
           <el-row :gutter="24">
895
             <el-col :span="24">
913
             <el-col :span="24">
896
               <el-form-item label="体格检查">
914
               <el-form-item label="体格检查">
1142
   patient_source:0,
1160
   patient_source:0,
1143
   patient_start_time:"",
1161
   patient_start_time:"",
1144
   patient_end_time:"",
1162
   patient_end_time:"",
1163
+  patient_address:"",
1164
+  infectious_remark:"",
1165
+  allergic_history:"",
1145
   formItem: [
1166
   formItem: [
1146
     {
1167
     {
1147
       id: 0,
1168
       id: 0,
1292
   dbp: "",
1313
   dbp: "",
1293
   showOne:true,
1314
   showOne:true,
1294
   treatment_plan:"",
1315
   treatment_plan:"",
1295
-
1296
 };
1316
 };
1297
 
1317
 
1298
 export default {
1318
 export default {
1479
       },
1499
       },
1480
       adminUserOptions:[],
1500
       adminUserOptions:[],
1481
       org_id:0,
1501
       org_id:0,
1502
+      liuAddresslist:[]
1482
     };
1503
     };
1483
   },
1504
   },
1484
   components: {
1505
   components: {
1493
     }
1514
     }
1494
   },
1515
   },
1495
   created() {
1516
   created() {
1496
-
1517
+  this.liuAddresslist = getDataConfig('hemodialysis', 'liu_address')
1518
+  console.log("liuAddresslist",this.liuAddresslist)
1497
    this.fetchAllAdminUsers();
1519
    this.fetchAllAdminUsers();
1498
-
1520
+ 
1499
 
1521
 
1500
     if(this.isEdit == true){
1522
     if(this.isEdit == true){
1501
        this.showLapseto = false
1523
        this.showLapseto = false
1508
     // this.rhOptions = this.$store.getters.rh;
1530
     // this.rhOptions = this.$store.getters.rh;
1509
     this.educationOptions = getDataConfig("patient", "education_types");
1531
     this.educationOptions = getDataConfig("patient", "education_types");
1510
     this.professionOptions = getDataConfig("patient", "profession_options");
1532
     this.professionOptions = getDataConfig("patient", "profession_options");
1533
+
1534
+  
1511
     // this.inductionOptions = this.$store.getters.induction_options;
1535
     // this.inductionOptions = this.$store.getters.induction_options;
1512
     this.contagionList = this.$store.getters.contagions;
1536
     this.contagionList = this.$store.getters.contagions;
1513
     this.checkDisease = this.$store.getters.disease;
1537
     this.checkDisease = this.$store.getters.disease;