Просмотр исходного кода

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

yq1 1 год назад
Родитель
Сommit
5dca67ba09

+ 9 - 1
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue Просмотреть файл

@@ -988,8 +988,16 @@ export default {
988 988
       }
989 989
     },
990 990
     'form.weight_after': function() {
991
-      if (this) {
991
+      console.log('体重减少',  this.form.weight_after)
992
+      this.form.weight_loss = ((this.predialysis_evaluation.weight_before - this.predialysis_evaluation.additional_weight) - (this.form.weight_after - this.form.additional_weight)).toFixed(1)
993
+    
994
+      if (this.form.weight_loss < 0) {
995
+        this.form.weight_loss = ''
992 996
       }
997
+      if (this.form.weight_after == '') {
998
+        this.form.weight_loss = ''
999
+      }
1000
+      
993 1001
     }
994 1002
   },
995 1003
   methods: {

+ 3 - 2
src/xt_pages/dialysis/details/dialog/adviceDialog/AddGroupAdvice.vue Просмотреть файл

@@ -1630,7 +1630,8 @@ export default {
1630 1630
           }
1631 1631
       }
1632 1632
 
1633
-      if(this.$store.getters.xt_user.org.id == 10580 || this.$store.getters.xt_user.org.id == 10585){
1633
+      if(this.$store.getters.xt_user.org.id == 10580){
1634
+        var date = new Date()
1634 1635
         var year = date.getFullYear()
1635 1636
           var month = date.getMonth() + 1
1636 1637
           var day = date.getDate()
@@ -1748,7 +1749,7 @@ export default {
1748 1749
           }
1749 1750
       }
1750 1751
 
1751
-      if(this.$store.getters.xt_user.org.id == 10579){
1752
+      if(this.$store.getters.xt_user.org.id == 10579  || this.$store.getters.xt_user.org.id == 10585){
1752 1753
         var date = new Date()
1753 1754
           var year = date.getFullYear()
1754 1755
           var month = date.getMonth() + 1

+ 12 - 1
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue Просмотреть файл

@@ -1569,7 +1569,18 @@
1569 1569
          console.log("params",ParamsQuery)
1570 1570
          this.$refs.assessmentBeforeDislysis.validate((valid) => {
1571 1571
           if (valid) {
1572
-            ParamsQuery['patient'] = this.patient.id
1572
+           
1573
+            // if(this.patient.id == 'NaN' || this.patient.id ==0){
1574
+
1575
+            //   ParamsQuery['patient'] = parseInt(this.$route.query.patient_id) 
1576
+            // }
1577
+            // if(this.$route.query.patient_id == 'NaN' || this.$route.query.patient_id == 0 ){
1578
+
1579
+            //    ParamsQuery['patient'] = this.patient.id
1580
+            // }
1581
+       
1582
+        ParamsQuery['patient'] = this.patient.id
1583
+        
1573 1584
         ParamsQuery['record_date'] = this.record_date
1574 1585
         ParamsQuery['mode'] = '1'
1575 1586
 

+ 7 - 0
src/xt_pages/outpatientCharges/chargeDetailManagement.vue Просмотреть файл

@@ -985,12 +985,16 @@ export default {
985 985
               obj['statistical_classification'] = ''
986 986
               obj['medical_code'] = project_month_prescriptions.project[a].project.medical_code
987 987
               obj['project_name'] = project_month_prescriptions.project[a].project.project_name
988
+              obj['project'] = project_month_prescriptions.project[a].project
989
+
988 990
               obj['type'] = 2
989 991
 
990 992
             } else if (project_month_prescriptions.project[a].type == 3) {
991 993
               obj['statistical_classification'] = ''
992 994
               obj['medical_code'] = project_month_prescriptions.project[a].good_info.medical_insurance_number
993 995
               obj['project_name'] = project_month_prescriptions.project[a].good_info.good_name
996
+              obj['good_info'] = project_month_prescriptions.project[a].good_info
997
+
994 998
               obj['type'] = 3
995 999
 
996 1000
             }
@@ -1308,6 +1312,8 @@ export default {
1308 1312
                 obj['statistical_classification'] = prescription.project[b].team.project_team
1309 1313
                 obj['medical_code'] = prescription.project[b].project.medical_code
1310 1314
                 obj['project_name'] = prescription.project[b].project.project_name
1315
+                obj['project'] = prescription.project[b].project
1316
+
1311 1317
                 obj['spec'] = ''
1312 1318
                 obj['name_id'] = 0
1313 1319
 
@@ -1317,6 +1323,7 @@ export default {
1317 1323
                 obj['project_name'] = prescription.project[b].good_info.good_name
1318 1324
                 obj['spec'] = prescription.project[b].good_info.specification_name
1319 1325
                 obj['name_id'] = prescription.project[b].good_info.manufacturer
1326
+                obj['good_info'] = prescription.project[b].good_info
1320 1327
 
1321 1328
               }
1322 1329
 

+ 7 - 1
src/xt_pages/outpatientCharges/componenttwo/chargeMonthPrescriptionTable.vue Просмотреть файл

@@ -58,7 +58,12 @@
58 58
               :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
59 59
       <el-table-column align="center" type="index" width="40" label="序号"></el-table-column>
60 60
       <el-table-column align="center" prop="project_name" label="名称">
61
-        <template slot-scope="scope">{{ scope.row.project_name }}</template>
61
+<!--        <template slot-scope="scope">{{ scope.row.project_name }}</template>-->
62
+        <template slot-scope="scope">
63
+          <span :title="scope.row.project_name" v-if="org_id != 10206">{{ scope.row.project_name }}</span>
64
+          <span  v-if="org_id == 10206&&scope.row.type==3">{{ scope.row.project_name }}{{scope.row.good_info.specification_name}}{{scope.row.good_info.good_number}}</span>
65
+          <span v-if="org_id == 10206&&scope.row.type==2">{{ scope.row.project_name }}</span>
66
+        </template>
62 67
       </el-table-column>
63 68
       <el-table-column align="center" prop="statistical_classification" width="100" label="组">
64 69
         <template slot-scope="scope">{{getGroup(scope.row.statistical_classification)}}</template>
@@ -127,6 +132,7 @@
127 132
     },
128 133
     data() {
129 134
       return {
135
+        org_id:this.$store.getters.xt_user.org_id,
130 136
         drugways: [],
131 137
         efs: []
132 138
       }

+ 6 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue Просмотреть файл

@@ -143,7 +143,11 @@
143 143
                   :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
144 144
             <el-table-column align="center" type="index" width="40" label="序号" fixed></el-table-column>
145 145
             <el-table-column align="center" prop="project_name" label="名称" fixed>
146
-                <template slot-scope="scope"><span :title="scope.row.project_name">{{ scope.row.project_name }}</span>
146
+                <template slot-scope="scope">
147
+                  <span :title="scope.row.project_name" v-if="org_id != 10206">{{ scope.row.project_name }}</span>
148
+                  <span  v-if="org_id == 10206&&scope.row.type==3">{{ scope.row.project_name }}{{scope.row.good_info.specification_name}}{{scope.row.good_info.good_number}}</span>
149
+                  <span v-if="org_id == 10206&&scope.row.type==2">{{ scope.row.project_name }}</span>
150
+
147 151
                 </template>
148 152
             </el-table-column>
149 153
             <el-table-column align="center" prop="statistical_classification" width="100" label="组">
@@ -266,6 +270,7 @@
266 270
 
267 271
     data() {
268 272
       return {
273
+        org_id:this.$store.getters.xt_user.org_id,
269 274
         advices: [],
270 275
         tableData: [],
271 276
         newoptions: [{

+ 19 - 14
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Просмотреть файл

@@ -115,6 +115,7 @@
115 115
 
116 116
           </el-tabs>
117 117
           <div class="mainCell fixedCell" style="float:right" v-if="titleType == '电子处方'">
118
+            <el-button v-if="org_id == 10206" size="small" ref="button_three" @click="open_four()" type="primary">刷新库存</el-button>
118 119
             <el-button size="small" ref="button_one" @click="open(1)" type="primary"
119 120
                        v-loading="saveLoading">保存
120 121
             </el-button>
@@ -190,7 +191,7 @@
190 191
         <dialysis-index v-if="titleType == '透析记录'" :record_date="record_date" :patientid='patientid'
191 192
                         :dialysisShow="dialysisShow"></dialysis-index>
192 193
 
193
-        <dialysishistory v-if="titleType == '透析历史'" :patientid='patientid'></dialysishistory>  
194
+        <dialysishistory v-if="titleType == '透析历史'" :patientid='patientid'></dialysishistory>
194 195
       </div>
195 196
 
196 197
     </div>
@@ -644,6 +645,10 @@ export default {
644 645
   },
645 646
 
646 647
   methods: {
648
+    open_four(){
649
+      this.$refs.prescriptions.getZuobiaoGoodStock()
650
+      this.$refs.prescriptions.getZuobiaoDrugStock()
651
+    },
647 652
     getSunziValue(val) {
648 653
       //  this.drugs=[]
649 654
       this.getInitData()
@@ -1855,7 +1860,7 @@ export default {
1855 1860
                     }
1856 1861
                   } else if (this.schedule.schedule_type == 2) {
1857 1862
                      if(this.org_id == 10206  || this.org_id == 0 ){
1858
-                      preTime = this.record_date + ' ' + '10:00'
1863
+                      preTime = this.record_date + ' ' + '10:30'
1859 1864
                     }else{
1860 1865
                      preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
1861 1866
                    }
@@ -2089,7 +2094,7 @@ export default {
2089 2094
             }
2090 2095
           }
2091 2096
           console.log('~~~~~00000222222', this.prescriptions)
2092
-          // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2097
+          this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2093 2098
         }
2094 2099
       })
2095 2100
 
@@ -2360,7 +2365,7 @@ export default {
2360 2365
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2361 2366
                         } else if (this.schedule.schedule_type == 2) {
2362 2367
                           if(this.org_id == 10206  || this.org_id == 0){
2363
-                            preTime = this.record_date + ' ' + '10:00'
2368
+                            preTime = this.record_date + ' ' + '10:30'
2364 2369
                           }else{
2365 2370
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2366 2371
                           }
@@ -2531,7 +2536,7 @@ export default {
2531 2536
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2532 2537
                         } else if (this.schedule.schedule_type == 2) {
2533 2538
                           if(this.org_id == 10206  || this.org_id == 0){
2534
-                            preTime =this.record_date + ' ' + '10:00'
2539
+                            preTime =this.record_date + ' ' + '10:30'
2535 2540
                           }else{
2536 2541
 
2537 2542
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
@@ -2709,7 +2714,7 @@ export default {
2709 2714
                     //   }
2710 2715
                   }
2711 2716
                 }
2712
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2717
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2713 2718
                 this.$refs.child.watchSign = 0
2714 2719
               }
2715 2720
             })
@@ -3244,7 +3249,7 @@ export default {
3244 3249
                     // }
3245 3250
                   }
3246 3251
                 }
3247
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3252
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3248 3253
                 this.$refs.child.watchSign = 0
3249 3254
               }
3250 3255
             })
@@ -3767,7 +3772,7 @@ export default {
3767 3772
                   // }
3768 3773
                 }
3769 3774
               }
3770
-              // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3775
+              this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3771 3776
               this.$refs.child.watchSign = 0
3772 3777
             }
3773 3778
           })
@@ -4080,7 +4085,7 @@ export default {
4080 4085
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4081 4086
                         } else if (this.schedule.schedule_type == 2) {
4082 4087
                           if(this.org_id == 10206  || this.org_id == 0){
4083
-                            preTime = this.record_date + ' ' + '10:00'
4088
+                            preTime = this.record_date + ' ' + '10:30'
4084 4089
 
4085 4090
                           }else {
4086 4091
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
@@ -4250,7 +4255,7 @@ export default {
4250 4255
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4251 4256
                         } else if (this.schedule.schedule_type == 2) {
4252 4257
                           if(this.org_id == 10206  || this.org_id == 0){
4253
-                            preTime = this.record_date + ' ' + '10:00'
4258
+                            preTime = this.record_date + ' ' + '10:30'
4254 4259
                           }else{
4255 4260
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4256 4261
                           }
@@ -4432,7 +4437,7 @@ export default {
4432 4437
                     // }
4433 4438
                   }
4434 4439
                 }
4435
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
4440
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
4436 4441
               }
4437 4442
             })
4438 4443
 
@@ -4762,7 +4767,7 @@ export default {
4762 4767
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4763 4768
                         } else if (this.schedule.schedule_type == 2) {
4764 4769
                           if(this.org_id == 10206  || this.org_id == 0){
4765
-                            preTime =this.record_date + ' ' + '10:00'
4770
+                            preTime =this.record_date + ' ' + '10:30'
4766 4771
                           }else{
4767 4772
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4768 4773
 
@@ -4933,7 +4938,7 @@ export default {
4933 4938
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4934 4939
                         } else if (this.schedule.schedule_type == 2) {
4935 4940
                           if(this.org_id == 10206 ||  this.org_id == 0){
4936
-                            preTime = this.record_date + ' ' + '10:00'
4941
+                            preTime = this.record_date + ' ' + '10:30'
4937 4942
 
4938 4943
                           }else{
4939 4944
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
@@ -5003,7 +5008,7 @@ export default {
5003 5008
 
5004 5009
                   }
5005 5010
                 }
5006
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
5011
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
5007 5012
               }
5008 5013
             })
5009 5014
           } else {