yq1 1 year ago
parent
commit
5b92998133

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

@@ -559,7 +559,6 @@ export default {
559 559
             this.patientTableData = arr2
560 560
 
561 561
             break
562
-
563 562
         }
564 563
       }
565 564
 

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

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

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

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

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

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

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

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