陈少旭 2 weeks ago
parent
commit
b4313bc3b7
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/xt_pages/Pharmacy/print/patientPrintTwo.vue

+ 6 - 2
src/xt_pages/Pharmacy/print/patientPrintTwo.vue View File

@@ -146,7 +146,11 @@ export default {
146 146
     show: function (val,data,state,times,base,patients,doctors,arr,diagnosis) {
147 147
       this.times = times
148 148
       this.visibility = true;
149
-      console.log("val",val)
149
+      console.log("val111",val)
150
+      console.log("val222",data)
151
+      console.log("val333",base)
152
+      console.log("val4444",patients)
153
+
150 154
       this.tableData = []
151 155
       for(let i =0; i < val.length;i++){
152 156
         if(val[i].Type == 1){
@@ -154,7 +158,7 @@ export default {
154 158
         }
155 159
       }
156 160
       this.Doctor = val[0].Doctor
157
-      this.name = data.Name
161
+      this.name = data.name
158 162
       this.DialysisNo = data.DialysisNo
159 163
       this.patients = patients
160 164
       this.doctors = doctors