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

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 лет назад
Родитель
Сommit
2b8b082f0d

+ 8 - 0
src/api/his/his.js Просмотреть файл

@@ -554,5 +554,13 @@ export function getMonthHisPateintInfo(params) {
554 554
 
555 555
 
556 556
 
557
+export function getAllOrders(params) {
558
+  return request({
559
+    url: "/api/orders",
560
+    method: "get",
561
+    params:params,
562
+  });
563
+}
564
+
557 565
 
558 566
 

+ 2 - 2
src/api/project/project.js Просмотреть файл

@@ -454,10 +454,10 @@ export function getAllDePartmentList(params){
454 454
   })
455 455
 }
456 456
 
457
-export function getPrescriptionList(id,p_type){
457
+export function getPrescriptionList(id,p_type,record_date){
458 458
 
459 459
   return request({
460
-    url:"/api/hispatient/getprescription?patient_id="+id+"&p_type="+p_type,
460
+    url:"/api/hispatient/getprescription?patient_id="+id+"&p_type="+p_type+"&record_date="+record_date,
461 461
     method:"Get",
462 462
   })
463 463
 }

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

@@ -433,7 +433,7 @@
433 433
       },
434 434
       openPrint() {
435 435
         // this.centerDialogVisible = true
436
-        this.getPrescriptionList(this.patientInfo.id)
436
+        this.getPrescriptionList(this.patientInfo.id, this.record_date)
437 437
       },
438 438
       allCheck() {
439 439
         this.$refs.multipleTable1.toggleAllSelection()
@@ -4178,7 +4178,7 @@
4178 4178
           this.$refs.prescriptions.open(1, this.saveLoading)
4179 4179
         } else if (index == 2) {
4180 4180
 
4181
-          this.getPrescriptionList(this.patientInfo.id, 1)
4181
+          this.getPrescriptionList(this.patientInfo.id,this.record_date, 1)
4182 4182
           // this.$router.push("/outpatientDoctorStation/print?record="+this.record_date+"&prescription_id="+this.prescription_id)
4183 4183
         } else if (index == 3) {
4184 4184
           this.$refs.prescriptions.open(3)
@@ -4186,11 +4186,11 @@
4186 4186
           this.$refs.prescriptions.open(4)
4187 4187
         } else if (index == 6) {
4188 4188
           // this.$router.push("/outpatientDoctorStation/treatPrint?record="+this.record_date+"&prescription_id="+this.prescription_id)
4189
-          this.getPrescriptionList(this.patientInfo.id, 2)
4189
+          this.getPrescriptionList(this.patientInfo.id,this.record_date, 2)
4190 4190
           // this.$router.push("/outpatientDoctorStation/treatPrint?record="+this.record_date+"&prescription_id="+this.prescription_id)
4191 4191
 
4192 4192
         } else if (index == 20) {
4193
-          this.getPrescriptionList(this.patientInfo.id, 2, 3)
4193
+          this.getPrescriptionList(this.patientInfo.id,this.record_date, 2, 3)
4194 4194
         }
4195 4195
 
4196 4196
       },
@@ -4229,8 +4229,8 @@
4229 4229
         this.prescription_id = data
4230 4230
       },
4231 4231
 
4232
-      getPrescriptionList(id, type, checkType) {
4233
-        getPrescriptionList(id, 2).then(response => {
4232
+      getPrescriptionList(id,record_date, type, checkType) {
4233
+        getPrescriptionList(id, 2,record_date).then(response => {
4234 4234
           if (response.data.state == 1) {
4235 4235
             if (checkType != 3) {
4236 4236
               this.centerDialogVisible = true