Преглед изворни кода

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 пре 1 година
родитељ
комит
e515fa38c1

+ 3 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderFortySeven.vue Прегледај датотеку

@@ -200,13 +200,14 @@
200 200
                         class="under_line"
201 201
                         style="width: 70px; text-align: center"
202 202
                       >
203
-                        {{
203
+                        <!-- {{
204 204
                           patientInfo.total_dialysis +
205 205
                           patientInfo.user_sys_before_count
206 206
                             ? patientInfo.total_dialysis +
207 207
                               patientInfo.user_sys_before_count
208 208
                             : "/"
209
-                        }}
209
+                        }} -->
210
+                        1
210 211
                       </div>
211 212
                     </div>
212 213
                     <div class="inline_block" style="flex: 1">

+ 1 - 1
src/xt_pages/workforce/schedule_print.vue Прегледај датотеку

@@ -322,7 +322,7 @@
322 322
 
323 323
           this.total = resp.data.total
324 324
           var schedules = resp.data.schedules
325
-          console.log(schedules)
325
+          console.log("排班数据233333333333333333333333333333",schedules)
326 326
 
327 327
           for (let index = 0; index < schedules.length; index++) {
328 328
             console.log(index)