seimin 4 mesi fa
parent
commit
5067a1900d

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

@@ -11,15 +11,15 @@
11 11
         [nzLoading]="loading1">
12 12
         <thead>
13 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 16
             <th nzWidth="10%">起点科室</th>
17 17
             <th nzWidth="10%">终点科室</th>
18 18
             <th nzWidth="10%">是否复制备注</th>
19 19
             <th nzWidth="10%">抢接单</th>
20 20
             <th nzWidth="10%">默认状态</th>
21 21
             <th nzWidth="10%">是否启用</th>
22
-            <th nzWidth="20%">操作</th>
22
+            <th nzWidth="10%">操作</th>
23 23
           </tr>
24 24
         </thead>
25 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 259
     this.coopId = data.id;
260 260
     this.coopData = data;
261 261
     this.initForm();
262
+    data.getOrderType && this.changeGetOrderType(data.getOrderType.value);
262 263
     this.taskTypeList = [];
263 264
     data.startTaskTypeDTO && (this.taskTypeList.push(data.startTaskTypeDTO));
264 265
     data.createTaskTypeDTO && (this.taskTypeList.push(data.createTaskTypeDTO));