Преглед изворни кода

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

XMLWAN пре 5 година
родитељ
комит
1453d2cc6d

+ 11 - 11
src/xt_pages/dialysis/batch_print/batch_print_order_other_one.vue Прегледај датотеку

@@ -1696,17 +1696,17 @@
1696 1696
                       </div>
1697 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 1710
                           class="under_line"
1711 1711
                           style="width: 100px;text-align: center"
1712 1712
                         >
@@ -1716,7 +1716,7 @@
1716 1716
                               ? record.assessment_after_dislysis.cruor
1717 1717
                               : "/"
1718 1718
                           }}
1719
-                        </div>
1719
+                        </div>-->
1720 1720
                       </div>
1721 1721
                     </div>
1722 1722
                   </td>

+ 6 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderTen.vue Прегледај датотеку

@@ -1898,10 +1898,13 @@
1898 1898
                 <div class="inline_block" style="flex:1;">
1899 1899
                   治疗医生:
1900 1900
                   <div
1901
+
1901 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 1908
                         v-if="
1906 1909
                           setAdminUserES(prescription.prescription_doctor) == ''
1907 1910
                         "
@@ -1922,7 +1925,7 @@
1922 1925
                   患者签名:
1923 1926
                   <div
1924 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 Прегледај датотеку

@@ -186,9 +186,9 @@
186 186
                   <check-box text="长期" :checked="predialysis.venous_catheterization == 1?true:false"></check-box>
187 187
                   <check-box text="临时" :checked="predialysis.venous_catheterization == 2?true:false"></check-box>
188 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 192
                   <div class="inline_block">
193 193
                     其它:
194 194
                     <div class="under_line" style="width: 50px;text-align: left">

+ 14 - 6
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue Прегледај датотеку

@@ -1269,12 +1269,20 @@
1269 1269
                   </div>
1270 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 1286
                   </div>
1279 1287
                 </div>
1280 1288
               </td>