|
@@ -1446,7 +1446,7 @@
|
1446
|
1446
|
<nz-form-item class="datesControl">
|
1447
|
1447
|
<nz-form-label [nzSm]="24" [nzXs]="24" nzRequired nzFor="checkedType">任务类型</nz-form-label>
|
1448
|
1448
|
<nz-form-control nzErrorTip="请选择任务类型!" class="checkedType">
|
1449
|
|
- <nz-radio-group class="radioGroup" formControlName="checkedType" (ngModelChange)="changeCheckedType()">
|
|
1449
|
+ <nz-radio-group class="radioGroup w100" formControlName="checkedType" (ngModelChange)="changeCheckedType()">
|
1450
|
1450
|
<label class="col6 ellipsis-oneline" [title]="item.taskName" *ngFor="let item of checkTypeLis" nz-radio [nzValue]="item.id">{{ item.taskName }}</label>
|
1451
|
1451
|
</nz-radio-group>
|
1452
|
1452
|
</nz-form-control>
|
|
@@ -1522,7 +1522,7 @@
|
1522
|
1522
|
<div class="txtC">{{ checkedShowMsg.msg }}</div>
|
1523
|
1523
|
</nz-form-item>
|
1524
|
1524
|
<!-- 100015 (护士端一键建单展策略)起点科室和终点科室下拉展示 -->
|
1525
|
|
- <nz-form-item nz-row *ngIf="checkedShowMsg.status == 100015 || checkedShowMsg.status == 100013">
|
|
1525
|
+ <nz-form-item class="top16bottom0" nz-row *ngIf="checkedShowMsg.status == 100015 || checkedShowMsg.status == 100013">
|
1526
|
1526
|
<nz-form-label [nzSpan]="3" nzRequired nzFor="originOffice">起点科室</nz-form-label>
|
1527
|
1527
|
<nz-form-control [nzSpan]="21" nzErrorTip="请选择起点科室!">
|
1528
|
1528
|
<nz-select formControlName="originOffice" [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch (nzOnSearch)="searchDept('start', checkedShowMsg, $event)" nzPlaceHolder="请选择起点科室">
|
|
@@ -1537,20 +1537,20 @@
|
1537
|
1537
|
</nz-form-control>
|
1538
|
1538
|
</nz-form-item>
|
1539
|
1539
|
<!-- 其他情况 -->
|
1540
|
|
- <nz-form-item nz-row *ngIf="checkedShowMsg.start && !(checkedShowMsg.status == 100014 || checkedShowMsg.status == 100015)">
|
|
1540
|
+ <nz-form-item class="top16bottom0" nz-row *ngIf="checkedShowMsg.start && (checkedShowMsg.status == 100014 || checkedShowMsg.status == 100012)">
|
1541
|
1541
|
<nz-form-label [nzSpan]="3" nzRequired nzFor="originOffice">起点科室</nz-form-label>
|
1542
|
1542
|
<nz-form-control [nzSpan]="21" nzErrorTip="请选择起点科室!">
|
1543
|
1543
|
<span class="readonly">{{deptDisplay == 2 ? checkedShowMsg.start.start.list[0].deptalias : checkedShowMsg.start.start.list[0].dept}}</span>
|
1544
|
1544
|
</nz-form-control>
|
1545
|
1545
|
</nz-form-item>
|
1546
|
|
- <nz-form-item nz-row *ngIf="checkedShowMsg.end && !(checkedShowMsg.status == 100015 || checkedShowMsg.status == 100013)">
|
|
1546
|
+ <nz-form-item class="top16bottom0" nz-row *ngIf="checkedShowMsg.end && (checkedShowMsg.status == 100012 || checkedShowMsg.status == 100013)">
|
1547
|
1547
|
<nz-form-label [nzSpan]="3" nzRequired nzFor="targetOffice">目标科室</nz-form-label>
|
1548
|
1548
|
<nz-form-control [nzSpan]="21" nzErrorTip="请选择目标科室!">
|
1549
|
1549
|
<span class="readonly">{{deptDisplay == 2 ? checkedShowMsg.end.end.list[0].deptalias : checkedShowMsg.end.end.list[0].dept}}</span>
|
1550
|
1550
|
</nz-form-control>
|
1551
|
1551
|
</nz-form-item>
|
1552
|
1552
|
<!-- 100014 (护士端一键建单展示策略)取终点科室和msg 值展示 -->
|
1553
|
|
- <nz-form-item nz-row *ngIf="checkedShowMsg.status == 100014 || checkedShowMsg.status == 100015">
|
|
1553
|
+ <nz-form-item class="top16bottom0" nz-row *ngIf="checkedShowMsg.status == 100014 || checkedShowMsg.status == 100015">
|
1554
|
1554
|
<nz-form-label [nzSpan]="3" nzRequired nzFor="targetOffice">目标科室</nz-form-label>
|
1555
|
1555
|
<nz-form-control [nzSpan]="21" nzErrorTip="请选择目标科室!">
|
1556
|
1556
|
<nz-select formControlName="targetOffice" [nzDropdownMatchSelectWidth]="false" nzServerSearch nzShowSearch (nzOnSearch)="searchDept('target', checkedShowMsg, $event)" nzPlaceHolder="请选择目标科室">
|
|
@@ -1564,7 +1564,7 @@
|
1564
|
1564
|
</nz-select>
|
1565
|
1565
|
</nz-form-control>
|
1566
|
1566
|
</nz-form-item>
|
1567
|
|
- <div class="display_flex">
|
|
1567
|
+ <div class="display_flex top16bottom0">
|
1568
|
1568
|
<!-- 自动送回 -->
|
1569
|
1569
|
<nz-form-item class="isRemand" *ngIf="checkedShowMsg.status != 200 && checkedShowMsg.isRemand == 1">
|
1570
|
1570
|
<nz-form-control>
|
|
@@ -1574,7 +1574,7 @@
|
1574
|
1574
|
<!-- 是否加急 -->
|
1575
|
1575
|
<nz-form-item nz-row *ngIf="current_allowUrgent" class="allowUrgent">
|
1576
|
1576
|
<nz-form-label [nzSpan]="3" nzFor="allowUrgent" class="goods">是否加急</nz-form-label>
|
1577
|
|
- <nz-form-control [nzSpan]="6" style="margin-left: 24px;">
|
|
1577
|
+ <nz-form-control [nzSpan]="6">
|
1578
|
1578
|
<nz-radio-group [(ngModel)]="allowUrgent" (ngModelChange)="allowUrgentChange($event)" formControlName="allowUrgent">
|
1579
|
1579
|
<label nz-radio nzValue="1">是</label>
|
1580
|
1580
|
<label nz-radio nzValue="0">否</label>
|