|
@@ -70,14 +70,15 @@
|
70
|
70
|
[nzLoading]="loading1">
|
71
|
71
|
<thead>
|
72
|
72
|
<tr class="thead">
|
73
|
|
- <th nzWidth="12.5%">医废类型</th>
|
74
|
|
- <th nzWidth="12.5%">序号</th>
|
75
|
|
- <th nzWidth="12.5%">重量(KG)</th>
|
76
|
|
- <th nzWidth="12.5%">科室名称</th>
|
77
|
|
- <th nzWidth="12.5%">收取人</th>
|
78
|
|
- <th nzWidth="12.5%">收取时间</th>
|
79
|
|
- <th nzWidth="12.5%">备注</th>
|
80
|
|
- <th nzWidth="12.5%">操作</th>
|
|
73
|
+ <th nzWidth="11%">医废类型</th>
|
|
74
|
+ <th nzWidth="11%">序号</th>
|
|
75
|
+ <th nzWidth="11%">重量(KG)</th>
|
|
76
|
+ <th nzWidth="11%">科室名称</th>
|
|
77
|
+ <th nzWidth="11%">收取人</th>
|
|
78
|
+ <th nzWidth="11%">收取时间</th>
|
|
79
|
+ <th nzWidth="11%">医废状态</th>
|
|
80
|
+ <th nzWidth="12%">备注</th>
|
|
81
|
+ <th nzWidth="11%">操作</th>
|
81
|
82
|
</tr>
|
82
|
83
|
</thead>
|
83
|
84
|
<tbody>
|
|
@@ -88,6 +89,7 @@
|
88
|
89
|
<td>{{ data.dept ? data.dept.dept: '' }}</td>
|
89
|
90
|
<td>{{ data.receivor ? data.receivor.name: '' }}</td>
|
90
|
91
|
<td>{{ data.receiveTime | date:"yyyy-MM-dd HH:mm:ss" }}</td>
|
|
92
|
+ <td>{{ data.status ? data.status.name : '' }}</td>
|
91
|
93
|
<td>{{ data.remark }}</td>
|
92
|
94
|
<td>
|
93
|
95
|
<div class="coop">
|