Browse Source

合并带嘛

csx 2 years ago
parent
commit
9241850b2b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/xt_pages/outpatientCharges/listPrint.vue

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

129
                   obj.sort = 99
129
                   obj.sort = 99
130
                 } else if(med_chrgitm_types[i] == '05'){
130
                 } else if(med_chrgitm_types[i] == '05'){
131
                   obj.sort = 98
131
                   obj.sort = 98
132
-                } else if(med_chrgitm_types[i] == '03'){
132
+                } else if(med_chrgitm_types[i] == '08'){
133
                   obj.sort = 97
133
                   obj.sort = 97
134
+                }else if(med_chrgitm_types[i] == '03'){
135
+                  obj.sort = 96
134
                 }
136
                 }
135
 
137
 
136
-
137
-
138
                 let tempDetails = []
138
                 let tempDetails = []
139
                 for (let b = 0; b < response.data.data.order_info.length; b++) {
139
                 for (let b = 0; b < response.data.data.order_info.length; b++) {
140
                   if (med_chrgitm_types[i] == response.data.data.order_info[b].med_chrgitm_type) {
140
                   if (med_chrgitm_types[i] == response.data.data.order_info[b].med_chrgitm_type) {
152
               }
152
               }
153
 
153
 
154
               this.list.sort((a,b) => a.sort < b.sort ? 1 : a.sort > b.sort ? -1 : 0)
154
               this.list.sort((a,b) => a.sort < b.sort ? 1 : a.sort > b.sort ? -1 : 0)
155
-              console.log(  this.list)
155
+              console.log(this.list)
156
 
156
 
157
             }else{
157
             }else{
158
               this.order = response.data.data.order
158
               this.order = response.data.data.order