maotao hai 1 mes
pai
achega
bd1ac58593

+ 4 - 4
src/app/views/fuwutai/fuwutai.component.html

@@ -1188,10 +1188,10 @@
1188 1188
                         </div>
1189 1189
                         <!-- 预约建单时间-患者其他服务--start -->
1190 1190
                         <div nz-col [nzSpan]="24" class="pos">
1191
-                          <!-- 需要预约检 -->
1191
+                          <!-- 预约检 -->
1192 1192
                           <nz-form-item class="pos-item">
1193 1193
                             <nz-form-control>
1194
-                              <label nz-checkbox [(ngModel)]="isYyInspect" (ngModelChange)="yyInspectChange($event)" [ngModelOptions]="{ standalone: true }" style="font-weight: bold">需要预约检</label>
1194
+                              <label nz-checkbox [(ngModel)]="isYyInspect" (ngModelChange)="yyInspectChange($event)" [ngModelOptions]="{ standalone: true }" style="font-weight: bold">预约检</label>
1195 1195
                               <span class="red pos-red">请您填写实际预约检查时间,系统会根据时间安排人员进行陪检!</span>
1196 1196
                             </nz-form-control>
1197 1197
                           </nz-form-item>
@@ -1290,10 +1290,10 @@
1290 1290
                         </div>
1291 1291
                         <!-- 预约建单时间-其他临床服务--start -->
1292 1292
                         <div nz-col [nzSpan]="24" class="pos" *ngIf="deptQtList.taskType && deptQtList.taskType.associationType.value === 'other'">
1293
-                          <!-- 需要预约检 -->
1293
+                          <!-- 预约检 -->
1294 1294
                           <nz-form-item class="pos-item">
1295 1295
                             <nz-form-control>
1296
-                              <label nz-checkbox [(ngModel)]="isYyInspect" (ngModelChange)="yyInspectChange($event)" [ngModelOptions]="{ standalone: true }" style="font-weight: bold">需要预约检</label>
1296
+                              <label nz-checkbox [(ngModel)]="isYyInspect" (ngModelChange)="yyInspectChange($event)" [ngModelOptions]="{ standalone: true }" style="font-weight: bold">预约检</label>
1297 1297
                             </nz-form-control>
1298 1298
                           </nz-form-item>
1299 1299
                           <!-- 预约建单时间 -->

+ 1 - 1
src/app/views/hushijiandan/hushijiandan.component.less

@@ -2668,7 +2668,7 @@
2668 2668
 }
2669 2669
 .patient{
2670 2670
   .modalBody{
2671
-    width: 950px;
2671
+    width: 80%;
2672 2672
     border-radius: 16px;
2673 2673
     padding: 16px 24px;
2674 2674
     .title{

+ 13 - 13
src/app/views/hushijiandan/hushijiandan.component.ts

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