Browse Source

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx 5 years ago
parent
commit
1cfdbc0208

+ 11 - 11
src/xt_pages/dialysis/batch_print/batch_print_order_other_one.vue View File

1696
                       </div>
1696
                       </div>
1697
                       <div class="inline_block">
1697
                       <div class="inline_block">
1698
                         透析器凝血:
1698
                         透析器凝血:
1699
-                          <!--<check-box text="0"-->
1700
-                                     <!--:checked="record.assessment_after_dislysis.cruor.indexOf('透析器-0度') > -1"></check-box>-->
1701
-                          <!--<check-box text="+"-->
1702
-                                     <!--:checked="record.assessment_after_dislysis.cruor.indexOf('透析器-Ⅰ度') > -1"></check-box>-->
1703
-                          <!--<check-box text="++"-->
1704
-                                     <!--:checked="record.assessment_after_dislysis.cruor.indexOf('透析器-Ⅱ度') > -1"></check-box>-->
1705
-                          <!--<check-box text="+++"-->
1706
-                                     <!--:checked="record.assessment_after_dislysis.cruor.indexOf('透析器-Ⅲ度') > -1"></check-box>-->
1699
+                          <check-box text="0"
1700
+                                     :checked="record.assessment_after_dislysis.cruor.indexOf('透析器-0度') > -1"></check-box>
1701
+                          <check-box text="+"
1702
+                                     :checked="record.assessment_after_dislysis.cruor.indexOf('透析器-Ⅰ度') > -1"></check-box>
1703
+                          <check-box text="++"
1704
+                                     :checked="record.assessment_after_dislysis.cruor.indexOf('透析器-Ⅱ度') > -1"></check-box>
1705
+                          <check-box text="+++"
1706
+                                     :checked="record.assessment_after_dislysis.cruor.indexOf('透析器-Ⅲ度') > -1"></check-box>
1707
 
1707
 
1708
-                        <!---->
1709
-                        <div
1708
+
1709
+                       <!-- <div
1710
                           class="under_line"
1710
                           class="under_line"
1711
                           style="width: 100px;text-align: center"
1711
                           style="width: 100px;text-align: center"
1712
                         >
1712
                         >
1716
                               ? record.assessment_after_dislysis.cruor
1716
                               ? record.assessment_after_dislysis.cruor
1717
                               : "/"
1717
                               : "/"
1718
                           }}
1718
                           }}
1719
-                        </div>
1719
+                        </div>-->
1720
                       </div>
1720
                       </div>
1721
                     </div>
1721
                     </div>
1722
                   </td>
1722
                   </td>

+ 6 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderTen.vue View File

1898
                 <div class="inline_block" style="flex:1;">
1898
                 <div class="inline_block" style="flex:1;">
1899
                   治疗医生:
1899
                   治疗医生:
1900
                   <div
1900
                   <div
1901
+
1901
                     class="under_line"
1902
                     class="under_line"
1902
-                    style="width: 80px;text-align: center"
1903
+                    style="width: 120px;"
1903
                   >
1904
                   >
1904
-                      <span
1905
+                    <img style="height:20px;" src="https://images.shengws.com/FgnRnBcx1BgULJ1dn7VKzeBPEvtm" alt="" srcset="">
1906
+
1907
+                    <span
1905
                         v-if="
1908
                         v-if="
1906
                           setAdminUserES(prescription.prescription_doctor) == ''
1909
                           setAdminUserES(prescription.prescription_doctor) == ''
1907
                         "
1910
                         "
1922
                   患者签名:
1925
                   患者签名:
1923
                   <div
1926
                   <div
1924
                     class="under_line"
1927
                     class="under_line"
1925
-                    style="width: 80px;text-align: center"
1928
+                    style="width: 40px;text-align: center"
1926
                   >
1929
                   >
1927
 
1930
 
1928
 
1931
 

+ 3 - 3
src/xt_pages/dialysis/template/dialysisPrintOrderFive.vue View File

186
                   <check-box text="长期" :checked="predialysis.venous_catheterization == 1?true:false"></check-box>
186
                   <check-box text="长期" :checked="predialysis.venous_catheterization == 1?true:false"></check-box>
187
                   <check-box text="临时" :checked="predialysis.venous_catheterization == 2?true:false"></check-box>
187
                   <check-box text="临时" :checked="predialysis.venous_catheterization == 2?true:false"></check-box>
188
                   &emsp;位置:
188
                   &emsp;位置:
189
-                  <check-box text="锁骨下" :checked="predialysis.blood_access_part_id == 1?true:false"></check-box>
190
-                  <check-box text="颈静脉" :checked="predialysis.blood_access_part_id == 2?true:false"></check-box>
191
-                  <check-box text="股静脉" :checked="predialysis.blood_access_part_id == 3?true:false"></check-box>
189
+                  <check-box text="锁骨下" :checked="predialysis.blood_access_part_id == getIsCheckDataConfig('hemodialysis', 'vascular_access','锁骨下')?true:false"></check-box>
190
+                  <check-box text="颈静脉" :checked="predialysis.blood_access_part_id == getIsCheckDataConfig('hemodialysis', 'vascular_access','颈静脉')?true:false"></check-box>
191
+                  <check-box text="股静脉" :checked="predialysis.blood_access_part_id == getIsCheckDataConfig('hemodialysis', 'vascular_access','股静脉')?true:false"></check-box>
192
                   <div class="inline_block">
192
                   <div class="inline_block">
193
                     其它:
193
                     其它:
194
                     <div class="under_line" style="width: 50px;text-align: left">
194
                     <div class="under_line" style="width: 50px;text-align: left">

+ 14 - 6
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue View File

1269
                   </div>
1269
                   </div>
1270
                   <div class="inline_block">
1270
                   <div class="inline_block">
1271
                     透析器凝血:
1271
                     透析器凝血:
1272
-                    <div
1273
-                      class="under_line"
1274
-                      style="width:200px;text-align:center;"
1275
-                    >
1276
-                      {{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}
1277
-                    </div>
1272
+                    <check-box text="0"
1273
+                               :checked="afterdialysis.cruor.indexOf('透析器-0度') > -1"></check-box>
1274
+                    <check-box text="+"
1275
+                               :checked="afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1"></check-box>
1276
+                    <check-box text="++"
1277
+                               :checked="afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1"></check-box>
1278
+                    <check-box text="+++"
1279
+                               :checked="afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1"></check-box>
1280
+                    <!--<div-->
1281
+                      <!--class="under_line"-->
1282
+                      <!--style="width:200px;text-align:center;"-->
1283
+                    <!--&gt;-->
1284
+                      <!--{{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}-->
1285
+                    <!--</div>-->
1278
                   </div>
1286
                   </div>
1279
                 </div>
1287
                 </div>
1280
               </td>
1288
               </td>