From 2271982de09628a04da06630c4ab690ef64fbfab Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 19 八月 2026 10:55:06 +0800
Subject: [PATCH] refactor(mdm): 将物料相关字段统一改为品种并优化下拉菜单确认逻辑

---
 src/views/mes/pro/batch/data.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/mes/pro/batch/data.ts b/src/views/mes/pro/batch/data.ts
index f226782..1b765a7 100644
--- a/src/views/mes/pro/batch/data.ts
+++ b/src/views/mes/pro/batch/data.ts
@@ -7,7 +7,7 @@
 import { DICT_TYPE } from '@vben/constants';
 import { getDictOptions } from '@vben/hooks';
 
-import { MdItemSelect } from '#/views/mes/md/item/components';
+import { MdmItemSelect } from '#/views/basicData/mdm/components';
 import { ProLineSelect } from '#/views/mes/pro/line/components';
 import { UserSelect } from '#/views/system/user/components';
 import { getRangePickerDefaultProps } from '#/utils';
@@ -56,7 +56,7 @@
     {
       fieldName: 'itemId',
       label: '鍝佺',
-      component: markRaw(MdItemSelect),
+      component: markRaw(MdmItemSelect),
       componentProps: {
         disabled,
         placeholder: '璇烽�夋嫨鍝佺锛堜骇鍝佸搧绉嶏級',
@@ -138,7 +138,7 @@
     {
       fieldName: 'itemId',
       label: '鍝佺',
-      component: markRaw(MdItemSelect),
+      component: markRaw(MdmItemSelect),
       componentProps: {
         placeholder: '璇烽�夋嫨鍝佺',
       },
@@ -273,7 +273,7 @@
     },
     {
       title: '鎿嶄綔',
-      width: 200,
+      width: 300,
       fixed: 'right',
       slots: { default: 'actions' },
     },

--
Gitblit v1.9.3