From 1188adb2db486db50ef13c21622722270ff6de9a Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期六, 06 九月 2025 10:55:02 +0800
Subject: [PATCH] art: 系统名称改动

---
 src/components/page/GlobalFooter.vue                |    2 +-
 public/index.html                                   |    4 ++--
 src/components/tools/Logo.vue                       |    2 +-
 src/views/user/Login.vue                            |    6 +-----
 src/views/base/modules/warehouse/WarehouseModel.vue |    6 ++++++
 src/components/layouts/TabLayout.vue                |    2 +-
 6 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/public/index.html b/public/index.html
index 0adf960..c816d16 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
-  <title>MDC鏅烘収杞﹂棿</title>
+  <title>鍙屾灄杞存壙鏅烘収杞﹂棿</title>
   <link rel="icon" href="<%= BASE_URL %>logo.png">
   <script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>
   <style>
@@ -249,7 +249,7 @@
     <div id="loader"></div>
     <div class="loader-section section-left"></div>
     <div class="loader-section section-right"></div>
-    <div class="load_title">姝e湪鍔犺浇MDC鏅烘収杞﹂棿,璇疯�愬績绛夊緟
+    <div class="load_title">姝e湪鍔犺浇绯荤粺,璇疯�愬績绛夊緟
 
     </div>
   </div>
diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue
index b70473d..b495c67 100644
--- a/src/components/layouts/TabLayout.vue
+++ b/src/components/layouts/TabLayout.vue
@@ -183,7 +183,7 @@
        * @param title 瑕佷慨鏀圭殑鏂版爣棰�
        */
       changeTitle(title) {
-        let projectTitle = "MDC鏅烘収杞﹂棿"
+        let projectTitle = "鍙屾灄杞存壙鏅烘収杞﹂棿"
         // 棣栭〉鐗规畩澶勭悊
         if (this.$route.path === indexKey) {
           document.title = projectTitle
diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue
index c71d938..b31fa02 100644
--- a/src/components/page/GlobalFooter.vue
+++ b/src/components/page/GlobalFooter.vue
@@ -3,7 +3,7 @@
     <div class="copyright">
       Copyright
       <a-icon type="copyright"/>
-      2024 <span>2015-2025 鐏电鏅鸿兘</span>
+      2025 <span>2015-2025 鐏电鏅鸿兘</span>
     </div>
   </div>
 </template>
diff --git a/src/components/tools/Logo.vue b/src/components/tools/Logo.vue
index 08e69d6..f564025 100644
--- a/src/components/tools/Logo.vue
+++ b/src/components/tools/Logo.vue
@@ -21,7 +21,7 @@
     props: {
       title: {
         type: String,
-        default: 'MDC鏅烘収杞﹂棿',
+        default: 'MES鏅烘収杞﹂棿',
         required: false
       },
       showTitle: {
diff --git a/src/views/base/modules/warehouse/WarehouseModel.vue b/src/views/base/modules/warehouse/WarehouseModel.vue
index e8b6ce8..5565858 100644
--- a/src/views/base/modules/warehouse/WarehouseModel.vue
+++ b/src/views/base/modules/warehouse/WarehouseModel.vue
@@ -55,6 +55,7 @@
             >
               <j-dict-select-tag :disabled="disableSubmit" type="list" placeholder="璇烽�夋嫨浜х嚎"
                                  v-model="model.factoryId"
+                                 v-decorator="['factoryId', validatorRules.factoryId ]"
                                  dictCode="base_factory,factory_name,id,del_flag='0' and factory_category='3'" />
             </a-form-item>
           </a-col>
@@ -105,6 +106,11 @@
             { min: 0, max: 64, message: '闀垮害涓嶈秴杩� 64 涓瓧绗�', trigger: 'blur' },
             { validator: this.validateName }
           ]
+        },
+        factoryId: {
+          rules: [
+            { required: true, message: '璇烽�夋嫨浜х嚎' },
+          ]
         }
       },
       url: {
diff --git a/src/views/user/Login.vue b/src/views/user/Login.vue
index e7d4f86..844b4a0 100644
--- a/src/views/user/Login.vue
+++ b/src/views/user/Login.vue
@@ -6,7 +6,7 @@
         <div class="header">
           <a href="/">
             <img src="~@/assets/lxzn.png" class="logo" alt="logo">
-            <span class="title">MDC鏅烘収杞﹂棿</span>
+            <span class="title">鍙屾灄杞存壙鏅烘収杞﹂棿</span>
           </a>
         </div>
       </div>
@@ -62,10 +62,6 @@
           >纭畾
           </a-button>
         </a-form-item>
-
-        <a-form-model-item style="color: red;font-size: 0.8vw">
-          瀵嗙骇锛氬唴閮�&nbsp;&nbsp;&nbsp;&nbsp;璀﹀憡锛氭湰绯荤粺绂佹瀛樺偍銆佸鐞嗐�佷紶杈撴秹瀵嗕俊鎭�
-        </a-form-model-item>
 
       </a-form-model>
     </div>

--
Gitblit v1.9.3