浏览代码

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 年前
父节点
当前提交
f4cd9356fa
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail.vue

+ 4 - 2
src/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail.vue 查看文件

@@ -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) {