yq1 1 year ago
parent
commit
611af6f82a

+ 3 - 3
src/xt_pages/dialysis/batch_print/batch_print_order_seventy.vue View File

1464
                           <td style="font-size: 16px" width="10%">
1464
                           <td style="font-size: 16px" width="10%">
1465
                             执行人签名
1465
                             执行人签名
1466
                           </td>
1466
                           </td>
1467
-
1467
+                          <td style="font-size: 16px" width="10%">时间</td>
1468
                         </tr>
1468
                         </tr>
1469
                         <!-- <template v-for="group in doctor_advices" > -->
1469
                         <!-- <template v-for="group in doctor_advices" > -->
1470
                         <template v-if="record.advices">
1470
                         <template v-if="record.advices">
1567
                                 getTime(advice.execution_time, " {h}:{i}")
1567
                                 getTime(advice.execution_time, " {h}:{i}")
1568
                               }}</span>
1568
                               }}</span>
1569
                             </td>
1569
                             </td>
1570
-                            <td height="35px">
1570
+                            <!-- <td height="35px">
1571
                               <span
1571
                               <span
1572
                                 v-if="
1572
                                 v-if="
1573
                                   setAdminUserES(
1573
                                   setAdminUserES(
1589
                                 v-else
1589
                                 v-else
1590
                                 style="height: 40px"
1590
                                 style="height: 40px"
1591
                               />
1591
                               />
1592
-                            </td>
1592
+                            </td> -->
1593
                           </tr>
1593
                           </tr>
1594
                         </template>
1594
                         </template>
1595
                       </tbody>
1595
                       </tbody>

+ 0 - 98
src/xt_pages/dialysis/template/DialysisPrintOrderSeventy.vue View File

1466
                         <td style="font-size: 16px" width="10%">时间</td>
1466
                         <td style="font-size: 16px" width="10%">时间</td>
1467
                         <td style="font-size: 16px" width="10%">执行人签名</td>
1467
                         <td style="font-size: 16px" width="10%">执行人签名</td>
1468
 
1468
 
1469
-                        <td
1470
-                          style="font-size: 16px"
1471
-                          width="10%"
1472
-                          v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375"
1473
-                        >
1474
-                          核对护士
1475
-                        </td>
1476
                       </tr>
1469
                       </tr>
1477
                       <!-- <template v-for="group in doctor_advices" > -->
1470
                       <!-- <template v-for="group in doctor_advices" > -->
1478
 
1471
 
1566
                           </span>
1559
                           </span>
1567
                         </td>
1560
                         </td>
1568
 
1561
 
1569
-                        <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375">
1570
-                          <span v-if="advice!=null && advice.checker>0">
1571
-                            <span v-if="setAdminUserES(advice.checker) == ''">{{ getAdminUser(advice.checker)}}</span>
1572
-                            <img
1573
-                              style="height: 30px"
1574
-                              :src="setAdminUserES(advice.checker)"
1575
-                              alt=""
1576
-                              srcset=""
1577
-                              v-else
1578
-                            />
1579
-                        </span>
1580
-                        </td>
1581
                       </tr>
1562
                       </tr>
1582
                       <!-- </template> -->
1563
                       <!-- </template> -->
1583
 
1564
 
1584
-
1585
-                      <tr
1586
-                      v-if="org_id == 0 || org_id ==10206"
1587
-                      v-for="(advice, advice_index) in projectsOne"
1588
-                      :key="advice_index"
1589
-                    >
1590
-                      <td height="32px;padding:1px 1px" width="10%">
1591
-                        <span v-if="advice.start_time">
1592
-                          {{ getTime(advice.start_time, "{h}:{i}") }}
1593
-                        </span>
1594
-                      </td>
1595
-                        <td
1596
-                        colspan="2"
1597
-                        class="advice-name"
1598
-                        style="
1599
-                          letter-spacing: 5px;
1600
-                          text-align: center;
1601
-                          font-weight: 520;
1602
-                          font-size: 14px;
1603
-                          padding: 0px 8px;
1604
-                          line-height: 30px;
1605
-                          width: 200px;
1606
-
1607
-                        "
1608
-                        >
1609
-                          <span v-if="advice.type == 2"> {{advice && advice.project? advice.project.project_name: ""}} {{ advice.count }} {{ advice.unit }}</span>
1610
-                          <span v-if="advice.type == 3"> {{advice && advice.good_info? advice.good_info.good_name: ""}} {{ advice.count }} {{ advice.unit }}</span>
1611
-                        </td>
1612
-                      <td height="32px">
1613
-                        <span
1614
-                          v-if="setAdminUserES(advice.doctor) == ''"
1615
-                          >{{ getAdminUser(advice.doctor) }}</span
1616
-                        >
1617
-                        <img
1618
-                          style="height: 30px"
1619
-                          :src="setAdminUserES(advice.doctor)"
1620
-                          alt=""
1621
-                          srcset=""
1622
-                          v-else
1623
-                        />
1624
-                      </td>
1625
-                      <td height="32px">
1626
-                        <span
1627
-                          v-if="
1628
-                            setAdminUserES(advice.execution_staff) == ''
1629
-                          "
1630
-                          >{{
1631
-                            getAdminUser(advice.execution_staff)
1632
-                          }}</span
1633
-                        >
1634
-                        <img
1635
-                          style="height: 30px"
1636
-                          :src="setAdminUserES(advice.execution_staff)"
1637
-                          alt=""
1638
-                          srcset=""
1639
-                          v-else
1640
-                        />
1641
-                      </td>
1642
-                        <td height="32px">
1643
-                          <span v-if="advice.execution_time">{{
1644
-                            getTime(advice.execution_time, "{h}:{i}")
1645
-                          }}</span>
1646
-                        </td>
1647
-
1648
-                        <td height="32px">
1649
-                          <span v-if="setAdminUserES(advice.checker) == ''">{{
1650
-                            getAdminUser(advice.checker)
1651
-                          }}</span>
1652
-                          <img
1653
-                            style="height: 30px"
1654
-                            :src="setAdminUserES(advice.checker)"
1655
-                            alt=""
1656
-                            srcset=""
1657
-                            v-else
1658
-                          />
1659
-                        </td>
1660
-                      </tr>
1661
                     </tbody>
1565
                     </tbody>
1662
                   </table>
1566
                   </table>
1663
                 </td>
1567
                 </td>
2620
               <td style="font-size: 16px" width="10%">执行人签名</td>
2524
               <td style="font-size: 16px" width="10%">执行人签名</td>
2621
               <td style="font-size: 16px" width="10%">时间</td>
2525
               <td style="font-size: 16px" width="10%">时间</td>
2622
             </tr>
2526
             </tr>
2623
-
2624
-
2625
             <tr
2527
             <tr
2626
               v-for="(advice, advice_index) in doctor_advices"
2528
               v-for="(advice, advice_index) in doctor_advices"
2627
               :key="advice_index"
2529
               :key="advice_index"