Browse Source

hah阿凡达

28169 3 weeks ago
parent
commit
2d8603e628

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_eightyfour.vue View File

325
                       <td>{{ advice[0].delivery_way }}</td>
325
                       <td>{{ advice[0].delivery_way }}</td>
326
                       <td>{{ getTime(advice[0].execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
326
                       <td>{{ getTime(advice[0].execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
327
                       <td style="height:30px;line-height:30px">
327
                       <td style="height:30px;line-height:30px">
328
-                        徐华
328
+                        <span v-if="advice[0].start_time>0">徐华</span>
329
                         <!-- <span v-if="advice[0].start_time>0">杨能华/</span>
329
                         <!-- <span v-if="advice[0].start_time>0">杨能华/</span>
330
                         <span v-if="setAdminUserES(advice[0],'advice_doctor') == ''">
330
                         <span v-if="setAdminUserES(advice[0],'advice_doctor') == ''">
331
                           {{ getAdminUser(advice[0],'advice_doctor')}}
331
                           {{ getAdminUser(advice[0],'advice_doctor')}}

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrdereightyfour.vue View File

278
                 <td>{{ advice.delivery_way }}</td>
278
                 <td>{{ advice.delivery_way }}</td>
279
                 <td>{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
279
                 <td>{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
280
                 <td style="height:30px;line-height:30px">
280
                 <td style="height:30px;line-height:30px">
281
-                  徐华
281
+                  <span v-if="advice.start_time>0">徐华</span>
282
                   <!-- <span v-if="advice.start_time>0">徐华/</span>
282
                   <!-- <span v-if="advice.start_time>0">徐华/</span>
283
                   <span v-if="setAdminUserES(advice.advice_doctor) == ''">
283
                   <span v-if="setAdminUserES(advice.advice_doctor) == ''">
284
                     {{ getAdminUser(advice.advice_doctor)}}
284
                     {{ getAdminUser(advice.advice_doctor)}}