Sfoglia il codice sorgente

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

csx 4 anni fa
parent
commit
67dda7bb1d

+ 4 - 0
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue Vedi File

@@ -109,6 +109,10 @@
109 109
                   that.info['patient_name'] = response.data.data.patient_name
110 110
                   that.info['doctor_code'] = response.data.data.doctor_code
111 111
                   that.info['doctor_name'] = response.data.data.doctor_name
112
+                  that.info['health_card_no'] = response.data.data.health_card_no
113
+                  that.info['order_number'] = response.data.data.order_number
114
+
115
+
112 116
 
113 117
                   that.info['org_name'] = that.$store.getters.xt_user.org.org_name
114 118
                   console.log("~~~~" + that.info)

+ 2 - 2
src/xt_pages/outpatientCharges/newTreatTemplate/printOne.vue Vedi File

@@ -9,9 +9,9 @@
9 9
                     <div class="infoP">医生工号:{{info.doctor_code}}</div>
10 10
                     <div class="infoP">门诊流水号:{{info.transBody.akc190}}</div>
11 11
                     <div class="infoP">科别: 全科</div>
12
-                    <div class="infoP">处方单据号:</div>
12
+                    <div class="infoP">处方单据号:{{info.order_number}}</div>
13 13
                     <div class="infoP">姓名:{{info.patient_name}}</div>
14
-                    <div class="infoP">医疗账号:</div>
14
+                    <div class="infoP">医疗账号:{{info.health_card_no}}</div>
15 15
                     <div class="infoP">医疗类别:普通</div>
16 16
                 </div>
17 17
                 <div class="chargeBox">