Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 year ago
parent
commit
22674766f4

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

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

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

1826
                     </td> -->
1826
                     </td> -->
1827
                         <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
1827
                         <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
1828
                         <td height="32px">
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
                         </td>
1843
                         </td>
1841
                         <!-- <td height="35px">
1844
                         <!-- <td height="35px">
1842
                       <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
1845
                       <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
1843
                       <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
1846
                       <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
1844
                     </td> -->
1847
                     </td> -->
1845
                         <td height="32px">
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
                         </td>
1862
                         </td>
1858
                         <td height="32px">
1863
                         <td height="32px">
1859
                           <span v-if="advice.execution_time">{{
1864
                           <span v-if="advice.execution_time">{{
1861
                           }}</span>
1866
                           }}</span>
1862
                         </td>
1867
                         </td>
1863
                         <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375">
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
                         </td>
1879
                         </td>
1875
                       </tr>
1880
                       </tr>
1876
                       <!-- </template> -->
1881
                       <!-- </template> -->

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

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

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

684
             <div class="cell clearfix">
684
             <div class="cell clearfix">
685
               <label class="title"><span class="name">病程日期</span> : </label>
685
               <label class="title"><span class="name">病程日期</span> : </label>
686
               <el-date-picker v-model="course_of_disease_time" prefix-icon="el-icon-date" :editable="false"
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
                               type="datetime" placeholder="选择日期时间" align="right" format="yyyy-MM-dd HH:mm:ss"
688
                               type="datetime" placeholder="选择日期时间" align="right" format="yyyy-MM-dd HH:mm:ss"
689
                               value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker>
689
                               value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker>
690
 
690
 

+ 1 - 0
src/xt_pages/workforce/components/editTableData.vue View File

2451
           week_type: "3",
2451
           week_type: "3",
2452
           week_name: this.editableTabs[2].tableWeekArrage[b].week,
2452
           week_name: this.editableTabs[2].tableWeekArrage[b].week,
2453
         };
2453
         };
2454
+
2454
         saveOrEditTempData.push(obj);
2455
         saveOrEditTempData.push(obj);
2455
       }
2456
       }
2456
 
2457