feat(wms报表): 在报表页面添加更新时间列并调整编辑按钮条件

- 在delivery.vue、receive.vue和zha.vue报表页面添加更新时间列
- 在warehousing.vue中调整编辑按钮的显示条件
- 在zha.vue中调整列顺序并添加重量列
This commit is contained in:
砂糖
2026-01-10 11:38:55 +08:00
parent 707761fe8d
commit c34bbfed91
4 changed files with 5 additions and 2 deletions

View File

@@ -82,6 +82,7 @@
</template>
</el-table-column>
<el-table-column label="更新人" align="center" prop="updateByName" />
<el-table-column label="更新时间" align="center" prop="updateTime" />
</el-table>
</div>
</template>