seimin 4 月之前
父節點
當前提交
5067a1900d

+ 3 - 3
src/app/views/keep-order-config/keep-order-config.component.html

@@ -11,15 +11,15 @@
11
         [nzLoading]="loading1">
11
         [nzLoading]="loading1">
12
         <thead>
12
         <thead>
13
           <tr class="thead">
13
           <tr class="thead">
14
-            <th nzWidth="10%">起始任务类型</th>
15
-            <th nzWidth="10%">生成任务类型</th>
14
+            <th nzWidth="15%">起始任务类型</th>
15
+            <th nzWidth="15%">生成任务类型</th>
16
             <th nzWidth="10%">起点科室</th>
16
             <th nzWidth="10%">起点科室</th>
17
             <th nzWidth="10%">终点科室</th>
17
             <th nzWidth="10%">终点科室</th>
18
             <th nzWidth="10%">是否复制备注</th>
18
             <th nzWidth="10%">是否复制备注</th>
19
             <th nzWidth="10%">抢接单</th>
19
             <th nzWidth="10%">抢接单</th>
20
             <th nzWidth="10%">默认状态</th>
20
             <th nzWidth="10%">默认状态</th>
21
             <th nzWidth="10%">是否启用</th>
21
             <th nzWidth="10%">是否启用</th>
22
-            <th nzWidth="20%">操作</th>
22
+            <th nzWidth="10%">操作</th>
23
           </tr>
23
           </tr>
24
         </thead>
24
         </thead>
25
         <tbody>
25
         <tbody>

+ 1 - 0
src/app/views/keep-order-config/keep-order-config.component.ts

@@ -259,6 +259,7 @@ export class KeepOrderConfigComponent implements OnInit {
259
     this.coopId = data.id;
259
     this.coopId = data.id;
260
     this.coopData = data;
260
     this.coopData = data;
261
     this.initForm();
261
     this.initForm();
262
+    data.getOrderType && this.changeGetOrderType(data.getOrderType.value);
262
     this.taskTypeList = [];
263
     this.taskTypeList = [];
263
     data.startTaskTypeDTO && (this.taskTypeList.push(data.startTaskTypeDTO));
264
     data.startTaskTypeDTO && (this.taskTypeList.push(data.startTaskTypeDTO));
264
     data.createTaskTypeDTO && (this.taskTypeList.push(data.createTaskTypeDTO));
265
     data.createTaskTypeDTO && (this.taskTypeList.push(data.createTaskTypeDTO));