feat(wms): 添加发货时间编辑功能并移除只读限制

- 在base.vue中添加可编辑的发货时间列,支持特定用户修改
- 移除表单中多个字段的只读限制,允许编辑班组、质量状态等
- 调整查询逻辑,根据材料类型自动设置selectType
This commit is contained in:
砂糖
2026-01-12 11:33:35 +08:00
parent 353ffcd895
commit 4d4521f157
2 changed files with 31 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ export default {
components: { iframeToggle },
computed: {
cachedViews() {
console.log(this.$store.state.tagsView.cachedViews)
return this.$store.state.tagsView.cachedViews
},
key() {