加字段

This commit is contained in:
2024-07-22 08:57:33 +08:00
parent 7c3ccd3fa3
commit 6cc4049fe8

View File

@@ -72,6 +72,7 @@
<th>{{crType === 'IN'? '已入数量':'已出数量'}}</th>
<th>剩余数量</th>
<th>库存</th>
<th>跟踪号</th>
<th>操作人</th>
<th v-if="crType === 'OUT'">仓管员</th>
<th>操作日期</th>
@@ -96,6 +97,7 @@
<td>{{el.czsl}}</td>
<td>{{el.sysl}}</td>
<td>{{el.kcsl}}</td>
<td>{{el.gzhbm}}</td>
<td>{{el.update_name}}</td>
<td v-if="crType === 'OUT'">{{el.cgymc}}</td>
<td>{{el.update_time}}</td>