|
@@ -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(
|