|
@@ -3403,21 +3403,21 @@ export class HushijiandanComponent implements OnInit {
|
3403
|
3403
|
.postCustom("nurse", "workOrder/buildTrip", postData)
|
3404
|
3404
|
.subscribe((result) => {
|
3405
|
3405
|
this.buildMsg = result;
|
3406
|
|
- if (result.remarksSwitch == 1) {
|
3407
|
|
- if(result.end){
|
3408
|
|
- if(result.end.end.departmentStrategy==202){
|
3409
|
|
- this.isEndFixedType = true
|
3410
|
|
- }else{
|
3411
|
|
- this.isEndFixedType = false
|
3412
|
|
- }
|
|
3406
|
+ if(result.end){
|
|
3407
|
+ if(result.end.end.departmentStrategy==202){
|
|
3408
|
+ this.isEndFixedType = true
|
|
3409
|
+ }else{
|
|
3410
|
+ this.isEndFixedType = false
|
3413
|
3411
|
}
|
3414
|
|
- if(result.start){
|
3415
|
|
- if(result.start.start.departmentStrategy==202){
|
3416
|
|
- this.isStartFixedType = true
|
3417
|
|
- }else{
|
3418
|
|
- this.isStartFixedType = false
|
3419
|
|
- }
|
|
3412
|
+ }
|
|
3413
|
+ if(result.start){
|
|
3414
|
+ if(result.start.start.departmentStrategy==202){
|
|
3415
|
+ this.isStartFixedType = true
|
|
3416
|
+ }else{
|
|
3417
|
+ this.isStartFixedType = false
|
3420
|
3418
|
}
|
|
3419
|
+ }
|
|
3420
|
+ if (result.remarksSwitch == 1) {
|
3421
|
3421
|
if (result.customRemarks === null || result.customRemarks === "") {
|
3422
|
3422
|
this.customRemarks = [];
|
3423
|
3423
|
} else {
|