Browse Source

新分支

28169 1 year ago
parent
commit
98936c71b1

+ 9 - 9
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -1774,7 +1774,7 @@
1774 1774
                     </table>
1775 1775
                   </td>
1776 1776
                 </tr>
1777
-                <tr v-if="org_id!=10402 && org_id!=10206 && org_id!=0">
1777
+                <tr v-if="org_id!=10402 && org_id!=10206">
1778 1778
                   <td style="padding: 0; position: relative" colspan="2">
1779 1779
                     <table class="inside_table">
1780 1780
                       <tbody>
@@ -1946,7 +1946,7 @@
1946 1946
                   </td>
1947 1947
                 </tr>
1948 1948
 
1949
-                 <tr v-if="org_id == 10402 || org_id == 0 || org_id == 10206">
1949
+                 <tr v-if="org_id == 10402 || org_id == 10206">
1950 1950
                   <td style="padding: 0; position: relative" colspan="2">
1951 1951
                     <table class="inside_table">
1952 1952
                       <tbody>
@@ -3375,9 +3375,9 @@ export default {
3375 3375
             var delghTwo = 0;
3376 3376
             if (
3377 3377
               this.records[recordIndex].advices &&
3378
-              this.records[recordIndex].advices.length < 10
3378
+              this.records[recordIndex].advices.length < 12
3379 3379
             ) {
3380
-              delghTwo = 10 - this.records[recordIndex].advices.length;
3380
+              delghTwo = 12 - this.records[recordIndex].advices.length;
3381 3381
             } else {
3382 3382
               delghTwo = 0;
3383 3383
             }
@@ -3396,7 +3396,7 @@ export default {
3396 3396
 
3397 3397
 
3398 3398
           
3399
-            if(this.org_id == 0 || this.org_id == 10206){
3399
+            if(this.org_id == 10206){
3400 3400
               console.log("this.records[recordIndex].his_project", this.records[recordIndex].his_project)
3401 3401
               var delghThree = 0 
3402 3402
              let his_project = []
@@ -3476,12 +3476,12 @@ export default {
3476 3476
                 rightIndex in advices ? advices[i + halfLen] : []
3477 3477
               );
3478 3478
             }
3479
-            if (halfLen < 5) {
3480
-              var nl = 5 - leftAdvice.length;
3479
+            if (halfLen < 6) {
3480
+              var nl = 6 - leftAdvice.length;
3481 3481
               for (let index = 0; index < nl; index++) {
3482 3482
                 leftAdvice.push([]);
3483 3483
               }
3484
-              var nl = 5 - rightAdvice.length;
3484
+              var nl = 6 - rightAdvice.length;
3485 3485
               for (let index = 0; index < nl; index++) {
3486 3486
                 rightAdvice.push([]);
3487 3487
               }
@@ -3495,7 +3495,7 @@ export default {
3495 3495
               this.records[recordIndex].advices.push(item);
3496 3496
             }
3497 3497
           }
3498
-          console.log(this.records, "this.records");
3498
+          console.log("数据我哦我我", this.records);
3499 3499
           // this.records.forEach(o => {
3500 3500
           //   console.log(o,'jj')
3501 3501
           //   this.blood_access_part_opera_name = this.bloodAccessParOperaName(

+ 37 - 32
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -1826,34 +1826,39 @@
1826 1826
                     </td> -->
1827 1827
                         <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
1828 1828
                         <td height="32px">
1829
-                          <span
1830
-                            v-if="setAdminUserES(advice.advice_doctor) == ''"
1831
-                            >{{ getAdminUser(advice.advice_doctor) }}</span
1832
-                          >
1833
-                          <img
1834
-                            style="height: 30px"
1835
-                            :src="setAdminUserES(advice.advice_doctor)"
1836
-                            alt=""
1837
-                            srcset=""
1838
-                            v-else
1839
-                          />
1829
+                          <span v-if="advice!=null && advice.advice_doctor>0">
1830
+                              <span
1831
+                              v-if="setAdminUserES(advice.advice_doctor) == ''"
1832
+                              >{{ getAdminUser(advice.advice_doctor) }}
1833
+                            </span>
1834
+                            <img
1835
+                              style="height: 30px"
1836
+                              :src="setAdminUserES(advice.advice_doctor)"
1837
+                              alt=""
1838
+                              srcset=""
1839
+                              v-else
1840
+                            />
1841
+                          </span>
1842
+                         
1840 1843
                         </td>
1841 1844
                         <!-- <td height="35px">
1842 1845
                       <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
1843 1846
                       <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
1844 1847
                     </td> -->
1845 1848
                         <td height="32px">
1846
-                          <span
1847
-                            v-if="setAdminUserES(advice.execution_staff) == ''"
1848
-                            >{{ getAdminUser(advice.execution_staff) }}</span
1849
-                          >
1850
-                          <img
1851
-                            style="height: 30px"
1852
-                            :src="setAdminUserES(advice.execution_staff)"
1853
-                            alt=""
1854
-                            srcset=""
1855
-                            v-else
1856
-                          />
1849
+                          <span v-if="advice!=null && advice.execution_staff>0">
1850
+                            <span
1851
+                              v-if="setAdminUserES(advice.execution_staff) == ''"
1852
+                              >{{ getAdminUser(advice.execution_staff) }}</span
1853
+                            >
1854
+                            <img
1855
+                              style="height: 30px"
1856
+                              :src="setAdminUserES(advice.execution_staff)"
1857
+                              alt=""
1858
+                              srcset=""
1859
+                              v-else
1860
+                            />
1861
+                        </span>
1857 1862
                         </td>
1858 1863
                         <td height="32px">
1859 1864
                           <span v-if="advice.execution_time">{{
@@ -1861,16 +1866,16 @@
1861 1866
                           }}</span>
1862 1867
                         </td>
1863 1868
                         <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375">
1864
-                          <span v-if="setAdminUserES(advice.checker) == ''">{{
1865
-                            getAdminUser(advice.checker)
1866
-                          }}</span>
1867
-                          <img
1868
-                            style="height: 30px"
1869
-                            :src="setAdminUserES(advice.checker)"
1870
-                            alt=""
1871
-                            srcset=""
1872
-                            v-else
1873
-                          />
1869
+                          <span v-if="advice!=null && advice.checker>0">
1870
+                            <span v-if="setAdminUserES(advice.checker) == ''">{{ getAdminUser(advice.checker)}}</span>
1871
+                            <img
1872
+                              style="height: 30px"
1873
+                              :src="setAdminUserES(advice.checker)"
1874
+                              alt=""
1875
+                              srcset=""
1876
+                              v-else
1877
+                            />
1878
+                        </span>
1874 1879
                         </td>
1875 1880
                       </tr>
1876 1881
                       <!-- </template> -->

+ 1 - 1
src/xt_pages/user/Informed/components/Filter_informed.vue View File

@@ -15,7 +15,7 @@
15 15
       <div id="print_content">
16 16
           <div class="print_page_main_content">
17 17
           <div class="content">
18
-              <h2 style="text-align: center;">血液透析(滤过、灌流)治疗知情同意书</h2>
18
+              <h2 style="text-align: center;">血液透析(滤过)治疗知情同意书</h2>
19 19
 
20 20
               <div style="text-align: right;">
21 21
                 透析号:{{ patient.dialysis_no }}

+ 1 - 1
src/xt_pages/user/courseOfDisease.vue View File

@@ -684,7 +684,7 @@
684 684
             <div class="cell clearfix">
685 685
               <label class="title"><span class="name">病程日期</span> : </label>
686 686
               <el-date-picker v-model="course_of_disease_time" prefix-icon="el-icon-date" :editable="false"
687
-                              style="width: 200px;"
687
+                              style="width: 250px;"
688 688
                               type="datetime" placeholder="选择日期时间" align="right" format="yyyy-MM-dd HH:mm:ss"
689 689
                               value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker>
690 690