|
@@ -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 {
|