feat(wms): 添加发货时间编辑功能并移除只读限制
- 在base.vue中添加可编辑的发货时间列,支持特定用户修改 - 移除表单中多个字段的只读限制,允许编辑班组、质量状态等 - 调整查询逻辑,根据材料类型自动设置selectType
This commit is contained in:
@@ -17,6 +17,7 @@ export default {
|
||||
components: { iframeToggle },
|
||||
computed: {
|
||||
cachedViews() {
|
||||
console.log(this.$store.state.tagsView.cachedViews)
|
||||
return this.$store.state.tagsView.cachedViews
|
||||
},
|
||||
key() {
|
||||
|
||||
Reference in New Issue
Block a user