seimin 4 月之前
父节点
当前提交
224d964b35
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      src/app/views/fuwutai/fuwutai.component.html
  2. 1 0
      src/app/views/fuwutai/fuwutai.component.ts

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

@@ -1260,7 +1260,7 @@
1260 1260
                             </nz-form-control>
1261 1261
                           </nz-form-item>
1262 1262
                         </div>
1263
-                        <div nz-col [nzSpan]="24" style="padding-bottom: 16px;" *ngIf="deptQtList.taskType && deptQtList.taskType.associationType.value === 'specimen'">
1263
+                        <div nz-col [nzSpan]="24" style="padding-bottom: 8px;padding-top: 16px;" *ngIf="deptQtList.taskType && deptQtList.taskType.associationType.value === 'specimen'">
1264 1264
                           起点科室默认为申请科室,终点科室为检验科室,确定后即可新建工单!
1265 1265
                         </div>
1266 1266
                         <div nz-col [nzSpan]="24" *ngIf="deptQtList.taskType && deptQtList.taskType.remarksSwitch == 1">

+ 1 - 0
src/app/views/fuwutai/fuwutai.component.ts

@@ -548,6 +548,7 @@ export class FuwutaiComponent implements OnInit {
548 548
   submitFormBbps(go?) {
549 549
     let postData = {
550 550
       workOrder: {
551
+        workOrderRemark: this.validateFormQt.controls.workOrderRemark.value,
551 552
         sourceId: SourceId.fuwutai,
552 553
         taskType: {
553 554
           id: this.validateFormQt.controls.taskTypeQt.value,