Browse Source

11月8 处方

yq1 6 days ago
parent
commit
9a0bf0c1c8
1 changed files with 2 additions and 12 deletions
  1. 2 12
      src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue

+ 2 - 12
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue View File

866
                             </td>
866
                             </td>
867
                           </tr>
867
                           </tr>
868
 
868
 
869
-                          <tr v-for="(advice, advice_index) in record.his_project" :key="advice_index">
869
+                          <!-- <tr v-for="(advice, advice_index) in record.his_project" :key="advice_index">
870
                             <td height="32px;padding:1px 1px">
870
                             <td height="32px;padding:1px 1px">
871
                                 <span v-if="advice.start_time">
871
                                 <span v-if="advice.start_time">
872
                                     {{ getTime(advice.start_time, "{h}:{i}") }}
872
                                     {{ getTime(advice.start_time, "{h}:{i}") }}
898
                             <td height="32px">
898
                             <td height="32px">
899
                                 <span v-if="advice.execution_time">{{ getTime(advice.execution_time, "{h}:{i}") }}</span>
899
                                 <span v-if="advice.execution_time">{{ getTime(advice.execution_time, "{h}:{i}") }}</span>
900
                             </td>
900
                             </td>
901
-                          </tr>
901
+                          </tr> -->
902
                         
902
                         
903
                         </template>
903
                         </template>
904
                       </tbody>
904
                       </tbody>
1778
               }
1778
               }
1779
             }
1779
             }
1780
 
1780
 
1781
-
1782
-
1783
-
1784
-
1785
             if(this.org_id == 10206){
1781
             if(this.org_id == 10206){
1786
               console.log("this.records[recordIndex].his_project", this.records[recordIndex].his_project)
1782
               console.log("this.records[recordIndex].his_project", this.records[recordIndex].his_project)
1787
               var delghThree = 0
1783
               var delghThree = 0
1882
             }
1878
             }
1883
           }
1879
           }
1884
           console.log("数据我哦我我", this.records);
1880
           console.log("数据我哦我我", this.records);
1885
-
1886
-
1887
-
1888
           if(this.records!=null && this.records.length>0){
1881
           if(this.records!=null && this.records.length>0){
1889
-           
1890
             for(let i=0;i<this.records.length;i++){
1882
             for(let i=0;i<this.records.length;i++){
1891
               this.records[i].new_his_advices = []
1883
               this.records[i].new_his_advices = []
1892
                 for(let j=0;j<this.records[i].his_advices.length;j++){
1884
                 for(let j=0;j<this.records[i].his_advices.length;j++){
1952
           }
1944
           }
1953
 
1945
 
1954
           console.log("时间我哦我",this.records)
1946
           console.log("时间我哦我",this.records)
1955
-
1956
           // this.records.forEach(o => {
1947
           // this.records.forEach(o => {
1957
           //   console.log(o,'jj')
1948
           //   console.log(o,'jj')
1958
           //   this.blood_access_part_opera_name = this.bloodAccessParOperaName(
1949
           //   this.blood_access_part_opera_name = this.bloodAccessParOperaName(
1959
           //   o.assessment_before_dislysis.blood_access_part_opera_id)
1950
           //   o.assessment_before_dislysis.blood_access_part_opera_id)
1960
           // })
1951
           // })
1961
-
1962
           this.operators = resp.data.medical_staffs;
1952
           this.operators = resp.data.medical_staffs;
1963
           if (this.operators.length > 0) {
1953
           if (this.operators.length > 0) {
1964
             var operatorsLen = this.operators.length;
1954
             var operatorsLen = this.operators.length;