yq1 1 year ago
parent
commit
5b92998133

+ 0 - 1
src/xt_pages/outpatientCharges/chargeDetailManagement.vue View File

559
             this.patientTableData = arr2
559
             this.patientTableData = arr2
560
 
560
 
561
             break
561
             break
562
-
563
         }
562
         }
564
       }
563
       }
565
 
564
 

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

2768
         this.patientTableData = arr
2768
         this.patientTableData = arr
2769
 
2769
 
2770
       }
2770
       }
2771
-
2772
     },
2771
     },
2773
     tabclickEventTwo(val) {
2772
     tabclickEventTwo(val) {
2774
       for (let b = 0; b < this.big_month_prescriptions.length; b++) {
2773
       for (let b = 0; b < this.big_month_prescriptions.length; b++) {

+ 0 - 1
src/xt_pages/outpatientCharges/summary.vue View File

3861
       })
3861
       })
3862
     },
3862
     },
3863
     searchAction() {
3863
     searchAction() {
3864
-      console.log('22222',this.keywords);
3865
       this.page = 1
3864
       this.page = 1
3866
       const tableData = this.tableData
3865
       const tableData = this.tableData
3867
       if (this.keywords.length == 0) {
3866
       if (this.keywords.length == 0) {

+ 0 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

469
               </el-tabs>
469
               </el-tabs>
470
               <template>
470
               <template>
471
 
471
 
472
-
473
                   <div class="comfirmBox">
472
                   <div class="comfirmBox">
474
                       <!-- <div>
473
                       <!-- <div>
475
                         <span>药品类型:</span>
474
                         <span>药品类型:</span>

+ 1 - 1
src/xt_pages/outpatientDoctorStation/prescriptionTemplate.vue View File

257
         }
257
         }
258
       });
258
       });
259
     },
259
     },
260
+    // 数据源
260
     getList(id) {
261
     getList(id) {
261
       getPatientListTwenty().then((response) => {
262
       getPatientListTwenty().then((response) => {
262
         if (response.data.state == 1) {
263
         if (response.data.state == 1) {
263
-          console.log('uuuuuuu',response.data.data);
264
           this.data = response.data.data.list;
264
           this.data = response.data.data.list;
265
           this.all_data = response.data.data.list;
265
           this.all_data = response.data.data.list;
266
           let index = null;
266
           let index = null;