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

@@ -194,7 +194,7 @@
<el-button size="mini" type="text" icon="el-icon-view" @click="handlePreviewLabel(scope.row)">
打印
</el-button>
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleEdit(scope.row)">
<el-button v-if="scope.row.actionStatus == 0 || scope.row.actionStatus == 1" size="mini" type="text" icon="el-icon-edit" @click="handleEdit(scope.row)">
编辑
</el-button>
<el-button v-if="scope.row.actionStatus == 0 || scope.row.actionStatus == 1" type="primary"