|
@@ -13,10 +13,10 @@
|
13
|
13
|
</template>
|
14
|
14
|
<!-- -->
|
15
|
15
|
<div class='dialysisPage' style="padding-top:40px;">
|
16
|
|
- <printOne v-if="org_id != 10215 && org_id !=9671&&org_id !=9675&& org_id !=10515 && org_id !=10489 && org_id !=10644 && org_id !=0" :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></printOne>
|
|
16
|
+ <printOne v-if="org_id != 10215 && org_id !=9671&&org_id !=9675&& org_id !=10515 && org_id !=10489 && org_id !=10644" :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></printOne>
|
17
|
17
|
<summary-print v-if="org_id == 10215|| org_id ==9671 ||org_id ==9675" :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></summary-print>
|
18
|
18
|
<printTwo v-if="org_id==10515 " :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></printTwo>
|
19
|
|
- <printthree v-if="org_id == 10489 || org_id == 0" :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></printthree>
|
|
19
|
+ <printthree v-if="org_id == 10489" :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></printthree>
|
20
|
20
|
<printFour v-if="org_id == 10644 " :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></printFour>
|
21
|
21
|
<!-- <list-print-two :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></list-print-two>-->
|
22
|
22
|
</div>
|
|
@@ -63,7 +63,7 @@
|
63
|
63
|
methods: {
|
64
|
64
|
getTimes(time) {
|
65
|
65
|
return uParseTime(time, '{y}-{m}-{d} {h}:{i}')
|
66
|
|
- },
|
|
66
|
+ },
|
67
|
67
|
getInfo(order_id) {
|
68
|
68
|
let params = {
|
69
|
69
|
id: order_id
|
|
@@ -147,7 +147,7 @@
|
147
|
147
|
}
|
148
|
148
|
advice.push(adv)
|
149
|
149
|
}
|
150
|
|
-
|
|
150
|
+
|
151
|
151
|
if(order_info[i].project.good_info.good_name !=''){
|
152
|
152
|
const god={
|
153
|
153
|
// advice_name:order_info[i].advice.advice_name,
|
|
@@ -225,7 +225,7 @@
|
225
|
225
|
}
|
226
|
226
|
|
227
|
227
|
chrgitm_lvs = [...advice,...good,...project]
|
228
|
|
-
|
|
228
|
+
|
229
|
229
|
for(let i in this.list){
|
230
|
230
|
for(let j in chrgitm_lvs){
|
231
|
231
|
if(this.list[i].is_total ==2){
|
|
@@ -242,8 +242,8 @@
|
242
|
242
|
}
|
243
|
243
|
}
|
244
|
244
|
})
|
245
|
|
-
|
246
|
|
- },
|
|
245
|
+
|
|
246
|
+ },
|
247
|
247
|
getquchong(arr){
|
248
|
248
|
for(let i=0;i<arr.length;i++){
|
249
|
249
|
for(let j=i+1;j<arr.length;j++){
|
|
@@ -305,6 +305,8 @@
|
305
|
305
|
for (let a = 0; a < details.length; a++) {
|
306
|
306
|
if (new_drug_ids[i].id == details[a].advice.drug_id && new_drug_ids[i].price == details[a].advice.price) {
|
307
|
307
|
obj['name'] = details[a].advice.advice_name
|
|
308
|
+ obj['code'] = details[a].advice.drug.medical_insurance_number
|
|
309
|
+
|
308
|
310
|
// obj['spec'] = details[a].advice.drug.drug_spec
|
309
|
311
|
obj['spec'] = details[a].advice.drug.dose + details[a].advice.drug.dose_unit+"*" + details[a].advice.drug.min_number + details[a].advice.drug.min_unit+"/"+ details[a].advice.drug.max_unit
|
310
|
312
|
obj['unit'] = details[a].advice.prescribing_number_unit
|
|
@@ -329,6 +331,8 @@
|
329
|
331
|
if( details[a].project.type == 2){
|
330
|
332
|
obj['name'] = details[a].project.project.project_name
|
331
|
333
|
obj['spec'] = ''
|
|
334
|
+ obj['code'] = details[a].project.project.medical_code
|
|
335
|
+
|
332
|
336
|
// obj['spec'] = details[a].project.project.project_name
|
333
|
337
|
obj['unit'] = details[a].project.project.unit
|
334
|
338
|
|
|
@@ -336,6 +340,7 @@
|
336
|
340
|
}else if(details[a].project.type == 3){
|
337
|
341
|
obj['name'] = details[a].project.good_info.good_name
|
338
|
342
|
// obj['spec'] = ''
|
|
343
|
+ obj['code'] = details[a].project.good_info.medical_insurance_number
|
339
|
344
|
obj['spec'] = details[a].project.good_info.specification_name
|
340
|
345
|
obj['unit'] = details[a].project.good_info.packing_unit
|
341
|
346
|
|