feat(wms报表): 在报表页面添加更新时间列并调整编辑按钮条件
- 在delivery.vue、receive.vue和zha.vue报表页面添加更新时间列 - 在warehousing.vue中调整编辑按钮的显示条件 - 在zha.vue中调整列顺序并添加重量列
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user