From 8064a77af2faf5bf080be0c4347a3a975225453b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 14 七月 2026 15:38:12 +0800
Subject: [PATCH] 银川 1.物料管理页面批次属性功能联调 2.库存现有量添加自定义出库入库功能
---
src/views/basicData/mdm/data.ts | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/src/views/basicData/mdm/data.ts b/src/views/basicData/mdm/data.ts
index 479f150..910564a 100644
--- a/src/views/basicData/mdm/data.ts
+++ b/src/views/basicData/mdm/data.ts
@@ -6,7 +6,6 @@
import { z } from '#/adapter/form';
import { getUnitPage } from '#/api/mdm/unit';
-import { getWarehouseSimpleList } from '#/api/erp/stock/warehouse';
/** 鐗╂枡绫诲瀷閫夐」 */
export const ITEM_TYPE_OPTIONS = [
@@ -154,15 +153,11 @@
},
},
{
- component: 'ApiSelect',
+ component: 'Input',
fieldName: 'warehouseId',
label: '榛樿浠撳簱',
componentProps: {
- placeholder: '璇烽�夋嫨榛樿浠撳簱',
- allowClear: true,
- api: getWarehouseSimpleList,
- labelField: 'name',
- valueField: 'id',
+ placeholder: '璇疯緭鍏ラ粯璁や粨搴揑D',
},
},
{
@@ -243,6 +238,7 @@
component: 'Switch',
fieldName: 'isBatchManaged',
label: '鎵规绠$悊',
+ defaultValue: true,
componentProps: {
class: 'w-auto',
checkedChildren: '鏄�',
--
Gitblit v1.9.3