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/basicData/mdm/data.ts |   86 ++++++++++++++++++++++++++++++++++--------
 1 files changed, 69 insertions(+), 17 deletions(-)

diff --git a/src/views/basicData/mdm/data.ts b/src/views/basicData/mdm/data.ts
index 953b9f2..0ec3d1d 100644
--- a/src/views/basicData/mdm/data.ts
+++ b/src/views/basicData/mdm/data.ts
@@ -11,12 +11,17 @@
 import { MesAutoCodeRuleCode } from '@vben/constants';
 import { getItemTypeSimpleList } from '#/api/mes/md/item/type';
 import { getUnitPage } from '#/api/mdm/unit';
+import { getWarehouseSimpleList } from '#/api/mes/wm/warehouse';
 
 import { Button } from 'ant-design-vue';
 
 // 缂撳瓨鍗曚綅鍒楄〃
 let unitListCache: any[] | null = null;
 let unitListPromise: Promise<any[]> | null = null;
+
+// 缂撳瓨浠撳簱鍒楄〃
+let warehouseListCache: any[] | null = null;
+let warehouseListPromise: Promise<any[]> | null = null;
 
 /** 灏嗘墎骞冲垎绫诲垪琛ㄨ浆涓� TreeSelect 鎵�闇�鐨勬爲褰㈢粨鏋� */
 export function buildCategoryTree(list: any[]): any[] {
@@ -53,9 +58,27 @@
   return unitListPromise;
 }
 
+/** 鑾峰彇浠撳簱鍒楄〃锛堝甫缂撳瓨锛� */
+async function getWarehouseListCached() {
+  if (warehouseListCache) {
+    return warehouseListCache;
+  }
+  if (warehouseListPromise) {
+    return warehouseListPromise;
+  }
+  warehouseListPromise = getWarehouseSimpleList().then((res) => {
+    warehouseListCache = res || [];
+    return warehouseListCache;
+  }).finally(() => {
+    warehouseListPromise = null;
+  });
+  return warehouseListPromise;
+}
+
 /** 娓呴櫎鍗曚綅鍒楄〃缂撳瓨 */
 export function clearUnitListCache() {
   unitListCache = null;
+  warehouseListCache = null;
 }
 
 /** 鏂板/淇敼鐨勮〃鍗� */
@@ -72,12 +95,12 @@
     {
       component: "Input",
       fieldName: "code",
-      label: "鐗╂枡缂栫爜",
+      label: "鍝佺缂栫爜",
       componentProps: {
         maxLength: 64,
-        placeholder: "璇疯緭鍏ョ墿鏂欑紪鐮�",
+        placeholder: "璇疯緭鍏ュ搧绉嶇紪鐮�",
       },
-      rules: z.string().min(1, '鐗╂枡缂栫爜涓嶈兘涓虹┖').max(64),
+      rules: z.string().min(1, '鍝佺缂栫爜涓嶈兘涓虹┖').max(64),
       suffix: () =>
         h(
           Button,
@@ -96,19 +119,19 @@
     {
       component: "Input",
       fieldName: "name",
-      label: "鐗╂枡鍚嶇О",
+      label: "鍝佺鍚嶇О",
       componentProps: {
-        placeholder: "璇疯緭鍏ョ墿鏂欏悕绉�",
+        placeholder: "璇疯緭鍏ュ搧绉嶅悕绉�",
       },
       rules: "required",
     },
     {
       component: "TreeSelect",
       fieldName: "categoryId",
-      label: "鐗╂枡鍒嗙被",
+      label: "鍝佺鍒嗙被",
       rules: "selectRequired",
       componentProps: {
-        placeholder: "璇烽�夋嫨鐗╂枡鍒嗙被",
+        placeholder: "璇烽�夋嫨鍝佺鍒嗙被",
         allowClear: true,
         treeDefaultExpandAll: true,
         treeData: categoryTreeData,
@@ -188,11 +211,29 @@
       },
     },
     {
-      component: 'Input',
+      component: 'ApiSelect',
       fieldName: 'warehouseId',
       label: '榛樿浠撳簱',
       componentProps: {
-        placeholder: '璇疯緭鍏ラ粯璁や粨搴揑D',
+        placeholder: '璇烽�夋嫨榛樿浠撳簱',
+        allowClear: true,
+        api: getWarehouseListCached,
+        labelField: 'name',
+        valueField: 'id',
+        onChange: async (value: number | undefined) => {
+          const code = value
+            ? ((await getWarehouseListCached()).find((w: any) => w.id === value)?.code || '')
+            : '';
+          formApi?.setFieldValue('warehouseCode', code);
+        },
+      },
+    },
+    {
+      component: 'Input',
+      fieldName: 'warehouseCode',
+      dependencies: {
+        triggerFields: [''],
+        show: () => false,
       },
     },
     {
@@ -290,6 +331,17 @@
         min: 0,
         placeholder: "璇疯緭鍏ユ湁鏁堟湡",
       },
+    },
+    {
+      component: 'Switch',
+      fieldName: 'syncMes',
+      label: '鍚屾鍒癕ES',
+      defaultValue: true,
+      componentProps: {
+        checkedChildren: '鏄�',
+        unCheckedChildren: '鍚�',
+      },
+      rules: z.boolean().default(true),
     },
     {
       component: "RadioGroup",
@@ -440,19 +492,19 @@
   return [
     {
       fieldName: "code",
-      label: "鐗╂枡缂栫爜",
+      label: "鍝佺缂栫爜",
       component: "Input",
       componentProps: {
-        placeholder: "璇疯緭鍏ョ墿鏂欑紪鐮�",
+        placeholder: "璇疯緭鍏ュ搧绉嶇紪鐮�",
         allowClear: true,
       },
     },
     {
       fieldName: "name",
-      label: "鐗╂枡鍚嶇О",
+      label: "鍝佺鍚嶇О",
       component: "Input",
       componentProps: {
-        placeholder: "璇疯緭鍏ョ墿鏂欏悕绉�",
+        placeholder: "璇疯緭鍏ュ搧绉嶅悕绉�",
         allowClear: true,
       },
     },
@@ -475,12 +527,12 @@
     { type: "checkbox", width: 40 },
     {
       field: "code",
-      title: "鐗╂枡缂栫爜",
+      title: "鍝佺缂栫爜",
       minWidth: 120,
     },
     {
       field: "name",
-      title: "鐗╂枡鍚嶇О",
+      title: "鍝佺鍚嶇О",
       minWidth: 180,
     },
     {
@@ -490,7 +542,7 @@
     },
     {
       field: "categoryName",
-      title: "鐗╂枡鍒嗙被",
+      title: "鍝佺鍒嗙被",
       minWidth: 120,
       slots: { default: "categoryName" },
     },
@@ -556,7 +608,7 @@
     {
       field: "syncedMes",
       title: "鍚屾鐘舵��",
-      width: 90,
+      width: 100,
       fixed: "right",
       slots: { default: "syncedMes" },
     },

--
Gitblit v1.9.3