|
@@ -1518,7 +1518,8 @@
|
1518
|
1518
|
remark: '',
|
1519
|
1519
|
medical_code: temp2[b].medical_code,
|
1520
|
1520
|
unit: temp2[b].unit,
|
1521
|
|
- type: temp2[b].type
|
|
1521
|
+ type: temp2[b].type,
|
|
1522
|
+ project:temp2[b],
|
1522
|
1523
|
}
|
1523
|
1524
|
if (obj.total == 0 || obj.total == undefined) {
|
1524
|
1525
|
obj.total = 1
|
|
@@ -1607,7 +1608,8 @@
|
1607
|
1608
|
remark: prescription.project[b].remark,
|
1608
|
1609
|
medical_code: prescription.project[b].project.medical_code,
|
1609
|
1610
|
unit: prescription.project[b].project.unit,
|
1610
|
|
- type: prescription.project[b].type
|
|
1611
|
+ type: prescription.project[b].type,
|
|
1612
|
+ project:prescription.project[b].project
|
1611
|
1613
|
}
|
1612
|
1614
|
|
1613
|
1615
|
if (prescription.project[b].type == 2) {
|