Ver código fonte

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

28169 6 meses atrás
pai
commit
d96f6a9956

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_eighty.vue Ver arquivo

1174
                       </div>
1174
                       </div>
1175
 
1175
 
1176
                       <div class="inline_block" style="flex: 1">
1176
                       <div class="inline_block" style="flex: 1">
1177
-                        <span>透析中入量(L):</span>
1177
+                        <span>透析中入量(g):</span>
1178
                         <div class="under_line"
1178
                         <div class="under_line"
1179
                           style="width: 70px; text-align: center"
1179
                           style="width: 70px; text-align: center"
1180
                         >
1180
                         >

+ 4 - 5
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyFive.vue Ver arquivo

386
                           class="inline_block"
386
                           class="inline_block"
387
                           style="margin-left: 10px; flex: 1"
387
                           style="margin-left: 10px; flex: 1"
388
                         >
388
                         >
389
-                          穿刺针
389
+                          穿刺针:
390
                           <div
390
                           <div
391
                             class="under_line"
391
                             class="under_line"
392
-                            style="width: 100px; text-align: center"
392
+                            style="width: 120px; text-align: center;white-space:normal;"
393
                           >
393
                           >
394
                             {{
394
                             {{
395
                               record.assessment_before_dislysis &&
395
                               record.assessment_before_dislysis &&
1634
                           </tr>
1634
                           </tr>
1635
   
1635
   
1636
                           <template v-if="record.advices">
1636
                           <template v-if="record.advices">
1637
-                            <tr
1638
-                              v-for="(advice, advice_index) in record.advices"
1637
+                            <tr v-for="(advice, advice_index) in record.advices"
1639
                               :key="advice_index"
1638
                               :key="advice_index"
1640
                             >
1639
                             >
1641
                               <td height="35px">
1640
                               <td height="35px">
3106
                 this.records[recordIndex].advices &&
3105
                 this.records[recordIndex].advices &&
3107
                 this.records[recordIndex].advices.length < 12
3106
                 this.records[recordIndex].advices.length < 12
3108
               ) {
3107
               ) {
3109
-                delghTwo = 12 - this.records[recordIndex].advices.length;
3108
+                delghTwo = 8 - this.records[recordIndex].advices.length;
3110
               } else {
3109
               } else {
3111
                 delghTwo = 0;
3110
                 delghTwo = 0;
3112
               }
3111
               }

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight.vue Ver arquivo

3119
               </tbody>
3119
               </tbody>
3120
             </table>
3120
             </table>
3121
           </div>
3121
           </div>
3122
-          <div style="position: relative;left: 70%;top: 30px;">
3122
+          <div style="position: relative;left: 70%;top: 0px;width: 250px;">
3123
             患者签名:
3123
             患者签名:
3124
             <div class="under_line" style="width: 120px;">
3124
             <div class="under_line" style="width: 120px;">
3125
               <img
3125
               <img
3126
                 v-if="record.dialysis_order.url!=''"
3126
                 v-if="record.dialysis_order.url!=''"
3127
-                style="height: 50px"
3127
+                style="height: 60px"
3128
                 :src="record.dialysis_order == null? 0: record.dialysis_order.url"
3128
                 :src="record.dialysis_order == null? 0: record.dialysis_order.url"
3129
                 alt=""
3129
                 alt=""
3130
                 srcset=""
3130
                 srcset=""

+ 22 - 23
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyFive.vue Ver arquivo

120
             </div>
120
             </div>
121
           </div>
121
           </div>
122
         </div>
122
         </div>
123
-        <div
124
-            class="row"
123
+        <div class="row"
125
             style="padding: 2px 0; line-height: 23px; display: flex"
124
             style="padding: 2px 0; line-height: 23px; display: flex"
125
+        >
126
+          <div
127
+            class="inline_block"
128
+            style="flex: 1; display: inline-block"
129
+          >
130
+            身份证:
131
+            <div
132
+              class="under_line"
133
+              style="
134
+                width: 860px;
135
+                line-height: 25px;
136
+                text-align: left;
137
+                margin-left: 2px;
138
+                display: inline-block;
139
+                white-space: normal;
140
+              "
126
             >
141
             >
127
-              <div
128
-                class="inline_block"
129
-                style="flex: 1; display: inline-block"
130
-              >
131
-                身份证:
132
-                <div
133
-                  class="under_line"
134
-                  style="
135
-                    width: 860px;
136
-                    line-height: 25px;
137
-                    text-align: left;
138
-                    margin-left: 2px;
139
-                    display: inline-block;
140
-                    white-space: normal;
141
-                  "
142
-                >
143
-                  {{ patientInfo.id_card_no }}
144
-                </div>
145
-              </div>
142
+              {{ patientInfo.id_card_no }}
146
             </div>
143
             </div>
144
+          </div>
145
+        </div>
147
         <div class="row">
146
         <div class="row">
148
           <div class="inline_block">
147
           <div class="inline_block">
149
             入科方式:
148
             入科方式:
358
                       class="inline_block"
357
                       class="inline_block"
359
                       style="margin-left: 10px; flex: 1"
358
                       style="margin-left: 10px; flex: 1"
360
                     >
359
                     >
361
-                      穿刺针
360
+                      穿刺针:
362
                       <div
361
                       <div
363
                         class="under_line"
362
                         class="under_line"
364
-                        style="width: 100px; text-align: center"
363
+                        style="width: 120px; text-align: center;white-space:normal;"
365
                       >
364
                       >
366
                         {{
365
                         {{
367
                           predialysis.puncture_needle
366
                           predialysis.puncture_needle

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue Ver arquivo

2624
         </div>
2624
         </div>
2625
 
2625
 
2626
          <!-- 患者签名 -->
2626
          <!-- 患者签名 -->
2627
-         <div style="position: relative; left: 70%;top: 20px;">
2627
+         <div style="position: relative; left: 70%;top: 10px;width: 250px;">
2628
           患者签名:
2628
           患者签名:
2629
           <div class="under_line" style="width: 120px;">
2629
           <div class="under_line" style="width: 120px;">
2630
             <img
2630
             <img
2631
               v-if="dialysisOrder != null&& dialysisOrder.url!=''"
2631
               v-if="dialysisOrder != null&& dialysisOrder.url!=''"
2632
-              style="height: 50px"
2632
+              style="height: 60px"
2633
               :src="dialysisOrder == null? 0: dialysisOrder.url"
2633
               :src="dialysisOrder == null? 0: dialysisOrder.url"
2634
               alt=""
2634
               alt=""
2635
               srcset=""
2635
               srcset=""

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyOne.vue Ver arquivo

592
                         <div>
592
                         <div>
593
                           <span class="under_line" style="width:50px;display:inline-block">
593
                           <span class="under_line" style="width:50px;display:inline-block">
594
                             {{ afterdialysis.dialysis_during ? afterdialysis.dialysis_during : '/' }}
594
                             {{ afterdialysis.dialysis_during ? afterdialysis.dialysis_during : '/' }}
595
-                          </span><span v-if="org_id==10028">ml</span><span v-else>g</span>
595
+                          </span><span>g</span>
596
                         </div>
596
                         </div>
597
                       </td>
597
                       </td>
598
                       <td width="100" style="border:none;padding-left:5px">透析器凝血:</td>
598
                       <td width="100" style="border:none;padding-left:5px">透析器凝血:</td>

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrdereighty.vue Ver arquivo

1029
                     </div>
1029
                     </div>
1030
 
1030
 
1031
                     <div class="inline_block" style="flex: 1">
1031
                     <div class="inline_block" style="flex: 1">
1032
-                      透析中入量(L):
1032
+                      透析中入量(g):
1033
                       <div class="under_line"
1033
                       <div class="under_line"
1034
                         style="width: 70px; text-align: center"
1034
                         style="width: 70px; text-align: center"
1035
                       >
1035
                       >