Browse Source

518合并代码

XMLWAN 3 years ago
parent
commit
dbc81fa6ff
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/xt_pages/outpatientCharges/allListPrint.vue

+ 4 - 4
src/xt_pages/outpatientCharges/allListPrint.vue View File

193
         let new_project_ids = this.unique(project_ids)
193
         let new_project_ids = this.unique(project_ids)
194
         let list = []
194
         let list = []
195
 
195
 
196
-        console.log('ids')
197
-        console.log(new_drug_ids)
198
-        console.log(new_project_ids)
199
-        console.log('ids')
196
+        // console.log('ids')
197
+        // console.log(new_drug_ids)
198
+        // console.log(new_project_ids)
199
+        // console.log('ids')
200
 
200
 
201
         if (new_drug_ids.length > 0 && new_project_ids.length == 0) {
201
         if (new_drug_ids.length > 0 && new_project_ids.length == 0) {
202
           for (let i = 0; i < new_drug_ids.length; i++) {
202
           for (let i = 0; i < new_drug_ids.length; i++) {