From fe41ba4b5d94efae06708917e6430f73a063237f Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期三, 02 九月 2026 14:31:20 +0800
Subject: [PATCH] fix(mes): 库存现有量-库存调整供应商改为非必填
---
src/views/wls/materialstock/components/stock-adjust-modal.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/wls/materialstock/components/stock-adjust-modal.vue b/src/views/wls/materialstock/components/stock-adjust-modal.vue
index 3028b7d..53ad6ca 100644
--- a/src/views/wls/materialstock/components/stock-adjust-modal.vue
+++ b/src/views/wls/materialstock/components/stock-adjust-modal.vue
@@ -300,8 +300,9 @@
component: markRaw(SrmSupplierSelect),
componentProps: {
placeholder: '璇烽�夋嫨渚涘簲鍟�',
+ allowClear: true,
},
- rules: 'selectRequired',
+ // 渚涘簲鍟嗘敼涓洪潪蹇呭~锛氬彲鐣欑┖锛岄�夋嫨鍚庡弬涓庡簱瀛樼淮搴﹁褰�
},
// 閲囪喘璁㈠崟鍙凤紙鏍规嵁鎵规閰嶇疆鏄剧ず锛屼粎鍏ュ簱锛�
{
--
Gitblit v1.9.3