Pārlūkot izejas kodu

7月15,费用汇总

yq1 9 mēnešus atpakaļ
vecāks
revīzija
e1575ffe47

+ 3 - 2
src/xt_pages/outpatientCharges/allListPrint.vue Parādīt failu

@@ -226,7 +226,6 @@
226 226
 
227 227
               chrgitm_lvs = [...advice,...good,...project]
228 228
               
229
-              console.log('yyyyyyyyyyyy',chrgitm_lvs);
230 229
               for(let i in this.list){
231 230
                 for(let j in chrgitm_lvs){
232 231
                   if(this.list[i].is_total ==2){
@@ -330,12 +329,14 @@
330 329
                if( details[a].project.type == 2){
331 330
                  obj['name'] = details[a].project.project.project_name
332 331
                  obj['spec'] = ''
332
+                  // obj['spec'] = details[a].project.project.project_name
333 333
                  obj['unit'] = details[a].project.project.unit
334 334
 
335 335
 
336 336
                }else if(details[a].project.type == 3){
337 337
                  obj['name'] = details[a].project.good_info.good_name
338
-                 obj['spec'] = ''
338
+                //  obj['spec'] = ''
339
+                 obj['spec'] = details[a].project.good_info.specification_name
339 340
                  obj['unit'] = details[a].project.good_info.packing_unit
340 341
 
341 342
                }

+ 1 - 4
src/xt_pages/outpatientCharges/allListTemplate/printFour.vue Parādīt failu

@@ -117,7 +117,7 @@ export default {
117 117
 
118 118
     },
119 119
     getPage() {
120
-     
120
+      console.log('bbbbbbbbb',this.list);
121 121
       if (this.list.length <= 27) {
122 122
         this.page = 1
123 123
         this.pageArr.push(this.list.length)
@@ -156,9 +156,6 @@ export default {
156 156
   },
157 157
   created(){
158 158
     this.org_id = this.$store.getters.xt_user.org_id
159
-    console.log('hospital',this.hospital);
160
-    console.log('order',this.order);
161
-    console.log('kkkkkk',this.list);
162 159
   },
163 160
   watch: {
164 161
     list: {