From 92560c22dc7837c254e1b65185c1f93a09357cf3 Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期三, 20 八月 2025 17:53:51 +0800 Subject: [PATCH] feat(cms): CuttingInboundList 组件中增加提交功能并优化 CuttingInboundModal 组件- 在 CuttingInboundList 组件中添加提交按钮和相关逻辑- 在 CuttingInboundModal 组件中增加入库数量校验 - 优化 CuttingInboundModal 组件的样式和布局 --- src/store/index.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index c6e17e0..3d15c3c 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -11,6 +11,7 @@ import Production from './modules/Production' //閮ㄩ棬鏍戞潈闄� import DepartTree from './modules/DepartTree' +import factory from './modules/factory' Vue.use(Vuex) @@ -22,6 +23,7 @@ enhance, online, Production, + factory, DepartTree }, state: { -- Gitblit v1.9.3