|
@@ -1996,10 +1996,14 @@ export class TaskTypeManagementComponent implements OnInit {
|
1996
|
1996
|
this.jyfsType = "drugsBag_end_method";
|
1997
|
1997
|
}
|
1998
|
1998
|
//标本type
|
1999
|
|
- if (
|
2000
|
|
- this.association.value == "specimen" ||
|
2001
|
|
- this.association.value == "specimenPlan"
|
2002
|
|
- ) {
|
|
1999
|
+ if (this.association.value == "specimen") {
|
|
2000
|
+ if(this.carryingCourses[this.indexs].nodeId.value == 'start'){
|
|
2001
|
+ this.jyfsType = "specimen_method";
|
|
2002
|
+ } else if(this.carryingCourses[this.indexs].nodeId.value == 'finish'){
|
|
2003
|
+ this.jyfsType = "specimen_end_method";
|
|
2004
|
+ }
|
|
2005
|
+ }
|
|
2006
|
+ if (this.association.value == "specimenPlan") {
|
2003
|
2007
|
this.jyfsType = "specimen_method";
|
2004
|
2008
|
}
|
2005
|
2009
|
//患者陪检type
|