|
@@ -4305,44 +4305,47 @@ export default {
|
4305
|
4305
|
|
4306
|
4306
|
// var objProject = {advice_name:"",start_time:"",single_dose:"",single_dose_unit:"",}
|
4307
|
4307
|
|
4308
|
|
- if(this.projects!=null && this.projects.length >0){
|
4309
|
|
- for(let i=0;i<this.projects.length;i++){
|
4310
|
|
- if(this.projects[i].type== 2){
|
4311
|
|
-
|
4312
|
|
- this.projects[i].project_team_name = ""
|
4313
|
|
- this.projects[i].project_team_id = 0
|
4314
|
|
- console.log("this.projects[i].project.team",this.projects[i].project.team)
|
4315
|
|
- if(this.projects[i].team!= "undefined" && this.projects[i].team.id >0){
|
4316
|
|
- this.projects[i].project_team = this.projects[i].team.project_team
|
4317
|
|
- this.projects[i].project_team_id = this.projects[i].team.id
|
4318
|
|
- this.projects[i].start_time = this.projects[i].start_time
|
4319
|
|
- this.projects[i].single_dose = this.projects[i].single_dose
|
4320
|
|
- this.projects[i].single_dose_unit = this.projects[i].unit
|
4321
|
|
- this.projects[i].execution_time = this.projects[i].execution_time
|
4322
|
|
- this.projects[i].execution_staff= this.projects[i].execution_staff
|
4323
|
|
- this.projects[i].advice_name = this.projects[i].team.project_team
|
4324
|
|
- this.projects[i].advice_doctor = this.projects[i].doctor
|
|
4308
|
+ if(this.org_id!=0){
|
|
4309
|
+ if(this.projects!=null && this.projects.length >0){
|
|
4310
|
+ for(let i=0;i<this.projects.length;i++){
|
|
4311
|
+ if(this.projects[i].type== 2){
|
|
4312
|
+
|
|
4313
|
+ this.projects[i].project_team_name = ""
|
|
4314
|
+ this.projects[i].project_team_id = 0
|
|
4315
|
+ console.log("this.projects[i].project.team",this.projects[i].project.team)
|
|
4316
|
+ if(this.projects[i].team!= "undefined" && this.projects[i].team.id >0){
|
|
4317
|
+ this.projects[i].project_team = this.projects[i].team.project_team
|
|
4318
|
+ this.projects[i].project_team_id = this.projects[i].team.id
|
|
4319
|
+ this.projects[i].start_time = this.projects[i].start_time
|
|
4320
|
+ this.projects[i].single_dose = this.projects[i].single_dose
|
|
4321
|
+ this.projects[i].single_dose_unit = this.projects[i].unit
|
|
4322
|
+ this.projects[i].execution_time = this.projects[i].execution_time
|
|
4323
|
+ this.projects[i].execution_staff= this.projects[i].execution_staff
|
|
4324
|
+ this.projects[i].advice_name = this.projects[i].team.project_team
|
|
4325
|
+ this.projects[i].advice_doctor = this.projects[i].doctor
|
|
4326
|
+
|
|
4327
|
+
|
|
4328
|
+ this.doctor_advices.push(this.projects[i])
|
|
4329
|
+ // this.doctor_advices_2.push(this.project[i])
|
|
4330
|
+ }else{
|
|
4331
|
+ this.projects[i].project_team = this.projects[i].project.project_name
|
|
4332
|
+ this.projects[i].advice_name = this.projects[i].project.project_name
|
|
4333
|
+ this.projects[i].start_time = this.projects[i].start_time
|
|
4334
|
+ this.projects[i].single_dose = this.projects[i].single_dose
|
|
4335
|
+ this.projects[i].single_dose_unit = this.projects[i].unit
|
|
4336
|
+ this.projects[i].execution_time = this.projects[i].execution_time
|
|
4337
|
+ this.projects[i].execution_staff= this.projects[i].execution_staff
|
|
4338
|
+ this.projects[i].advice_doctor = this.projects[i].doctor
|
|
4339
|
+ this.doctor_advices.push(this.projects[i])
|
|
4340
|
+ // this.doctor_advices_2.push(this.projects[i])
|
|
4341
|
+ }
|
4325
|
4342
|
|
4326
|
|
-
|
4327
|
|
- this.doctor_advices.push(this.projects[i])
|
4328
|
|
- // this.doctor_advices_2.push(this.project[i])
|
4329
|
|
- }else{
|
4330
|
|
- this.projects[i].project_team = this.projects[i].project.project_name
|
4331
|
|
- this.projects[i].advice_name = this.projects[i].project.project_name
|
4332
|
|
- this.projects[i].start_time = this.projects[i].start_time
|
4333
|
|
- this.projects[i].single_dose = this.projects[i].single_dose
|
4334
|
|
- this.projects[i].single_dose_unit = this.projects[i].unit
|
4335
|
|
- this.projects[i].execution_time = this.projects[i].execution_time
|
4336
|
|
- this.projects[i].execution_staff= this.projects[i].execution_staff
|
4337
|
|
- this.projects[i].advice_doctor = this.projects[i].doctor
|
4338
|
|
- this.doctor_advices.push(this.projects[i])
|
4339
|
|
- // this.doctor_advices_2.push(this.projects[i])
|
4340
|
4343
|
}
|
4341
|
|
-
|
4342
|
|
- }
|
4343
|
|
-
|
4344
|
|
- }
|
|
4344
|
+
|
|
4345
|
+ }
|
|
4346
|
+ }
|
4345
|
4347
|
}
|
|
4348
|
+
|
4346
|
4349
|
|
4347
|
4350
|
}
|
4348
|
4351
|
|