瀏覽代碼

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
                   remark: '',
1518
                   remark: '',
1519
                   medical_code: temp2[b].medical_code,
1519
                   medical_code: temp2[b].medical_code,
1520
                   unit: temp2[b].unit,
1520
                   unit: temp2[b].unit,
1521
-                  type: temp2[b].type
1521
+                  type: temp2[b].type,
1522
+                  project:temp2[b],
1522
                 }
1523
                 }
1523
                 if (obj.total == 0 || obj.total == undefined) {
1524
                 if (obj.total == 0 || obj.total == undefined) {
1524
                   obj.total = 1
1525
                   obj.total = 1
1607
                     remark: prescription.project[b].remark,
1608
                     remark: prescription.project[b].remark,
1608
                     medical_code: prescription.project[b].project.medical_code,
1609
                     medical_code: prescription.project[b].project.medical_code,
1609
                     unit: prescription.project[b].project.unit,
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
                   if (prescription.project[b].type == 2) {
1615
                   if (prescription.project[b].type == 2) {