Sfoglia il codice sorgente

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

28169 1 anno fa
parent
commit
44399a0e0c

+ 13 - 5
src/xt_pages/dialysis/batch_print/batch_print_order_seventy.vue Vedi File

@@ -8,7 +8,7 @@
8 8
         icon="el-icon-printer"
9 9
         @click="printAction"
10 10
         type="primary"
11
-        >打印
11
+        >打印70
12 12
       </el-button>
13 13
     </div>
14 14
     <div class="app-container">
@@ -1324,7 +1324,6 @@
1324 1324
                                 : ""
1325 1325
                             }}
1326 1326
                           </td>
1327
-
1328 1327
                           <td style="line-height: 16px; padding: 0px">
1329 1328
                             <div
1330 1329
                               style="
@@ -1448,7 +1447,6 @@
1448 1447
                            <td style="font-size: 16px" width="10%" v-if="org_id == 10375 || org_id == 0 || org_id ==10206">核对护士</td>
1449 1448
                         </tr>
1450 1449
                         <!-- <template v-for="group in doctor_advices" > -->
1451
-
1452 1450
                         <template v-if="record.advices">
1453 1451
                           <tr
1454 1452
                             v-for="(advice, advice_index) in record.advices"
@@ -1459,7 +1457,6 @@
1459 1457
                                 {{ getTime(advice[0].start_time, "{h}:{i}") }}
1460 1458
                               </span>
1461 1459
                             </td>
1462
-
1463 1460
                             <td
1464 1461
                               height="35px"
1465 1462
                               colspan="2"
@@ -1468,7 +1465,6 @@
1468 1465
                             >
1469 1466
                               <span v-if="advice[0].parent_id > 0">---></span>
1470 1467
                               <span>{{ advice[0].advice_name }}</span>
1471
-
1472 1468
                               <span
1473 1469
                                 v-if="
1474 1470
                                   advice[0] &&
@@ -1500,7 +1496,18 @@
1500 1496
                                   advice[0].remark.length > 0
1501 1497
                                 "
1502 1498
                                 >({{ advice[0].remark }})</span
1499
+                              ><br/>
1500
+                              <template v-if="advice[0].children.length>0">
1501
+                                <span v-if="advice[0].children.length>0">{{ advice[0].children[0].advice_name }}</span>
1502
+                                <span v-if="advice[0].children[0].prescribing_number"
1503
+                                >&nbsp;&nbsp; {{ advice[0].children[0].prescribing_number
1504
+                                }}{{ advice[0].children[0].prescribing_number_unit }}</span
1505
+                              >
1506
+                              <span v-if="advice[0].children[0].single_dose != 0">
1507
+                                {{ advice[0].children[0].single_dose
1508
+                                }}{{ advice[0].children[0].single_dose_unit }}</span
1503 1509
                               >
1510
+                              </template>
1504 1511
                             </td>
1505 1512
 
1506 1513
                             <td height="35px">
@@ -1579,6 +1586,7 @@
1579 1586
                               />
1580 1587
                             </td>
1581 1588
                           </tr>
1589
+                          
1582 1590
                         </template>
1583 1591
                       </tbody>
1584 1592
                     </table>

+ 6 - 6
src/xt_pages/outpatientDoctorStation/template/printFour.vue Vedi File

@@ -22,19 +22,19 @@
22 22
           <div class="prescriptionBox">
23 23
               <div class="Rp">Rp:</div>
24 24
               <div class="drugsBox" v-for="(it,index) in item.advices" :key="index"
25
-                
26 25
               >
27 26
               <!-- :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}" -->
28 27
                   <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
29 28
                   <div class="drugsOne" >
30 29
                     <span style="font-weight:bold;">{{ index+1 + '.' }}</span>
31
-                    {{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;
30
+                    {{it.advice_name?it.advice_name:""}} 
31
+                    {{ it.drug.dose }}{{ it.drug.dose_unit }}&nbsp;* {{ it.drug.min_number }}{{ it.drug.min_unit }}&nbsp;&nbsp;
32 32
                     <span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>
33
-                    &nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>
34
-                    &nbsp;&nbsp;<span>{{it.advice_desc}}</span>
33
+                    <span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>
34
+                    <span>{{it.advice_desc}}</span>
35 35
                   </div>
36 36
                   <div style="margin-left:100px;">
37
-                    <span>{{it.drug.drug_spec}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</span>
37
+                    <span>{{it.drug.drug_spec}}&nbsp;×&nbsp;{{it.prescribing_number}}{{it.prescribing_number_unit}}</span>
38 38
                   </div>
39 39
               </div>
40 40
               <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">
@@ -417,7 +417,7 @@ export default {
417 417
     line-height: 24px;
418 418
 }
419 419
 .drugsOne span{
420
-    margin-right: 20px;
420
+    margin-right: 10px;
421 421
 }
422 422
 .doctorBox{
423 423
     display: flex;

File diff suppressed because it is too large
+ 368 - 75
src/xt_pages/workforce/components/editTableData.vue