28169 1 rok temu
rodzic
commit
ef095ad161

+ 1 - 1
src/xt_pages/dialysis/details/dialog/treatmentSummaryDialog.vue Wyświetl plik

@@ -592,7 +592,7 @@ export default {
592 592
         ",透前检查:"+this.predialysis_evaluation.internal_fistula +this.predialysis_evaluation.catheter + str_one +" "+ ",透析器:"+this.prescription.dialyzer_perfusion_apparatus +
593 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 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 597
         console.log("str000000000000000000222o2o2",str)
598 598
         this.treatmentSummary.dialysis_summary = ""

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Wyświetl plik

@@ -3057,13 +3057,13 @@
3057 3057
                       >
3058 3058
                         <span
3059 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 3063
                         </span>
3064 3064
                         <img
3065 3065
                           style="height: 40px"
3066
-                          :src="setAdminUserES(doctor_advices[0].advice_doctor)"
3066
+                          :src="setAdminUserES(prescription.creater)"
3067 3067
                           alt=""
3068 3068
                           srcset=""
3069 3069
                           v-else
@@ -3849,7 +3849,7 @@ export default {
3849 3849
         for (let index = 0; index < this.doctor_advices.length; index++) {
3850 3850
           this.doctor_advices[index]["isShow"] = 2;
3851 3851
         }
3852
-    
3852
+   
3853 3853
         // if (this.doctor_advices.length > 0) {
3854 3854
         //   var group = this.newAdviceGroupObject()
3855 3855
         //   var initGroupBlock = function(group, advice) {

+ 1 - 1
src/xt_pages/hospitalStation/treatTemplate/printOne.vue Wyświetl plik

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

+ 80 - 0
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Wyświetl plik

@@ -220,6 +220,15 @@
220 220
                                     type="primary"
221 221
                                 >预结算
222 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 232
                                 <el-button
224 233
                                     v-if="items.curPrescriptions.order.order_status == 1 && hisPatientInfo.balance_accounts_type != 2 && org_id != 10340"
225 234
                                     size="small"
@@ -227,6 +236,9 @@
227 236
                                     type="primary"
228 237
                                 >撤销明细
229 238
                                 </el-button>
239
+
240
+
241
+
230 242
                                 <!--<div>{{ items.curPrescriptions.order.order_status}}</div>-->
231 243
                                 <!--<div>{{ items.prescriptions[0].order.order_status}}</div>-->
232 244
                                 <el-button v-loading="loadingtwo"
@@ -3763,6 +3775,74 @@ export default {
3763 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 3848
      getName(admin_user_id) {

+ 1 - 1
src/xt_pages/outpatientDoctorStation/treatTemplate/printOne.vue Wyświetl plik

@@ -11,7 +11,7 @@
11 11
                     <span>其他</span>
12 12
                 </div>
13 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 15
             </div>
16 16
 
17 17
             <div class="printTitle">{{orgname}}</div>

+ 2 - 2
src/xt_pages/stock/stockInOrderAdd.vue Wyświetl plik

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

+ 2 - 2
src/xt_pages/stock/stockInOrderEdit.vue Wyświetl plik

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

+ 1 - 1
src/xt_pages/stock/stockOutOrderAdd.vue Wyświetl plik

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

+ 1 - 1
src/xt_pages/stock/stockOutOrderEdit.vue Wyświetl plik

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

+ 44 - 20
src/xt_pages/user/components/PatientForm.vue Wyświetl plik

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