add字段

This commit is contained in:
2022-11-17 15:38:22 +08:00
parent bb543fcd01
commit e114ff92a4
2 changed files with 23 additions and 11 deletions

View File

@@ -20,6 +20,7 @@
<th>仓库名称</th>
<th>明细数</th>
<th>状态</th>
<th>是否异常</th>
<th>创建人</th>
<th>创建时间</th>
<th>确认人</th>
@@ -33,6 +34,7 @@
<td>{{e.stor_name}}</td>
<td>{{e.dtl_num}}</td>
<td>{{e.status}}</td>
<td>{{e.is_nok}}</td>
<td>{{e.input_optname}}</td>
<td>{{e.input_time}}</td>
<td>{{e.confirm_optname}}</td>