|
@@ -1409,8 +1409,6 @@ export class TaskTypeManagementComponent implements OnInit {
|
1409
|
1409
|
//运送过程------
|
1410
|
1410
|
//快速建单
|
1411
|
1411
|
addIncident() {
|
1412
|
|
- this.specimen_type();
|
1413
|
|
- this.dept_type();
|
1414
|
1412
|
this.transportShow = true;
|
1415
|
1413
|
if (
|
1416
|
1414
|
this.association.value == "jPBag" ||
|
|
@@ -1515,6 +1513,8 @@ export class TaskTypeManagementComponent implements OnInit {
|
1515
|
1513
|
});
|
1516
|
1514
|
this.transportTitle = "自动建单-标本送检配置";
|
1517
|
1515
|
}
|
|
1516
|
+ this.specimen_type();
|
|
1517
|
+ this.dept_type();
|
1518
|
1518
|
}
|
1519
|
1519
|
//固定科室范围
|
1520
|
1520
|
adddepartment() {
|