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