|
@@ -2144,7 +2144,7 @@
|
2144
|
2144
|
<td height="32px">
|
2145
|
2145
|
<span v-if="advice.execution_time">{{ getTime(advice.execution_time, "{h}:{i}") }}</span>
|
2146
|
2146
|
</td>
|
2147
|
|
- </tr>
|
|
2147
|
+ </tr>
|
2148
|
2148
|
</template>
|
2149
|
2149
|
</tbody>
|
2150
|
2150
|
</table>
|
|
@@ -3401,6 +3401,17 @@ export default {
|
3401
|
3401
|
this.records[recordIndex].isShowZero = true;
|
3402
|
3402
|
}
|
3403
|
3403
|
|
|
3404
|
+
|
|
3405
|
+ if(this.org_id == 0|| this.org_id ==10571){
|
|
3406
|
+
|
|
3407
|
+ if(this.records!=null&& this.records.length>0){
|
|
3408
|
+ for(let i=0;i<this.records.length;i++){
|
|
3409
|
+ this.records[i].advices.push(...this.records[i].his_advices)
|
|
3410
|
+ }
|
|
3411
|
+ }
|
|
3412
|
+
|
|
3413
|
+ }
|
|
3414
|
+
|
3404
|
3415
|
var delghTwo = 0;
|
3405
|
3416
|
if (
|
3406
|
3417
|
this.records[recordIndex].advices &&
|
|
@@ -3424,6 +3435,8 @@ export default {
|
3424
|
3435
|
}
|
3425
|
3436
|
|
3426
|
3437
|
|
|
3438
|
+
|
|
3439
|
+
|
3427
|
3440
|
|
3428
|
3441
|
if(this.org_id == 10206){
|
3429
|
3442
|
console.log("this.records[recordIndex].his_project", this.records[recordIndex].his_project)
|
|
@@ -3525,6 +3538,8 @@ export default {
|
3525
|
3538
|
}
|
3526
|
3539
|
}
|
3527
|
3540
|
console.log("数据我哦我我", this.records);
|
|
3541
|
+
|
|
3542
|
+
|
3528
|
3543
|
// this.records.forEach(o => {
|
3529
|
3544
|
// console.log(o,'jj')
|
3530
|
3545
|
// this.blood_access_part_opera_name = this.bloodAccessParOperaName(
|