see999 3 년 전
부모
커밋
68bcd08ece
1개의 변경된 파일18개의 추가작업 그리고 17개의 파일을 삭제
  1. 18 17
      src/xt_pages/outpatientCharges/listTemplate/printTwo.vue

+ 18 - 17
src/xt_pages/outpatientCharges/listTemplate/printTwo.vue 파일 보기

158
         }
158
         }
159
     },
159
     },
160
     created(){
160
     created(){
161
-        let obj = {
162
-            检查费:[{name:1,age:2},{name:'张三',age:41}],
163
-            床位费:[{name:3,age:4}],
164
-            检验费:[{name:5,age:6}],
165
-        }
166
-        this.obj = obj
167
-        console.log(1111,Object.values(obj))
161
+        // let obj = {
162
+        //     检查费:[{name:1,age:2},{name:'张三',age:41}],
163
+        //     床位费:[{name:3,age:4}],
164
+        //     检验费:[{name:5,age:6}],
165
+        // }
166
+        // this.obj = obj
167
+        // console.log(1111,Object.values(obj))
168
         // obj.map(item => {
168
         // obj.map(item => {
169
         //     console.log(111,item)
169
         //     console.log(111,item)
170
 
170
 
203
         "order_infos.order_infos":{
203
         "order_infos.order_infos":{
204
             handler(newVal){
204
             handler(newVal){
205
                 let obj = {
205
                 let obj = {
206
-                    'item.med_chrgitm_type01':[],
207
-                    'item.med_chrgitm_type03':[],
208
-                    'item.med_chrgitm_type04':[],
209
-                    'item.med_chrgitm_type05':[],
210
-                    'item.med_chrgitm_type06':[],
211
-                    'item.med_chrgitm_type08':[],
212
-                    'item.med_chrgitm_type09':[],
213
-                    'item.med_chrgitm_type11':[],
214
-                    'item.med_chrgitm_type14':[],
206
+                    'med_chrgitm_type01':[],
207
+                    'med_chrgitm_type03':[],
208
+                    'med_chrgitm_type04':[],
209
+                    'med_chrgitm_type05':[],
210
+                    'med_chrgitm_type06':[],
211
+                    'med_chrgitm_type08':[],
212
+                    'med_chrgitm_type09':[],
213
+                    'med_chrgitm_type11':[],
214
+                    'med_chrgitm_type14':[],
215
                 }
215
                 }
216
                 newVal.map(item => {
216
                 newVal.map(item => {
217
                     
217
                     
237
                     
237
                     
238
                 })
238
                 })
239
                 this.obj = obj
239
                 this.obj = obj
240
-            }
240
+            },
241
+            deep:true
241
         }
242
         }
242
     }
243
     }
243
 }
244
 }